Home
last modified time | relevance | path

Searched refs:CPP_NESTED_NAME_SPECIFIER (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/cp/
HDparser.c248 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1)) macro
253 #define CPP_PURGED ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1))
3334 case CPP_NESTED_NAME_SPECIFIER: in cp_parser_primary_expression()
3931 if (token->type == CPP_NESTED_NAME_SPECIFIER) in cp_parser_nested_name_specifier_opt()
4119 token->type = CPP_NESTED_NAME_SPECIFIER; in cp_parser_nested_name_specifier_opt()
9795 || token->type == CPP_NESTED_NAME_SPECIFIER) in cp_parser_template_argument()
15930 && next_token->type != CPP_NESTED_NAME_SPECIFIER in cp_parser_constructor_declarator_p()
HDChangeLog343 associated with a CPP_NESTED_NAME_SPECIFIER or CPP_TEMPLATE_ID token.
345 a struct tree_check for CPP_NESTED_NAME_SPECIFIER or CPP_TEMPLATE_ID