Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDparser.c1358 bool greater_than_is_operator_p; member
2799 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() local
12968 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 …]
HDChangeLog-20036781 greater_than_is_operator_p with template_parm_p parameter. Do not