Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhtmintrin.h135 unsigned short nesting_depth; member
H A Dhtmxlintrin.h252 return tdb->nesting_depth; in __TM_nesting_depth()
/openbsd-src/gnu/gcc/gcc/
H A Dc-parser.c758 unsigned nesting_depth = 0; in c_parser_skip_until_found() local
769 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() local
809 && !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() local
888 if (!nesting_depth) in c_parser_skip_to_end_of_block_or_statement()
[all …]
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c2379 unsigned nesting_depth = 0; in cp_parser_skip_to_end_of_statement() local
2395 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() local
2466 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstmt.c279 nesting_depth = nesting_stack->depth - 1; \
385 #define nesting_depth (cfun->stmt->x_nesting_depth) macro
450 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()
H A DChangeLog.212025 nesting_depth, goto_fixup_chain): Delete global vars; now allocated
12052 case_stack, nesting_stack, nesting_depth, block_start_count,
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp103 natural_t *nesting_depth,