Searched refs:nesting_depth (Results 1 – 8 of 8) sorted by relevance
80 int nesting_depth; member92 emitter->nesting_depth = 0; in emitter_init()211 emitter->nesting_depth++; in emitter_nest_inc()217 emitter->nesting_depth--; in emitter_nest_dec()223 int amount = emitter->nesting_depth; in emitter_indent()245 assert(emitter->nesting_depth == 0); in emitter_begin()257 assert(emitter->nesting_depth == 1); in emitter_end()273 assert(emitter->nesting_depth > 0); in emitter_kv_note()334 assert(emitter->nesting_depth > 0); in emitter_dict_end()384 assert(emitter->nesting_depth > 0); in emitter_json_arr_end()[all …]
149 unsigned short nesting_depth; member
266 return tdb->nesting_depth; in __TM_nesting_depth()
819 unsigned nesting_depth = 0; in c_parser_skip_until_found() local844 ++nesting_depth; in c_parser_skip_until_found()849 if (nesting_depth-- == 0) in c_parser_skip_until_found()864 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_parameter() local870 && !nesting_depth) in c_parser_skip_to_end_of_parameter()880 ++nesting_depth; in c_parser_skip_to_end_of_parameter()885 if (nesting_depth-- == 0) in c_parser_skip_to_end_of_parameter()926 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_block_or_statement() local949 if (!nesting_depth) in c_parser_skip_to_end_of_block_or_statement()960 if (nesting_depth == 0 || --nesting_depth == 0) in c_parser_skip_to_end_of_block_or_statement()[all …]
12025 nesting_depth, goto_fixup_chain): Delete global vars; now allocated12052 case_stack, nesting_stack, nesting_depth, block_start_count,
20143 nesting_depth, emit_locus, set_file_and_line_for_stmt,
2436 if (!nesting_depth) in cp_parser_skip_to_end_of_statement()2468 ++nesting_depth; in cp_parser_skip_to_end_of_statement()2640 int nesting_depth = 0; in cp_parser_skip_to_end_of_block_or_statement() local2655 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()2656 nesting_depth = -1; in cp_parser_skip_to_end_of_block_or_statement()2662 nesting_depth--; in cp_parser_skip_to_end_of_block_or_statement()2663 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()2669 nesting_depth++; in cp_parser_skip_to_end_of_block_or_statement()2710 ++nesting_depth; in cp_parser_skip_to_closing_brace()17056 if (!nesting_depth) in cp_parser_skip_to_end_of_template_parameter_list()[all …]
90 natural_t *nesting_depth,