 |
Vcsn
2.8
Be Rational
|
Go to the documentation of this file. 3 #if defined __clang__ || defined __GNUC__ 5 # define BUILTIN_UNREACHABLE() __builtin_unreachable() 9 # define BUILTIN_UNREACHABLE() __assume(0) 13 # define BUILTIN_UNREACHABLE() \ 15 assert(!"unreachable code"); \