Searched refs:RTAssertMsg2AddWeakV (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg2AddWeakV.cpp3 * IPRT - RTAssertMsg2AddWeakV.
35 RTDECL(void) RTAssertMsg2AddWeakV(const char *pszFormat, va_list va) function
39 RT_EXPORT_SYMBOL(RTAssertMsg2AddWeakV); variable
H A DRTAssertMsg2AddWeak.cpp41 RTAssertMsg2AddWeakV(pszFormat, va);
H A Dlockvalidator.cpp796 RTAssertMsg2AddWeakV(pszFormat, va);
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile78 RTAssertMsg2AddWeakV.c \
/vbox/src/VBox/Additions/common/VBoxGuest/freebsd/
H A DMakefile67 RTAssertMsg2AddWeakV.c \
/vbox/src/VBox/Additions/common/VBoxGuest/linux/
H A DMakefile70 common/misc/RTAssertMsg2AddWeakV.o \
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile119 common/misc/RTAssertMsg2AddWeakV.o \
/vbox/include/iprt/
H A Dassert.h135 * Weak version of RTAssertMsg2Add that forwards to RTAssertMsg2AddWeakV.
137 * There is not need to override this, check out RTAssertMsg2AddWeakV instead!
157 RTDECL(void) RTAssertMsg2AddWeakV(const char *pszFormat, va_list va);
H A Dmangling.h94 # define RTAssertMsg2AddWeakV RT_MANGLER(RTAssertMsg2AddWeakV) macro

Completed in 1082 milliseconds