Home
last modified time | relevance | path

Searched refs:RID_TEMPLATE (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dlex.c265 { "template", RID_TEMPLATE, 0 },
H A Dparser.c3759 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 DChangeLog-19941342 RID_TEMPLATE and RID_SIGNATURE to the end of the enumeration,
/openbsd/gnu/gcc/gcc/
H A Dc-common.h83 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h87 RID_TEMPLATE, RID_NULL, RID_CATCH, enumerator
H A Dc-parse.in3505 /* RID_TEMPLATE */ 0,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c412 { "template", RID_TEMPLATE, 0 },
H A DChangeLog.14782 RID_TEMPLATE and RID_SIGNATURE to the end of the enumeration,