Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/arm-optimized-routines/networking/
H A Dchksum_common.h24 #define Assert(exp) assert(exp) macro
26 #define Assert(exp) (void) (exp) macro
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_testbridge_test.py41 def Assert(condition): function
H A Dgoogletest-param-test-invalid-name1-test.py39 def Assert(condition): function
H A Dgoogletest-param-test-invalid-name2-test.py39 def Assert(condition): function
H A Dgoogletest-uninitialized-test.py41 def Assert(condition): function
/freebsd/lib/libc/net/
H A Dbase64.c56 #define Assert(Cond) if (!(Cond)) abort() macro
/freebsd/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c23 #define Assert(exp) assert(exp) macro
25 #define Assert(exp) (void) (exp) macro
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h243 inline void Assert(bool condition, const char* file, int line, in Assert() function
250 inline void Assert(bool condition, const char* file, int line) { in Assert() function
/freebsd/sys/contrib/zlib/
H A Dzutil.h224 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
231 # define Assert(cond,msg) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h95 Assert = OBJECT_START_FIRST, enumerator