repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use binutils 2.42 branch in build-many-glibcs.py
[glibc.git]
/
include
/
verify.h
blob
c3db0e3c72a3a7a74cc787be54d0e7d9fbc001a8
1
/* Gnulib <verify.h>, simplified by assuming GCC 4.6 or later. */
2
#define verify(R) _Static_assert (R,
"verify ("
#R
")"
)
3
4
#define assume(R) ((R) ? (void) 0 : __builtin_unreachable ())