Searched refs:RTAssertShouldPanic (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTAssertShouldPanic-generic.cpp3 * IPRT - Assertions, generic RTAssertShouldPanic.
35 RTDECL(bool) RTAssertShouldPanic(void) function
43 RT_EXPORT_SYMBOL(RTAssertShouldPanic); variable
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibRuntimeXF86.cpp62 RTDECL(bool) RTAssertShouldPanic(void) function
/vbox/src/VBox/Runtime/VBox/
H A DRTAssertShouldPanic-vbox.cpp3 * IPRT - Assertions, generic RTAssertShouldPanic.
144 RTDECL(bool) RTAssertShouldPanic(void) function
H A DVBoxRTDeps.cpp81 (PFNRT)RTAssertShouldPanic,
/vbox/include/iprt/
H A Dassert.h180 RTDECL(bool) RTAssertShouldPanic(void);
182 bool RTAssertShouldPanic(void);
184 DECLEXPORT(bool) RTCALL RTAssertShouldPanic(void);
485 * RTAssertShouldPanic returns true. If RT_STRICT isn't defined it won't do any
489 # define RTAssertPanic() do { if (RTAssertShouldPanic()) RTAssertDoPanic(); } while (0)
1598 * Invokes RTAssertShouldPanic and RTAssertDoPanic.
1600 * It might seem odd that RTAssertShouldPanic is necessary when its result isn't
1601 * checked, but it's done since RTAssertShouldPanic is overrideable and might be
1604 #define RTAssertReleasePanic() do { RTAssertShouldPanic(); RTAssertDoPanic(); } while (0)
H A Dmangling.h100 # define RTAssertShouldPanic RT_MANGLER(RTAssertShouldPanic) macro
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile130 RTAssertShouldPanic-generic.c \
/vbox/src/VBox/Additions/common/VBoxGuest/freebsd/
H A DMakefile114 RTAssertShouldPanic-generic.c \
/vbox/src/VBox/Additions/common/VBoxGuest/linux/
H A DMakefile85 generic/RTAssertShouldPanic-generic.o \
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c190 RTAssertShouldPanic,
H A DVBoxGuest-haiku-stubs.c380 RTDECL(bool) RTAssertShouldPanic(void)
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile140 generic/RTAssertShouldPanic-generic.o \
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp104 /* Override RTAssertShouldPanic to prevent gdb process creation. */
105 RTDECL(bool) RTAssertShouldPanic(void) function
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp1835 RTDECL(bool) RTAssertShouldPanic(void) function
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp1944 DECLEXPORT(bool) RTCALL RTAssertShouldPanic(void) function
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1330 { "RTAssertShouldPanic", (void *)(uintptr_t)&RTAssertShouldPanic, NULL, 0, REMFNDESC_FLAGS_RET_INT, sizeof(bool), NULL },

Completed in 162 milliseconds