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

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c90 /* Used for CPP_NESTED_NAME_SPECIFIER and CPP_TEMPLATE_ID. */
94 } GTY((desc ("(%1.type == CPP_TEMPLATE_ID) || (%1.type == CPP_NESTED_NAME_SPECIFIER)"))) u;
239 parsing tentatively, it is replaced with a CPP_TEMPLATE_ID token;
240 the value of the CPP_TEMPLATE_ID is whatever was returned by
242 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1))
249 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
3335 case CPP_TEMPLATE_ID:
3663 case CPP_TEMPLATE_ID:
3958 else if (token->type == CPP_TEMPLATE_ID)
9228 if (next_token->type == CPP_TEMPLATE_ID)
241 #define CPP_TEMPLATE_ID macro
[all...]

Completed in 68 milliseconds