Searched refs:greater_than_is_operator_p (Results 1 – 2 of 2) sorted by relevance
1358 bool greater_than_is_operator_p; member2799 parser->greater_than_is_operator_p = true; in cp_parser_new()3156 || parser->greater_than_is_operator_p)) in cp_parser_primary_expression()3189 = parser->greater_than_is_operator_p; in cp_parser_primary_expression()3190 parser->greater_than_is_operator_p = true; in cp_parser_primary_expression()3229 parser->greater_than_is_operator_p in cp_parser_primary_expression()5916 ((token->type == CPP_GREATER && !parser->greater_than_is_operator_p) \12953 bool greater_than_is_operator_p; in cp_parser_parameter_declaration() local12968 greater_than_is_operator_p = !template_parm_p; in cp_parser_parameter_declaration()13099 if (!depth && !greater_than_is_operator_p) in cp_parser_parameter_declaration()[all …]
6781 greater_than_is_operator_p with template_parm_p parameter. Do not