Home
last modified time | relevance | path

Searched refs:should_handle (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.c591 goto should_handle; in linux_sys_osf1_sysinfo()
613 goto should_handle; in linux_sys_osf1_sysinfo()
616 goto should_handle; in linux_sys_osf1_sysinfo()
622 should_handle: in linux_sys_osf1_sysinfo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc566 bool should_handle = true; in GTestShouldProcessSEH() local
569 should_handle = false; in GTestShouldProcessSEH()
571 should_handle = false; in GTestShouldProcessSEH()
573 should_handle = false; in GTestShouldProcessSEH()
575 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()