Searched defs:Assert (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/lib/libc/net/ |
| HD | base64.c | 60 #define Assert(Cond) if (!(Cond)) abort() macro
|
| /NextBSD/usr.sbin/ctm/ctm/ |
| HD | ctm_input.c | 24 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
|
| HD | ctm.h | 142 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
|
| /NextBSD/lib/libz/ |
| HD | zutil.h | 223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 230 # define Assert(cond,msg) macro
|
| /NextBSD/sys/sys/ |
| HD | zutil.h | 205 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 212 # define Assert(cond,msg) macro
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | ValueHandle.h | 49 Assert, enumerator
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | zutil.h | 250 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 257 # define Assert(cond,msg) macro
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | Lint.cpp | 173 #define Assert(C, ...) \ in INITIALIZE_PASS_DEPENDENCY() macro
|
| /NextBSD/sys/libkern/ |
| HD | zlib.c | 241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 248 # define Assert(cond,msg) macro
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Verifier.cpp | 416 #define Assert(C, ...) \ macro
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 10773 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract, in LowerEXTRACT_VECTOR_ELT_SSE4() local 10789 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract, in LowerEXTRACT_VECTOR_ELT_SSE4() local 10931 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract, in LowerEXTRACT_VECTOR_ELT() local
|