Searched refs:RID_TEMPLATE (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 265 { "template", RID_TEMPLATE, 0 },
|
H A D | parser.c | 3759 if (success && token->keyword == RID_TEMPLATE) in cp_parser_nested_name_specifier_opt() 7203 else if (token1.keyword == RID_TEMPLATE) in cp_parser_declaration() 7227 && token2.keyword == RID_TEMPLATE) in cp_parser_declaration() 8573 if (token->keyword == RID_TEMPLATE) in cp_parser_template_parameter() 8688 case RID_TEMPLATE: in cp_parser_type_parameter() 9500 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_instantiation() 9582 cp_parser_require_keyword (parser, RID_TEMPLATE, "`template'"); in cp_parser_explicit_specialization() 9613 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_explicit_specialization() 13753 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_TEMPLATE)) in cp_parser_member_declaration() 15739 RID_TEMPLATE)) in cp_parser_template_declaration_after_export() [all …]
|
H A D | ChangeLog-1994 | 1342 RID_TEMPLATE and RID_SIGNATURE to the end of the enumeration,
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-common.h | 83 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 87 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
|
H A D | c-parse.in | 3505 /* RID_TEMPLATE */ 0,
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 412 { "template", RID_TEMPLATE, 0 },
|
H A D | ChangeLog.1 | 4782 RID_TEMPLATE and RID_SIGNATURE to the end of the enumeration,
|