Searched refs:RID_EXTENSION (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | c-parser.c | 120 { "__extension__", RID_EXTENSION, 0 }, 1136 case RID_EXTENSION: in c_parser_external_declaration() 2009 if (c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_struct_declaration() 3455 && c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_compound_statement_nostart() 3463 == RID_EXTENSION)) in c_parser_compound_statement_nostart() 4038 else if (c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_for_statement() 4046 == RID_EXTENSION)) in c_parser_for_statement() 4847 case RID_EXTENSION: in c_parser_unary_expression()
|
H A D | c-common.h | 73 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 199 { "__extension__", RID_EXTENSION, 0 },
|
H A D | parser.c | 5022 case RID_EXTENSION: in cp_parser_unary_expression() 14900 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_EXTENSION)) in cp_parser_extension_opt()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 78 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_PTRBASE, enumerator
|
H A D | c-parse.in | 3322 { "__extension__", RID_EXTENSION, 0 }, 3483 /* RID_EXTENSION */ EXTENSION,
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 1186 { "__extension__", RID_EXTENSION, 0 },
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 346 { "__extension__", RID_EXTENSION, 0 },
|