Searched defs:RTAssertMsg1Weak (Results 1 - 8 of 8) 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
/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/VMM/VMMR0/
H A DVMMR0.cpp1986 DECLEXPORT(void) RTCALL RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/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/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/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c365 RTDECL(void) RTAssertMsg1Weak(const char *pszExpr, unsigned uLine, const char *pszFile, const char *pszFunction) function
/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

Completed in 137 milliseconds