Searched refs:brace_depth (Results 1 – 2 of 2) sorted by relevance
628 int brace_depth = 1; /* caller-processed */ in read_braced_string() local632 while (brace_depth) in read_braced_string()637 brace_depth++; in read_braced_string()639 brace_depth--; in read_braced_string()
3757 unsigned brace_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()3795 if (!brace_depth) in cp_parser_skip_to_closing_parenthesis_1()3800 ++brace_depth; in cp_parser_skip_to_closing_parenthesis_1()3803 if (!brace_depth--) in cp_parser_skip_to_closing_parenthesis_1()3808 if (!brace_depth) in cp_parser_skip_to_closing_parenthesis_1()3813 if (!brace_depth && !paren_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()