Searched defs:_Static_assert (Results 1 - 1 of 1) sorted by relevance

/external/bison/lib/
H A Dverify.h24 /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11.
47 If _Static_assert works, verify (R) uses it directly. Similarly,
48 _GL_VERIFY_TRUE works by packaging a _Static_assert inside a struct
52 compilers that do not support _Static_assert:
133 which do not support _Static_assert, also do not warn about the
181 _Static_assert (R, DIAGNOSTIC); \
197 # define _GL_VERIFY _Static_assert
206 # if !defined _GL_HAVE__STATIC_ASSERT && !defined _Static_assert
207 # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) macro
210 # define static_assert _Static_assert /* C1
[all...]

Completed in 120 milliseconds