summaryrefslogblamecommitdiffstats
path: root/spec/rtems/basedefs/if/unreachable.yml
blob: fdc61e0b2c3c66848bb20c6403d4ef34cd63c4dd (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 that this program point is unreachable.
copyrights:
- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: |
    ${/score/if/assert-unreachable:/name}()
  variants:
  - definition: |
      do {
        ${/compiler/if/builtin-unreachable:/name}();
        ${/score/if/assert-unreachable:/name}();
      } while ( 0 )
    enabled-by:
    - defined(${/compiler/if/gnuc:/name})
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
name: RTEMS_UNREACHABLE
notes: null
params: []
return:
  return: null
  return-values: []
type: interface