Searched refs:RTAssertMsg1 (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A DRTAssertMsg1Weak.cpp39 RTAssertMsg1(pszExpr, uLine, pszFile, pszFunction);
H A Dassert.cpp105 RTDECL(void) RTAssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
194 RT_EXPORT_SYMBOL(RTAssertMsg1); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-4.cpp63 else if (!strcmp(pszSymbol, "RTAssertMsg1") || !strcmp(pszSymbol, "_RTAssertMsg1"))
64 *pValue = (uintptr_t)RTAssertMsg1;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp69 RTDECL(void) RTAssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp884 RTAssertMsg1(pszExpr, uLine, pszFile, pszFunction);
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp1502 RTAssertMsg1(pszExpr, uLine, pszFile, pszFunction);
/vbox/include/iprt/
H A Dassert.h86 RTDECL(void) RTAssertMsg1(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction);
88 * Weak version of RTAssertMsg1 that can be overridden locally in a module to
91 * @copydoc RTAssertMsg1
H A Dmangling.h88 # define RTAssertMsg1 RT_MANGLER(RTAssertMsg1) macro
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0.cpp2010 RTAssertMsg1(pszExpr, uLine, pszFile, pszFunction);
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp587 RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__);
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp4372 RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__); \
9997 RTAssertMsg1(pszMsg, __LINE__, __FILE__, __PRETTY_FUNCTION__);
10015 RTAssertMsg1(pszMsg, __LINE__, __FILE__, __PRETTY_FUNCTION__);
10053 RTAssertMsg1(NULL, __LINE__, __FILE__, __PRETTY_FUNCTION__);
10353 RTAssertMsg1(NULL, __LINE__, __FILE__, __FUNCTION__);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1325 { "RTAssertMsg1", (void *)(uintptr_t)&RTAssertMsg1, &g_aArgsRTAssertMsg1[0], RT_ELEMENTS(g_aArgsRTAssertMsg1), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp212 { "RTAssertMsg1", (void *)RTAssertMsg1 },

Completed in 180 milliseconds