Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h80 int nesting_depth; member
92 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 …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dhtmintrin.h149 unsigned short nesting_depth; member
H A Dhtmxlintrin.h266 return tdb->nesting_depth; in __TM_nesting_depth()
/freebsd-12.1/contrib/gcc/
H A Dc-parser.c819 unsigned nesting_depth = 0; in c_parser_skip_until_found() local
844 ++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() local
870 && !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() local
949 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 …]
H A DChangeLog-199912025 nesting_depth, goto_fixup_chain): Delete global vars; now allocated
12052 case_stack, nesting_stack, nesting_depth, block_start_count,
H A DChangeLog-200420143 nesting_depth, emit_locus, set_file_and_line_for_stmt,
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c2436 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() local
2655 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 …]
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc90 natural_t *nesting_depth,