Searched refs:condop_depth (Results 1 – 2 of 2) sorted by relevance
3599 unsigned condop_depth = 0; in cp_parser_skip_to_closing_parenthesis_1() local3611 && !brace_depth && !paren_depth && !square_depth && !condop_depth) in cp_parser_skip_to_closing_parenthesis_1()3663 ++condop_depth; in cp_parser_skip_to_closing_parenthesis_1()3667 if (!brace_depth && !paren_depth && !square_depth && condop_depth > 0) in cp_parser_skip_to_closing_parenthesis_1()3668 condop_depth--; in cp_parser_skip_to_closing_parenthesis_1()
3759 unsigned condop_depth = 0; in cp_parser_skip_to_closing_parenthesis_1() local3771 && !brace_depth && !paren_depth && !square_depth && !condop_depth) in cp_parser_skip_to_closing_parenthesis_1()3823 ++condop_depth; in cp_parser_skip_to_closing_parenthesis_1()3827 if (!brace_depth && !paren_depth && !square_depth && condop_depth > 0) in cp_parser_skip_to_closing_parenthesis_1()3828 condop_depth--; in cp_parser_skip_to_closing_parenthesis_1()