Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dread-md.cc628 int brace_depth = 1; /* caller-processed */ in read_braced_string() local
632 while (brace_depth) in read_braced_string()
637 brace_depth++; in read_braced_string()
639 brace_depth--; in read_braced_string()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.cc3757 unsigned brace_depth = 0; in cp_parser_skip_to_closing_parenthesis_1() local
3771 && !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()