Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c3599 unsigned condop_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()
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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc3759 unsigned condop_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()
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()