Searched refs:nesting_depth (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | htmintrin.h | 42 unsigned short nesting_depth; member
|
| H A D | htmxlintrin.h | 90 return tdb->nesting_depth; in __TM_nesting_depth()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | htmintrin.h | 42 unsigned short nesting_depth; member
|
| H A D | htmxlintrin.h | 90 return tdb->nesting_depth; in __TM_nesting_depth()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | htmintrin.h | 135 unsigned short nesting_depth; member
|
| H A D | htmxlintrin.h | 252 return tdb->nesting_depth; in __TM_nesting_depth()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 1211 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 D | c-parser.cc | 1239 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 D | sanitizer_mac.cc | 90 natural_t *nesting_depth,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_mac.cc | 88 natural_t *nesting_depth,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 3703 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 D | parser.cc | 3875 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 D | sanitizer_mac.cpp | 109 natural_t *nesting_depth,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1999 | 12025 nesting_depth, goto_fixup_chain): Delete global vars; now allocated 12052 case_stack, nesting_stack, nesting_depth, block_start_count,
|
| H A D | ChangeLog-2004 | 20143 nesting_depth, emit_locus, set_file_and_line_for_stmt,
|