Home
last modified time | relevance | path

Searched refs:RaiseException (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
96 TEST(SehExceptionTest, ThrowsSehException) { RaiseException(42, 0, 0, NULL); } in TEST()
H A Dgoogletest-death-test_ex_test.cc79 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp99 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument
100 CHECK(REAL(RaiseException)); in INTERCEPTOR_WINAPI()
102 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI() local
196 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors()
197 (uptr *)&REAL(RaiseException))) { in InitializePlatformInterceptors()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp438 ::RaiseException(0xE0000000 | RetCode, 0, 0, NULL); in HandleExit()
471 ::RaiseException(RetCode, 0, 0, NULL); in throwIfCrash()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp362 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc82 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp715 RaiseException(EH_EXCEPTION_NUMBER, EXCEPTION_NONCONTINUABLE,
/freebsd/contrib/sqlite3/
H A Dsqlite3.c65598 RaiseException(EXCEPTION_IN_PAGE_ERROR, 0, 3, (const ULONG_PTR*)aArg);