summaryrefslogblamecommitdiffstats
path: root/spec/if/rtems/basedefs/no-return.yml
blob: 24f4900eda1c992d15eaf9dafb36a2877ca507ec (plain) (tree)
1
2
3
4
5
6
7
8
                                                     
        

                                                                          


                                                                         
             



                                   


                                         




                           
            

                     
               
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Tells the compiler in a function declaration that this function does not
  return.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: ''
  variants:
  - definition: |
      __attribute__((__noreturn__))
    enabled-by:
    - defined(${/if/compiler/gnuc:/name})
description: null
enabled-by: true
interface-type: define
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_NO_RETURN
notes: null
type: interface