Searched refs:RID_USING (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | lex.c | 276 { "using", RID_USING, 0 },
|
| D | parser.c | 7306 else if (token1->keyword == RID_USING) in cp_parser_block_declaration() 10766 cp_parser_require_keyword (parser, RID_USING, "`using'"); in cp_parser_using_declaration() 10875 cp_parser_require_keyword (parser, RID_USING, "`using'"); in cp_parser_using_directive() 13767 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_USING)) in cp_parser_member_declaration()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-common.h | 88 RID_USING, enumerator
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-common.h | 91 RID_TYPENAME, RID_TYPEID, RID_USING, enumerator
|
| D | c-parse.in | 3519 /* RID_USING */ 0,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | lex.c | 423 { "using", RID_USING, 0 },
|