Home
last modified time | relevance | path

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

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