Searched refs:RID_TEMPLATE (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | lex.c | 265 { "template", RID_TEMPLATE, 0 },
|
| HD | parser.c | 3953 if (success && token->keyword == RID_TEMPLATE) in cp_parser_nested_name_specifier_opt() 5102 && cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_pseudo_destructor_name() 7621 else if (token1.keyword == RID_TEMPLATE) in cp_parser_declaration() 7645 && token2.keyword == RID_TEMPLATE) in cp_parser_declaration() 8991 if (token->keyword == RID_TEMPLATE) in cp_parser_template_parameter() 9106 case RID_TEMPLATE: in cp_parser_type_parameter() 9918 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_instantiation() 10000 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_specialization() 10031 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_explicit_specialization() 14261 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_member_declaration() [all …]
|
| HD | ChangeLog-1994 | 1342 RID_TEMPLATE and RID_SIGNATURE to the end of the enumeration,
|
| /trueos/contrib/gcc/ |
| HD | c-common.h | 83 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
|