summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/predict-false.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/predict-false.yml')
-rw-r--r--spec/rtems/basedefs/if/predict-false.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/spec/rtems/basedefs/if/predict-false.yml b/spec/rtems/basedefs/if/predict-false.yml
index 56de4325..9e89018f 100644
--- a/spec/rtems/basedefs/if/predict-false.yml
+++ b/spec/rtems/basedefs/if/predict-false.yml
@@ -5,11 +5,19 @@ brief: |
copyrights:
- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ( ${.:/params[0]/name} )
+ default:
+ attributes: null
+ body: |
+ ( ${.:/params[0]/name} )
+ params: []
+ return: null
variants:
- - definition: |
- ${/compiler/if/builtin-expect:/name}( ( ${.:/params[0]/name} ), 0 )
+ - definition:
+ attributes: null
+ body: |
+ ${/compiler/if/builtin-expect:/name}( ( ${.:/params[0]/name} ), 0 )
+ params: []
+ return: null
enabled-by:
- defined(${/compiler/if/gnuc:/name})
description: null