Searched refs:square_depth (Results 1 – 1 of 1) sorted by relevance
3758 unsigned square_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()3786 ++square_depth; in cp_parser_skip_to_closing_parenthesis_1()3789 if (!square_depth--) in cp_parser_skip_to_closing_parenthesis_1()3822 if (!brace_depth && !paren_depth && !square_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()25295 unsigned square_depth = 0; in cp_parser_skip_to_closing_square_bracket() local25312 ++square_depth; in cp_parser_skip_to_closing_square_bracket()25316 if (!square_depth--) in cp_parser_skip_to_closing_square_bracket()