Home
last modified time | relevance | path

Searched refs:CPP_TEMPLATE_ID (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h403 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) macro
410 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h420 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) macro
427 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
H A DChangeLog11975 * c-common.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move from cp/parser.h.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c5616 case CPP_TEMPLATE_ID: in cp_parser_primary_expression()
6003 case CPP_TEMPLATE_ID: in cp_parser_unqualified_id()
6391 else if (token->type == CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()
6506 if (cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()
16589 if (token->type == CPP_TEMPLATE_ID) in cp_parser_template_id()
16795 token->type = CPP_TEMPLATE_ID; in cp_parser_template_id()
17324 || token->type == CPP_TEMPLATE_ID in cp_parser_template_argument()
18197 && cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID)) in cp_parser_simple_type_specifier()
23665 if (token->type != CPP_NAME && token->type != CPP_TEMPLATE_ID) in cp_parser_class_name()
28681 && next_token->type != CPP_TEMPLATE_ID) in cp_parser_constructor_declarator_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc5900 case CPP_TEMPLATE_ID: in cp_parser_primary_expression()
6325 case CPP_TEMPLATE_ID: in cp_parser_unqualified_id()
6446 if (token->type == CPP_TEMPLATE_ID && declarator_p in cp_parser_unqualified_id()
6726 else if (token->type == CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()
6842 if (cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()
18167 if (token->type == CPP_TEMPLATE_ID) in cp_parser_template_id()
18383 token->type = CPP_TEMPLATE_ID; in cp_parser_template_id()
18924 || token->type == CPP_TEMPLATE_ID in cp_parser_template_argument()
19803 && cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID)) in cp_parser_simple_type_specifier()
25626 if (token->type != CPP_NAME && token->type != CPP_TEMPLATE_ID) in cp_parser_class_name()
[all …]
H A DChangeLog-200653 associated with a CPP_NESTED_NAME_SPECIFIER or CPP_TEMPLATE_ID token.
55 a struct tree_check for CPP_NESTED_NAME_SPECIFIER or CPP_TEMPLATE_ID
H A DChangeLog-20112226 * parser.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move to c-common.h.
4409 (CPP_TEMPLATE_ID): Likewise.
H A DChangeLog-20143233 * parser.c (cp_parser_template_id): Don't set up a CPP_TEMPLATE_ID
H A DChangeLog-2015367 CPP_TEMPLATE_ID, update the location.
H A DChangeLog-2004305 * parser.c (cp_parser_template_id): Don't create a CPP_TEMPLATE_ID