Searched refs:_GL_VERIFY (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dverify.h216 # define _GL_VERIFY(R, DIAGNOSTIC, ...) _Static_assert (R, DIAGNOSTIC) macro
218 # define _GL_VERIFY(R, DIAGNOSTIC, ...) \ macro
227 _GL_VERIFY (__VA_ARGS__, "static assertion failed", -)
274 # define verify(R) _GL_VERIFY (R, "verify (...)", -)
276 # define verify(R) _GL_VERIFY (R, "verify (" #R ")", -)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dverify.h211 # define _GL_VERIFY(R, DIAGNOSTIC, ...) static_assert (R, DIAGNOSTIC) macro
213 # define _GL_VERIFY(R, DIAGNOSTIC, ...) _Static_assert (R, DIAGNOSTIC) macro
215 # define _GL_VERIFY(R, DIAGNOSTIC, ...) \ macro
227 _GL_VERIFY (__VA_ARGS__, "static assertion failed", -)
274 # define verify(R) _GL_VERIFY (R, "verify (...)", -)
276 # define verify(R) _GL_VERIFY (R, "verify (" #R ")", -)

Completed in 173 milliseconds