Searched refs:RID_SIZEOF (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 260 { "sizeof", RID_SIZEOF, 0 },
|
H A D | parser.c | 4999 case RID_SIZEOF: in cp_parser_unary_expression()
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-common.h | 69 RID_SIZEOF, enumerator
|
H A D | c-parser.c | 163 { "sizeof", RID_SIZEOF, 0 }, 4843 case RID_SIZEOF: in c_parser_unary_expression() 4877 gcc_assert (c_parser_next_token_is_keyword (parser, RID_SIZEOF)); in c_parser_sizeof_expression() 6400 case RID_SIZEOF: in c_parser_objc_selector()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 74 RID_SIZEOF, enumerator
|
H A D | c-parse.in | 3373 { "sizeof", RID_SIZEOF, 0 }, 3475 /* RID_SIZEOF */ SIZEOF,
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 1236 { "sizeof", RID_SIZEOF, 0 },
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 407 { "sizeof", RID_SIZEOF, 0 },
|