Searched defs:RTAssertMsg2V (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp86 RTDECL(void) RTAssertMsg2V(const char *pszFormat, va_list va) function
/vbox/src/VBox/Runtime/common/misc/
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/include/iprt/
H A Dmangling.h95 # define RTAssertMsg2V RT_MANGLER(RTAssertMsg2V) macro

Completed in 99 milliseconds