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

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dverify.h76 struct _gl_verify_type {
92 * For the verify macro, the struct _gl_verify_type will need to
130 extern int dummy [sizeof (struct _gl_verify_type {...})];
132 extern void dummy (int [sizeof (struct _gl_verify_type {...})]);
134 extern int (*dummy (void)) [sizeof (struct _gl_verify_type {...})];
187 struct _gl_verify_type { struct
193 _gl_verify_type<(R) ? 1 : -1>
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dverify.h71 struct _gl_verify_type {
87 * For the verify macro, the struct _gl_verify_type will need to
125 extern int dummy [sizeof (struct _gl_verify_type {...})];
127 extern void dummy (int [sizeof (struct _gl_verify_type {...})]);
129 extern int (*dummy (void)) [sizeof (struct _gl_verify_type {...})];
182 struct _gl_verify_type { struct
188 _gl_verify_type<(R) ? 1 : -1>

Completed in 92 milliseconds