summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/req/used-0.yml
blob: ef0fc1589ddfdbc5103236783260da3f263de551 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links:
- role: requirement-refinement
  uid: ../if/used
non-functional-type: interface
rationale: null
references: []
requirement-type: non-functional
text: |
  When the code is compiled with the GNU C compiler,
  and the ${../if/used:/name} is macro attached to
  a function or ``static`` variable definition,
  the macro shall cause the compiler to emit the
  function implementation or variable storage even if
  there is no reference from C code to the function or variable.
type: requirement