summaryrefslogblamecommitdiffstats
path: root/spec/score/if/assert-unreachable.yml
blob: 34472b67c86b67ec66c5a9260d31258ff1776665 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                     

                                                 

                                                                         
           





                      
                                               

                 
                 


                           
                                





                         
               
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Asserts that this program point is unreachable.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: |
    do { } while ( 0 )
  variants:
  - definition: |
      _Assert( 0 )
    enabled-by:
    - defined(${/build-options/if/debug:/name})
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: /rtems/basedefs/if/header
name: _Assert_Unreachable
notes: null
params: []
return:
  return: null
  return-values: []
type: interface