Searched refs:RTAssertMsg1Weak (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg1Weak.cpp3 * IPRT - RTAssertMsg1Weak.
37 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
41 RT_EXPORT_SYMBOL(RTAssertMsg1Weak); variable
H A Dlockvalidator.cpp408 RTAssertMsg1Weak("RTLockValidator", iLine, pszFile, pszFunction);
772 RTAssertMsg1Weak("RTLockValidator", pSrcPos ? pSrcPos->uLine : 0, pSrcPos ? pSrcPos->pszFile : NULL, pSrcPos ? pSrcPos->pszFunction : NULL);
/vbox/include/iprt/
H A Dassert.h93 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction);
457 # define RTAssertMsg1Weak(pszExpr, uLine, pszfile, pszFunction) \ macro
503 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
523 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
551 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
580 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
608 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
635 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
663 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \
684 RTAssertMsg1Weak(#exp
[all...]
H A Dmangling.h89 # define RTAssertMsg1Weak RT_MANGLER(RTAssertMsg1Weak) macro
/vbox/src/libs/kStuff/iprt/
H A DkHlpAssert-iprt.cpp30 RTAssertMsg1Weak(pszExpr, iLine, pszFile, pszFunction);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibRuntimeXF86.cpp50 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-4.cpp59 if ( !strcmp(pszSymbol, "RTAssertMsg1Weak") || !strcmp(pszSymbol, "_RTAssertMsg1Weak"))
60 *pValue = (uintptr_t)RTAssertMsg1Weak;
62 *pValue = (uintptr_t)RTAssertMsg1Weak;
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile74 RTAssertMsg1Weak.c \
/vbox/src/VBox/Additions/common/VBoxGuest/freebsd/
H A DMakefile63 RTAssertMsg1Weak.c \
/vbox/src/VBox/Additions/common/VBoxGuest/linux/
H A DMakefile66 common/misc/RTAssertMsg1Weak.o \
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c187 RTAssertMsg1Weak,
H A DVBoxGuest-haiku-stubs.c365 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/vbox/src/VBox/VMM/VMMR0/
H A DPDMR0Device.cpp926 RTAssertMsg1Weak("AssertEMT", iLine, pszFile, pszFunction);
939 RTAssertMsg1Weak("AssertOther", iLine, pszFile, pszFunction);
H A DVMMR0.cpp1986 DECLEXPORT(void) RTCALL RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/vbox/src/VBox/VMM/VMMRC/
H A DPDMRCDevice.cpp875 RTAssertMsg1Weak("AssertEMT", iLine, pszFile, pszFunction);
890 RTAssertMsg1Weak("AssertOther", iLine, pszFile, pszFunction);
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile115 common/misc/RTAssertMsg1Weak.o \
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp877 DECLEXPORT(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDriver.cpp1152 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
1168 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
H A DPDMUsb.cpp1571 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
1586 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
H A DPDMDevHlp.cpp2115 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
2130 RTAssertMsg1Weak(szMsg, iLine, pszFile, pszFunction);
H A DPGMPhys.cpp4457 RTAssertMsg1Weak(NULL, __LINE__, __FILE__, __FUNCTION__);
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp1500 DECLEXPORT(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c225 # define RTAssertMsg1Weak(pszExpr, uLine, pszFile, pszFunction) \
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1326 { "RTAssertMsg1Weak", (void *)(uintptr_t)&RTAssertMsg1Weak, &g_aArgsRTAssertMsg1[0], RT_ELEMENTS(g_aArgsRTAssertMsg1), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp1580 RTAssertMsg1Weak(#expr, __LINE__, __FILE__, __PRETTY_FUNCTION__); \

Completed in 444 milliseconds