Home
last modified time | relevance | path

Searched refs:nesting_depth (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c862 unsigned nesting_depth = 0; in c_parser_skip_until_found() local
887 ++nesting_depth; in c_parser_skip_until_found()
892 if (nesting_depth-- == 0) in c_parser_skip_until_found()
907 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_parameter() local
913 && !nesting_depth) in c_parser_skip_to_end_of_parameter()
923 ++nesting_depth; in c_parser_skip_to_end_of_parameter()
928 if (nesting_depth-- == 0) in c_parser_skip_to_end_of_parameter()
969 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_block_or_statement() local
992 if (!nesting_depth) in c_parser_skip_to_end_of_block_or_statement()
1003 if (nesting_depth == 0 || --nesting_depth == 0) in c_parser_skip_to_end_of_block_or_statement()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c3013 if (!nesting_depth) in cp_parser_skip_to_end_of_statement()
3045 ++nesting_depth; in cp_parser_skip_to_end_of_statement()
3082 int nesting_depth = 0; in cp_parser_skip_to_end_of_block_or_statement() local
3097 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()
3098 nesting_depth = -1; in cp_parser_skip_to_end_of_block_or_statement()
3104 nesting_depth--; in cp_parser_skip_to_end_of_block_or_statement()
3107 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()
3113 nesting_depth++; in cp_parser_skip_to_end_of_block_or_statement()
3155 ++nesting_depth; in cp_parser_skip_to_closing_brace()
22337 if (!nesting_depth) in cp_parser_skip_to_end_of_template_parameter_list()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c3606 if (!nesting_depth) in cp_parser_skip_to_end_of_statement()
3639 ++nesting_depth; in cp_parser_skip_to_end_of_statement()
3676 int nesting_depth = 0; in cp_parser_skip_to_end_of_block_or_statement() local
3695 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()
3696 nesting_depth = -1; in cp_parser_skip_to_end_of_block_or_statement()
3702 nesting_depth--; in cp_parser_skip_to_end_of_block_or_statement()
3705 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()
3711 nesting_depth++; in cp_parser_skip_to_end_of_block_or_statement()
3753 ++nesting_depth; in cp_parser_skip_to_closing_brace()
28639 if (!nesting_depth) in cp_parser_skip_to_end_of_template_parameter_list()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c1131 unsigned nesting_depth = 0; in c_parser_skip_until_found() local
1156 ++nesting_depth; in c_parser_skip_until_found()
1161 if (nesting_depth-- == 0) in c_parser_skip_until_found()
1176 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_parameter() local
1182 && !nesting_depth) in c_parser_skip_to_end_of_parameter()
1192 ++nesting_depth; in c_parser_skip_to_end_of_parameter()
1197 if (nesting_depth-- == 0) in c_parser_skip_to_end_of_parameter()
1238 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_block_or_statement() local
1261 if (!nesting_depth) in c_parser_skip_to_end_of_block_or_statement()
1272 if (nesting_depth == 0 || --nesting_depth == 0) in c_parser_skip_to_end_of_block_or_statement()
[all …]