summaryrefslogtreecommitdiffstats
path: root/spec/if/impl/assert-unreachable.yml
blob: 01dce6d96621f2240aaf7ba458f531755f45171e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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(${/if/build-options/debug:/name})
description: null
enabled-by: true
interface-type: macro
links:
- role: interface-placement
  uid: /if/rtems/basedefs/header
name: _Assert_Unreachable
notes: null
params: []
return:
  return: null
  return-values: []
type: interface