summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/basedefs/no-inline.yml
blob: 591bdc0f2f48f4178a023637cbda1e8a06b5e096 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: []
interface-brief: |
  Instructs the compiler in a function declaration to not inline this function.
interface-definition:
  default: ""
  variants:
  - definition: |
      __attribute__((__noinline__))
    enabled-by:
    - defined(${/if/compiler/gnuc:/interface-name})
interface-description: null
interface-name: RTEMS_NO_INLINE
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: /groups/api/basedefs
type: interface