Searched refs:RTAssertMayPanic (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTAssertShouldPanic-generic.cpp40 return RTAssertMayPanic();
/vbox/src/VBox/Runtime/VBox/
H A DRTAssertShouldPanic-vbox.cpp149 if (!RTAssertMayPanic())
/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp98 RTDECL(bool) RTAssertMayPanic(void) function
102 RT_EXPORT_SYMBOL(RTAssertMayPanic); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-4.cpp69 else if (!strcmp(pszSymbol, "RTAssertMayPanic") || !strcmp(pszSymbol, "_RTAssertMayPanic"))
70 *pValue = (uintptr_t)RTAssertMayPanic;
H A DtstRTPipe.cpp500 bool fMayPanic = RTAssertMayPanic();
H A DtstRTPoll.cpp420 bool fMayPanic = RTAssertMayPanic();
H A DtstIprtList.cpp382 bool fMayPanic = RTAssertMayPanic();
H A DtstUtf8.cpp1517 bool fAreQuiet = RTAssertAreQuiet(), fMayPanic = RTAssertMayPanic();
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp63 RTDECL(bool) RTAssertMayPanic(void) function
/vbox/include/iprt/
H A Dassert.h215 RTDECL(bool) RTAssertMayPanic(void);
H A Dmangling.h87 # define RTAssertMayPanic RT_MANGLER(RTAssertMayPanic) macro
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp211 { "RTAssertMayPanic", (void *)RTAssertMayPanic },

Completed in 115 milliseconds