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-hard-float.c
blob
72c748f0f8d3f3cf2820eb3e97c382c97648e301
1
#if !defined(__ARM_PCS_VFP) || defined(__SOFTFP__) || defined(__ARM_PCS)
2
#error
3
#endif
4
5
/*
6
* check-name: arm-predef-hard-float
7
* check-command: sparse --arch=arm -mhard-float $file
8
*/