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

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c1360 bool greater_than_is_operator_p;
2801 parser->greater_than_is_operator_p = true;
3158 || parser->greater_than_is_operator_p))
3191 = parser->greater_than_is_operator_p;
3192 parser->greater_than_is_operator_p = true;
3231 parser->greater_than_is_operator_p
5918 ((token->type == CPP_GREATER && !parser->greater_than_is_operator_p) \
12955 bool greater_than_is_operator_p;
12970 greater_than_is_operator_p = !template_parm_p;
13101 if (!depth && !greater_than_is_operator_p)
1358 bool greater_than_is_operator_p; local
12953 bool greater_than_is_operator_p; local
[all...]

Completed in 202 milliseconds