Searched defs:RTAssertMsg2Weak (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg2Weak.cpp3 * IPRT - RTAssertMsg2Weak.
37 RTDECL(void) RTAssertMsg2Weak(const char *pszFormat, ...) function
44 RT_EXPORT_SYMBOL(RTAssertMsg2Weak); variable
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibRuntimeXF86.cpp57 RTDECL(void) RTAssertMsg2Weak(const char *pszFormat, ...) function
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c369 RTDECL(void) RTAssertMsg2Weak(const char *pszFormat, ...) function
/vbox/include/iprt/
H A Dassert.h109 RTDECL(void) RTAssertMsg2Weak(const char *pszFormat, ...);
459 # define RTAssertMsg2Weak if (0) RTAssertMsg2Weak macro
709 RTAssertMsg2Weak a; \
733 RTAssertMsg2Weak a; \
762 RTAssertMsg2Weak a; \
793 RTAssertMsg2Weak a; \
823 RTAssertMsg2Weak a; \
852 RTAssertMsg2Weak a; \
882 RTAssertMsg2Weak
[all...]
H A Dmangling.h96 # define RTAssertMsg2Weak RT_MANGLER(RTAssertMsg2Weak) macro

Completed in 81 milliseconds