Home
last modified time | relevance | path

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

/NextBSD/lib/libc/net/
HDbase64.c60 #define Assert(Cond) if (!(Cond)) abort() macro
/NextBSD/usr.sbin/ctm/ctm/
HDctm_input.c24 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
HDctm.h142 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
/NextBSD/lib/libz/
HDzutil.h223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
230 # define Assert(cond,msg) macro
/NextBSD/sys/sys/
HDzutil.h205 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
212 # define Assert(cond,msg) macro
/NextBSD/contrib/llvm/include/llvm/IR/
HDValueHandle.h49 Assert, enumerator
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDzutil.h250 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
257 # define Assert(cond,msg) macro
/NextBSD/contrib/llvm/lib/Analysis/
HDLint.cpp173 #define Assert(C, ...) \ in INITIALIZE_PASS_DEPENDENCY() macro
/NextBSD/sys/libkern/
HDzlib.c241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
248 # define Assert(cond,msg) macro
/NextBSD/contrib/llvm/lib/IR/
HDVerifier.cpp416 #define Assert(C, ...) \ macro
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp10773 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