OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_gl_verify_type
(Results
1 - 1
of
1
) sorted by null
/external/bison/lib/
verify.h
60
struct
_gl_verify_type
{
76
* For the verify macro, the struct
_gl_verify_type
will need to
114
extern int dummy [sizeof (struct
_gl_verify_type
{...})];
116
extern void dummy (int [sizeof (struct
_gl_verify_type
{...})]);
118
extern int (*dummy (void)) [sizeof (struct
_gl_verify_type
{...})];
166
(!!sizeof (
_GL_VERIFY_TYPE
(R, DIAGNOSTIC)))
171
struct
_gl_verify_type
{
struct
176
# define
_GL_VERIFY_TYPE
(R, DIAGNOSTIC) \
177
_gl_verify_type
<(R) ? 1 : -1>
179
# define
_GL_VERIFY_TYPE
(R, DIAGNOSTIC)
[
all
...]
Completed in 121 milliseconds