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

/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
/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

Completed in 209 milliseconds