Searched refs:nesting_depth (Results 1 – 7 of 7) sorted by relevance
135 unsigned short nesting_depth; member
252 return tdb->nesting_depth; in __TM_nesting_depth()
758 unsigned nesting_depth = 0; in c_parser_skip_until_found() local769 if (token->type == type && !nesting_depth) in c_parser_skip_until_found()783 ++nesting_depth; in c_parser_skip_until_found()788 if (nesting_depth-- == 0) in c_parser_skip_until_found()803 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_parameter() local809 && !nesting_depth) in c_parser_skip_to_end_of_parameter()819 ++nesting_depth; in c_parser_skip_to_end_of_parameter()824 if (nesting_depth-- == 0) in c_parser_skip_to_end_of_parameter()865 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_block_or_statement() local888 if (!nesting_depth) in c_parser_skip_to_end_of_block_or_statement()[all …]
2379 unsigned nesting_depth = 0; in cp_parser_skip_to_end_of_statement() local2395 if (!nesting_depth) in cp_parser_skip_to_end_of_statement()2407 if (nesting_depth == 0) in cp_parser_skip_to_end_of_statement()2420 if (--nesting_depth == 0) in cp_parser_skip_to_end_of_statement()2427 ++nesting_depth; in cp_parser_skip_to_end_of_statement()2464 int nesting_depth = 0; in cp_parser_skip_to_end_of_block_or_statement() local2466 while (nesting_depth >= 0) in cp_parser_skip_to_end_of_block_or_statement()2479 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()2480 nesting_depth = -1; in cp_parser_skip_to_end_of_block_or_statement()2486 nesting_depth--; in cp_parser_skip_to_end_of_block_or_statement()[all …]
279 nesting_depth = nesting_stack->depth - 1; \385 #define nesting_depth (cfun->stmt->x_nesting_depth) macro450 nesting_depth = 0; in init_stmt_for_function()2437 thiscond->depth = ++nesting_depth;2526 thisloop->depth = ++nesting_depth;2568 thisloop->depth = ++nesting_depth; in expand_start_null_loop()3415 thisblock->depth = ++nesting_depth;4450 thiscase->depth = ++nesting_depth;4489 thiscase->depth = ++nesting_depth; in expand_start_case_dummy()
12025 nesting_depth, goto_fixup_chain): Delete global vars; now allocated12052 case_stack, nesting_stack, nesting_depth, block_start_count,
103 natural_t *nesting_depth,