| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_test_cpp.cc | 54 bool caught = false; in test_return_bool() local 59 caught = true; in test_return_bool() 64 assert(caught); in test_return_bool() 109 bool caught = false; in test_foreach() local 114 caught = true; in test_foreach() 116 assert(caught); in test_foreach() 165 bool caught = false; in test_every() local 170 caught = true; in test_every() 172 assert(caught); in test_every() 218 auto caught = false; in test_schedule_tree() local [all …]
|
| H A D | isl_test_python.py | 209 caught = False 213 caught = True 214 assert(caught) 273 caught = False 277 caught = True 278 assert(caught) 345 caught = False 349 caught = True 350 assert(caught) 373 caught = False [all …]
|
| H A D | isl_test_cpp17.cc | 26 bool caught = false; in check_invalid() local 30 caught = true; in check_invalid() 32 if (!caught) in check_invalid()
|
| H A D | isl_test_cpp-checked-conversion.cc | 25 bool caught = false; in check_conversion_null() local 30 caught = true; in check_conversion_null() 32 if (!caught) in check_conversion_null()
|
| /netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
| H A D | secretbox8.c | 16 int caught; in main() local 24 caught = 0; in main() 25 while (caught < 10) { in main() 36 ++caught; in main()
|
| H A D | sodium_utils3.exp | 1 Intentional segfault / bus error caught
|
| H A D | sodium_utils2.exp | 2 Intentional segfault / bus error caught
|
| /netbsd-src/sys/external/isc/libsodium/dist/m4/ |
| H A D | ax_check_catchable_abrt.m4 | 7 # Check whether SIGABRT can be caught using signal handlers. 14 AC_CACHE_CHECK([whether SIGABRT can be caught when using the _AC_LANG compiler], CACHEVAR, [ 53 … [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])], 54 [AC_MSG_WARN([On this platform, SIGABRT cannot be caught using signal handlers.])]
|
| H A D | ax_check_catchable_segv.m4 | 7 # Check whether segmentation violations can be caught using signal handlers. 14 …AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], C… 38 …[AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using sign… 39 …[AC_MSG_WARN([On this platform, segmentation violations cannot be caught using signal handlers. Th…
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | optional.d | 26 bool caught; variable 30 caught = true; 31 assert(caught);
|
| /netbsd-src/sbin/dump/ |
| H A D | tape.c | 116 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable 747 caught++; in proceed() 765 caught = 1; in create_workers() 767 caught = 0; in create_workers() 859 while (!caught) in doworker() 861 caught = 0; in doworker()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| H A D | bad-kasp-policy-undefined-inherited.conf | 15 * The dnssec-policy is not defined. Should also be caught if it is inherited.
|
| H A D | bad-kasp-policy-undefined-inherited-view.conf | 15 * The dnssec-policy is not defined. Should also be caught if it is inherited.
|
| /netbsd-src/sys/dev/pci/ |
| H A D | twe.c | 777 int caught, rv; in twe_intr() local 780 caught = 0; in twe_intr() 790 caught = 1; in twe_intr() 804 caught = 1; in twe_intr() 818 caught = 1; in twe_intr() 823 caught = 1; in twe_intr() 826 return (caught); in twe_intr()
|
| H A D | twa.c | 1878 int caught, s, rv __diagused; in twa_intr() local 1883 caught = 0; in twa_intr() 1887 caught = 1; in twa_intr() 1894 caught = 1; in twa_intr() 1905 caught = 1; in twa_intr() 1912 caught = 1; in twa_intr() 1918 caught = 1; in twa_intr() 1921 return (caught); in twa_intr()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | newproc_example.txt | 17 The above output was caught when running "man ls". This identifies all the
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | newproc_example.txt | 17 The above output was caught when running "man ls". This identifies all the
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | stab.def | 106 was caught. Multiple CAUGHT stabs means that multiple exceptions 107 can be caught here. If Desc is 0, it means all exceptions are caught
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | stab.def | 106 was caught. Multiple CAUGHT stabs means that multiple exceptions 107 can be caught here. If Desc is 0, it means all exceptions are caught
|
| /netbsd-src/external/zlib/pigz/dist/ |
| H A D | pigz.c | 1354 int caught; in finish_jobs() local 1369 caught = join_all(); in finish_jobs() 1370 Trace(("-- joined %d compress threads", caught)); in finish_jobs() 1371 assert(caught == cthreads); in finish_jobs() 1375 caught = free_pool(&lens_pool); in finish_jobs() 1376 Trace(("-- freed %d block lengths buffers", caught)); in finish_jobs() 1377 caught = free_pool(&dict_pool); in finish_jobs() 1378 Trace(("-- freed %d dictionary buffers", caught)); in finish_jobs() 1379 caught = free_pool(&out_pool); in finish_jobs() 1380 Trace(("-- freed %d output buffers", caught)); in finish_jobs() [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/asm686/ |
| H A D | README.686 | 40 gcc's generated code had caught up with it sometime around gcc 2.95
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/asm686/ |
| H A D | README.686 | 40 gcc's generated code had caught up with it sometime around gcc 2.95
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/asm686/ |
| H A D | README.686 | 40 gcc's generated code had caught up with it sometime around gcc 2.95
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/asm686/ |
| H A D | README.686 | 40 gcc's generated code had caught up with it sometime around gcc 2.95
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | stab.def | 125 was caught. Multiple CAUGHT stabs means that multiple exceptions 126 can be caught here. If Desc is 0, it means all exceptions are caught
|