Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.cc5622 bool saved_greater_than_is_operator_p; in cp_parser_primary_expression() local
5631 saved_greater_than_is_operator_p in cp_parser_primary_expression()
5670 = saved_greater_than_is_operator_p; in cp_parser_primary_expression()
7272 bool saved_greater_than_is_operator_p in cp_parser_postfix_expression() local
7286 = saved_greater_than_is_operator_p; in cp_parser_postfix_expression()
8021 bool saved_greater_than_is_operator_p; in cp_parser_postfix_open_square_expression() local
8026 saved_greater_than_is_operator_p = parser->greater_than_is_operator_p; in cp_parser_postfix_open_square_expression()
8094 parser->greater_than_is_operator_p = saved_greater_than_is_operator_p; in cp_parser_postfix_open_square_expression()
8424 bool saved_greater_than_is_operator_p; in cp_parser_parenthesized_expression_list() local
8438 saved_greater_than_is_operator_p in cp_parser_parenthesized_expression_list()
[all …]