summaryrefslogtreecommitdiffstats
path: root/spec/score/basedefs/if/dequalify-types-not-compatible.yml
blob: 0a73d0740bdf7a26273f21bc7f196c01edf970fd (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
36
37
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  A not implemented function to trigger compile time errors with an error
  message.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2014 Paval Pisa
definition:
  default:
    attributes: null
    body: null
    params: []
    return: void *
  variants:
  - definition:
      attributes: null
      body: null
      params: []
      return: __attribute__((__error__("RTEMS_DEQUALIFY() types differ not only by
        volatile and const"))) void *
    enabled-by:
    - defined(${/compiler/if/gnuc:/name})
description: null
enabled-by:
  not: ASM
index-entries: []
interface-type: function
links:
- role: interface-placement
  uid: /rtems/basedefs/if/header
- role: interface-ingroup
  uid: ../../if/group
name: RTEMS_DEQUALIFY_types_not_compatible
notes: null
params: []
return: null
type: interface