Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dhtmintrin.h42 unsigned short nesting_depth; member
H A Dhtmxlintrin.h90 return tdb->nesting_depth; in __TM_nesting_depth()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dhtmintrin.h42 unsigned short nesting_depth; member
H A Dhtmxlintrin.h90 return tdb->nesting_depth; in __TM_nesting_depth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dhtmintrin.h135 unsigned short nesting_depth; member
H A Dhtmxlintrin.h252 return tdb->nesting_depth; in __TM_nesting_depth()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1211 unsigned nesting_depth = 0; in c_parser_skip_until_found() local
1222 if (token->type == type && !nesting_depth) in c_parser_skip_until_found()
1236 ++nesting_depth; in c_parser_skip_until_found()
1241 if (nesting_depth-- == 0) in c_parser_skip_until_found()
1256 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_parameter() local
1262 && !nesting_depth) in c_parser_skip_to_end_of_parameter()
1272 ++nesting_depth; in c_parser_skip_to_end_of_parameter()
1277 if (nesting_depth-- == 0) in c_parser_skip_to_end_of_parameter()
1318 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_block_or_statement() local
1341 if (!nesting_depth) in c_parser_skip_to_end_of_block_or_statement()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1239 unsigned nesting_depth = 0; in c_parser_skip_until_found() local
1250 if (token->type == type && !nesting_depth) in c_parser_skip_until_found()
1264 ++nesting_depth; in c_parser_skip_until_found()
1269 if (nesting_depth-- == 0) in c_parser_skip_until_found()
1284 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_parameter() local
1290 && !nesting_depth) in c_parser_skip_to_end_of_parameter()
1300 ++nesting_depth; in c_parser_skip_to_end_of_parameter()
1305 if (nesting_depth-- == 0) in c_parser_skip_to_end_of_parameter()
1346 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_block_or_statement() local
1369 if (!nesting_depth) in c_parser_skip_to_end_of_block_or_statement()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.cc90 natural_t *nesting_depth,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc88 natural_t *nesting_depth,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c3703 unsigned nesting_depth = 0; in cp_parser_skip_to_end_of_statement() local
3726 if (!nesting_depth) in cp_parser_skip_to_end_of_statement()
3738 if (nesting_depth == 0) in cp_parser_skip_to_end_of_statement()
3751 if (--nesting_depth == 0) in cp_parser_skip_to_end_of_statement()
3759 ++nesting_depth; in cp_parser_skip_to_end_of_statement()
3796 int nesting_depth = 0; in cp_parser_skip_to_end_of_block_or_statement() local
3802 while (nesting_depth >= 0) in cp_parser_skip_to_end_of_block_or_statement()
3818 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()
3819 nesting_depth = -1; in cp_parser_skip_to_end_of_block_or_statement()
3825 nesting_depth--; in cp_parser_skip_to_end_of_block_or_statement()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc3875 unsigned nesting_depth = 0; in cp_parser_skip_to_end_of_statement() local
3898 if (!nesting_depth) in cp_parser_skip_to_end_of_statement()
3910 if (nesting_depth == 0) in cp_parser_skip_to_end_of_statement()
3923 if (--nesting_depth == 0) in cp_parser_skip_to_end_of_statement()
3931 ++nesting_depth; in cp_parser_skip_to_end_of_statement()
3944 if (!nesting_depth) in cp_parser_skip_to_end_of_statement()
3982 int nesting_depth = 0; in cp_parser_skip_to_end_of_block_or_statement() local
3988 while (nesting_depth >= 0) in cp_parser_skip_to_end_of_block_or_statement()
4004 if (!nesting_depth) in cp_parser_skip_to_end_of_block_or_statement()
4005 nesting_depth = -1; in cp_parser_skip_to_end_of_block_or_statement()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cpp109 natural_t *nesting_depth,
/netbsd-src/external/gpl3/gcc/dist/gcc/
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,