Searched refs:RID_EXTENSION (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 104 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
|
| HD | c-common.c | 444 { "__extension__", RID_EXTENSION, 0 },
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-parser.c | 1570 case RID_EXTENSION: in c_parser_external_declaration() 3279 if (c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_struct_declaration() 5011 && c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_compound_statement_nostart() 5019 == RID_EXTENSION)) in c_parser_compound_statement_nostart() 6106 else if (c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_for_statement() 6114 == RID_EXTENSION)) in c_parser_for_statement() 7283 case RID_EXTENSION: in c_parser_unary_expression() 14967 && c_parser_peek_token (parser)->keyword == RID_EXTENSION) in c_parser_oacc_routine() 14973 && c_parser_peek_token (parser)->keyword == RID_EXTENSION); in c_parser_oacc_routine() 17366 && c_parser_peek_token (parser)->keyword == RID_EXTENSION) in c_parser_omp_declare_simd() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-parser.c | 1291 case RID_EXTENSION: in c_parser_external_declaration() 2572 if (c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_struct_declaration() 4160 && c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_compound_statement_nostart() 4168 == RID_EXTENSION)) in c_parser_compound_statement_nostart() 4937 else if (c_parser_next_token_is_keyword (parser, RID_EXTENSION)) in c_parser_for_statement() 4945 == RID_EXTENSION)) in c_parser_for_statement() 5943 case RID_EXTENSION: in c_parser_unary_expression()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.h | 103 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
|
| HD | c-common.c | 387 { "__extension__", RID_EXTENSION, 0 },
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 6405 case RID_EXTENSION: in cp_parser_unary_expression() 20201 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_EXTENSION)) in cp_parser_extension_opt()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.c | 8065 case RID_EXTENSION: in cp_parser_unary_expression() 25708 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_EXTENSION)) in cp_parser_extension_opt()
|