/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 110 BlockT *entry = getEntry(), *exit = getExit(); in contains() local 205 BlockT *exit = getExit(); in getExitingBlock() local 259 BlockT *entry = getEntry(), *exit = getExit(); in verifyBBInRegion() local 280 BlockT *exit = getExit(); in verifyWalk() local 567 BlockT *exit) const { in isCommonDomFrontier() 578 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { in isRegion() 618 void RegionInfoBase<Tr>::insertShortCut(BlockT *entry, BlockT *exit, in insertShortCut() 648 bool RegionInfoBase<Tr>::isTrivialRegion(BlockT *entry, BlockT *exit) const { in isTrivialRegion() 662 BlockT *exit) { in createRegion() 697 BlockT *exit = N->getBlock(); in findRegionsWithEntry() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/ |
H A D | filelogger.d | 193 scope(exit) in scope() argument 224 scope(exit) () @trusted { rmdirRecurse(tmpFolder ~ "/bug15771"); }(); in scope() argument 241 scope(exit) in scope() argument
|
H A D | core.d | 1886 scope(exit) { in scope() argument 2019 scope(exit) in scope() argument 2098 scope(exit) in scope() argument 2136 scope(exit) in scope() argument 2192 scope(exit) in scope() argument 2439 scope(exit) in scope() argument 2694 scope(exit) in scope() argument 2921 scope(exit) in scope() argument 2944 scope(exit) in scope() argument 3040 scope(exit) in scope() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/ |
H A D | filelogger.d | 186 scope(exit) in scope() argument 217 scope(exit) () @trusted { rmdirRecurse(tmpFolder ~ "/bug15771"); }(); in scope() argument 234 scope(exit) in scope() argument
|
H A D | core.d | 1882 scope(exit) { in scope() argument 2015 scope(exit) in scope() argument 2094 scope(exit) in scope() argument 2132 scope(exit) in scope() argument 2188 scope(exit) in scope() argument 2435 scope(exit) in scope() argument 2690 scope(exit) in scope() argument 2917 scope(exit) in scope() argument 2940 scope(exit) in scope() argument 3036 scope(exit) in scope() argument [all …]
|
/netbsd-src/sys/lib/libsa/ |
H A D | exit.c | 34 exit(int arg) in exit() function
|
/netbsd-src/lib/libc/stdlib/ |
H A D | exit.c | 54 exit(int status) in exit() function
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/ |
H A D | asmsrc1.s | 66 .global exit symbol
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
H A D | crt0-efi-ia32.S | 66 .exit: leave label
|
H A D | crt0-efi-x86_64.S | 64 .exit: label
|
H A D | crt0-efi-ia64.S | 63 .exit: label
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloop.c | 186 struct loop_exit *exit, *next; in flow_loop_free() local 1037 loop_exit_hasher::hash (loop_exit *exit) in hash() 1045 loop_exit_hasher::equal (loop_exit *exit, edge e) in equal() 1053 loop_exit_hasher::remove (loop_exit *exit) in remove() 1084 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() local 1168 struct loop_exit *exit = *slot; in dump_recorded_exit() local 1212 struct loop_exit *exit; in get_loop_exit_edges() local 1410 struct loop_exit *exit, *mexit; in verify_loop_structure() local 1792 struct loop_exit *exit = loop->exits->next; in single_exit() local 1840 edge exit; in get_loop_location() local
|
H A D | function-tests.c | 361 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (fun); in verify_three_block_cfg() local 405 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (fun); in verify_three_block_gimple_cfg() local 432 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (fun); in verify_three_block_rtl_cfg() local
|
H A D | tree-ssa-loop-ivcanon.c | 214 tree_estimate_loop_size (class loop *loop, edge exit, edge edge_to_cancel, in tree_estimate_loop_size() 693 edge exit, tree niter, bool may_be_zero, in try_unroll_loop_completely() 994 edge exit, tree niter, bool may_be_zero, in try_peel_loop() 1169 edge exit = NULL; in canonicalize_loop_induction_variables() local 1482 loop_exit *exit = father->exits->next; in tree_unroll_loops_completely() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
H A D | crtend.S | 111 .exit: mov gp = loc3 label
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
H A D | crtend.S | 111 .exit: mov gp = loc3 label
|
/netbsd-src/external/bsd/kyua-cli/dist/integration/helpers/ |
H A D | bogus_test_cases.cpp | 47 ATF_TEST_CASE_BODY(exit) in ATF_TEST_CASE_BODY() argument
|
H A D | expect_all_pass.cpp | 48 ATF_TEST_CASE_BODY(exit) in ATF_TEST_CASE_BODY() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloop.cc | 186 struct loop_exit *exit, *next; in flow_loop_free() local 1034 loop_exit_hasher::hash (loop_exit *exit) in hash() 1042 loop_exit_hasher::equal (loop_exit *exit, edge e) in equal() 1050 loop_exit_hasher::remove (loop_exit *exit) in remove() 1081 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() local 1165 struct loop_exit *exit = *slot; in dump_recorded_exit() local 1209 struct loop_exit *exit; in get_loop_exit_edges() local 1406 struct loop_exit *exit, *mexit; in verify_loop_structure() local 1804 struct loop_exit *exit = loop->exits->next; in single_exit() local 1852 edge exit; in get_loop_location() local
|
H A D | tree-ssa-loop-ivcanon.cc | 85 create_canonical_iv (class loop *loop, edge exit, tree niter, in create_canonical_iv() 214 tree_estimate_loop_size (class loop *loop, edge exit, edge edge_to_cancel, in tree_estimate_loop_size() 688 edge exit, tree niter, bool may_be_zero, in try_unroll_loop_completely() 992 edge exit, tree niter, bool may_be_zero, in try_peel_loop() 1166 edge exit = NULL; in canonicalize_loop_induction_variables() local 1480 loop_exit *exit = father->exits->next; in tree_unroll_loops_completely() local
|
H A D | function-tests.cc | 362 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (fun); in verify_three_block_cfg() local 406 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (fun); in verify_three_block_gimple_cfg() local 433 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (fun); in verify_three_block_rtl_cfg() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_globals.h | 20 i915_global_func_t exit; member
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | configure.ac | 73 AC_DEFINE(exit, xexit, [Define to xexit if the host system does not support atexit]) definition
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | configure.ac | 73 AC_DEFINE(exit, xexit, [Define to xexit if the host system does not support atexit]) definition
|
/netbsd-src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
H A D | xxboot.ahdi.S | 117 exit: bsrs puts | display error label
|