Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c3598 unsigned square_depth = 0; in cp_parser_skip_to_closing_parenthesis_1() local
3611 && !brace_depth && !paren_depth && !square_depth && !condop_depth) in cp_parser_skip_to_closing_parenthesis_1()
3626 ++square_depth; in cp_parser_skip_to_closing_parenthesis_1()
3629 if (!square_depth--) in cp_parser_skip_to_closing_parenthesis_1()
3662 if (!brace_depth && !paren_depth && !square_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()
23331 unsigned square_depth = 0; in cp_parser_skip_to_closing_square_bracket() local
23348 ++square_depth; in cp_parser_skip_to_closing_square_bracket()
23352 if (!square_depth--) in cp_parser_skip_to_closing_square_bracket()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc3758 unsigned square_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()
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() local
25312 ++square_depth; in cp_parser_skip_to_closing_square_bracket()
25316 if (!square_depth--) in cp_parser_skip_to_closing_square_bracket()