Searched defs:Assert (Results  1 – 11 of 11) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/networking/ | 
| H A D | chksum_common.h | 24 #define Assert(exp) assert(exp)  macro 26 #define Assert(exp) (void) (exp)  macro
  | 
| /freebsd/contrib/googletest/googletest/test/ | 
| H A D | gtest_testbridge_test.py | 41 def Assert(condition):  function
  | 
| H A D | googletest-param-test-invalid-name1-test.py | 39 def Assert(condition):  function
  | 
| H A D | googletest-param-test-invalid-name2-test.py | 39 def Assert(condition):  function
  | 
| H A D | googletest-uninitialized-test.py | 41 def Assert(condition):  function
  | 
| /freebsd/lib/libc/net/ | 
| H A D | base64.c | 56 #define Assert(Cond) if (!(Cond)) abort()  macro
  | 
| /freebsd/contrib/arm-optimized-routines/networking/test/ | 
| H A D | chksum.c | 23 #define Assert(exp) assert(exp)  macro 25 #define Assert(exp) (void) (exp)  macro
  | 
| /freebsd/contrib/googletest/googlemock/include/gmock/internal/ | 
| H A D | gmock-internal-utils.h | 243 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 D | zutil.h | 224 #  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 D | ValueHandle.h | 37   enum HandleBaseKind { Assert, Callback, Weak, WeakTracking };  enumerator
  | 
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ | 
| H A D | TGLexer.h | 95   Assert = OBJECT_START_FIRST,  enumerator
  |