Home
last modified time | relevance | path

Searched refs:DoAssert (Results 1 – 10 of 10) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dutil.h131 #define Assert(expr) ((void)((expr) ? 0 : ((void)DoAssert(__FILE__, __LINE__, #expr), 0)))
138 void DoAssert(const char *file, int line, const char *expr);
H A Dutil.cpp442 void ispc::DoAssert(const char *file, int line, const char *expr) { in DoAssert() function in ispc
/dports/math/tmv/tmv-0.75/tests/
H A DTMV_Test.h48 inline void DoAssert(bool x, std::string s) in DoAssert() function
75 DoAssert(x,s); \
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/include/graphite/
H A DGrDebug.h116 #define DoAssert(exp) Assert(exp)
134 #define DoAssert(exp) (exp) macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Caching/src/System/Runtime/Caching/
H A DDbg.cs557 static bool DoAssert(string message) { in DoAssert() method in System.Runtime.Caching.Dbg
750 if (DoAssert(message)) { in Assert()
770 if (DoAssert(null)) { in Assert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DDebug.cs591 static bool DoAssert(string message) { in DoAssert() method in System.Web.Util.Debug
775 if (DoAssert(message)) { in Assert()
795 if (DoAssert(null)) { in Assert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Caching/System/Caching/
H A DDbg.cs578 static bool DoAssert(string message) { in DoAssert() method in System.Runtime.Caching.Dbg
762 if (DoAssert(message)) { in Assert()
782 if (DoAssert(null)) { in Assert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DDebug.cs595 static bool DoAssert(string message) { in DoAssert() method in System.Configuration.Debug
785 if (DoAssert(message)) { in Assert()
804 if (DoAssert(null)) { in Assert()
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dpseudo.c451 static void DoAssert (void) in DoAssert() function
1993 { ccNone, DoAssert },
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitFramework/framework/
H A DAssert.cs2145 #region DoAssert
2157 static public void DoAssert( IAsserter asserter ) in DoAssert() method in NUnit.Framework.Assert