summaryrefslogtreecommitdiffstats
path: root/spec/score/if/dequalify-types-not-compatible.yml
blob: 7d516a3fe6c49a19374c20c0c75444ae33538d97 (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
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:
    body: null
    params: []
    return: void *
  variants:
  - definition:
      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
interface-type: function
links:
- role: interface-placement
  uid: /rtems/basedefs/if/header
name: RTEMS_DEQUALIFY_types_not_compatible
notes: null
params: []
return:
  return: null
  return-values: []
type: interface