Searched refs:RID_UNION (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 421 { "union", RID_UNION, 0 }, 629 ridpointers[(int) RID_UNION] = union_type_node;
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 274 { "union", RID_UNION, 0 },
|
H A D | parser.c | 548 case RID_UNION: in cp_lexer_next_token_is_decl_specifier_keyword() 9719 case RID_UNION: in cp_parser_type_specifier() 16681 case RID_UNION: in cp_parser_token_is_class_key()
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-common.h | 66 RID_ENUM, RID_STRUCT, RID_UNION, RID_IF, RID_ELSE, enumerator
|
H A D | c-parser.c | 169 { "union", RID_UNION, 0 }, 514 case RID_UNION: in c_token_starts_typename() 588 case RID_UNION: in c_token_starts_declspecs() 1648 case RID_UNION: in c_parser_declspecs() 1850 case RID_UNION: in c_parser_struct_or_union_specifier() 6386 case RID_UNION: in c_parser_objc_selector()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 71 RID_ENUM, RID_STRUCT, RID_UNION, RID_IF, RID_ELSE, enumerator
|
H A D | c-parse.in | 3379 { "union", RID_UNION, 0 }, 3462 /* RID_UNION */ UNION,
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 1242 { "union", RID_UNION, 0 },
|