repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
states: rename unreachable() to is_unreachable()
[smatch.git]
/
validation
/
arch
/
arm-predef-float-abi-hard.c
blob
b5ad32f29c53777d3d4bdefeb3b0d48041f02328
1
#if !defined(__ARM_PCS_VFP) || defined(__SOFTFP__) || defined(__ARM_PCS)
2
#error
3
#endif
4
5
/*
6
* check-name: arm-predef-float-abi-hard
7
* check-command: sparse --arch=arm -mfloat-abi=hard $file
8
*/