Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h339 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) macro
346 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h389 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1)) macro
396 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.c4246 case CPP_TEMPLATE_ID: in cp_parser_primary_expression()
4595 case CPP_TEMPLATE_ID: in cp_parser_unqualified_id()
4927 else if (token->type == CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()
12384 if (next_token->type == CPP_TEMPLATE_ID) in cp_parser_template_id()
12530 token->type = CPP_TEMPLATE_ID; in cp_parser_template_id()
12983 || token->type == CPP_TEMPLATE_ID in cp_parser_template_argument()
17752 if (token->type != CPP_NAME && token->type != CPP_TEMPLATE_ID) in cp_parser_class_name()
20775 && next_token->type != CPP_TEMPLATE_ID) in cp_parser_constructor_declarator_p()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c5461 case CPP_TEMPLATE_ID: in cp_parser_primary_expression()
5856 case CPP_TEMPLATE_ID: in cp_parser_unqualified_id()
6200 else if (token->type == CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()
6301 if (cp_lexer_next_token_is (parser->lexer, CPP_TEMPLATE_ID) in cp_parser_nested_name_specifier_opt()
15728 if (token->type == CPP_TEMPLATE_ID) in cp_parser_template_id()
15904 token->type = CPP_TEMPLATE_ID; in cp_parser_template_id()
16394 || token->type == CPP_TEMPLATE_ID in cp_parser_template_argument()
22388 if (token->type != CPP_NAME && token->type != CPP_TEMPLATE_ID) in cp_parser_class_name()
26619 && next_token->type != CPP_TEMPLATE_ID) in cp_parser_constructor_declarator_p()