Searched refs:RTAssertMsg2V (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg2WeakV.cpp37 RTAssertMsg2V(pszFormat, va);
H A DRTAssertMsg2.cpp41 RTAssertMsg2V(pszFormat, va);
H A Dassert.cpp198 * Worker for RTAssertMsg2V and RTAssertMsg2AddV
200 * @param fInitial True if it's RTAssertMsg2V, otherwise false.
295 RTDECL(void) RTAssertMsg2V(const char *pszFormat, va_list va) function
299 RT_EXPORT_SYMBOL(RTAssertMsg2V); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-4.cpp67 else if (!strcmp(pszSymbol, "RTAssertMsg2V") || !strcmp(pszSymbol, "_RTAssertMsg2V"))
68 *pValue = (uintptr_t)RTAssertMsg2V;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp86 RTDECL(void) RTAssertMsg2V(const char *pszFormat, va_list va) function
/vbox/include/iprt/
H A Dassert.h117 RTDECL(void) RTAssertMsg2V(const char *pszFormat, va_list va);
119 * Weak version of RTAssertMsg2V that can be overridden locally in a module to
122 * @copydoc RTAssertMsg2V
H A Dmangling.h95 # define RTAssertMsg2V RT_MANGLER(RTAssertMsg2V) macro
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp2070 RTAssertMsg2V(pszFormat, va);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1328 { "RTAssertMsg2V", (void *)(uintptr_t)&RTAssertMsg2V, &g_aArgsRTAssertMsg2V[0], RT_ELEMENTS(g_aArgsRTAssertMsg2V), REMFNDESC_FLAGS_RET_VOID | REMFNDESC_FLAGS_VALIST, 0, NULL },
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp214 { "RTAssertMsg2V", (void *)RTAssertMsg2V },

Completed in 1160 milliseconds