summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/dequalify.yml
blob: 40152c348a5f69bc1cf7c1b1499c2b2c267cddf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Performs a type cast which removes all qualifiers without warnings to the
  type for the pointer variable.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2014 Paval Pisa
definition:
  default: |
    ${dequalify-depthx:/name}( *, ${.:/params[0]/name}, ${.:/params[1]/name} )
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_DEQUALIFY
notes: null
params:
- description: |
    is the target type of the cast.
  dir: null
  name: _type
- description: |
    is the pointer variable.
  dir: null
  name: _var
return:
  return: null
  return-values: []
type: interface