Searched defs:Assert (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/ldns/compat/
H A Db64_ntop.c65 #define Assert(Cond) if (!(Cond)) abort() macro
/freebsd-10.0-release/lib/libc/net/
H A Dbase64.c60 #define Assert(Cond) if (!(Cond)) abort() macro
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_input.c24 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
H A Dctm.h142 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
/freebsd-10.0-release/lib/libz/
H A Dzutil.h223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
230 # define Assert(cond,msg) macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DValueHandle.h48 Assert, enumerator in enum:llvm::ValueHandleBase::HandleBaseKind
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h250 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
257 # define Assert(cond,msg) macro
/freebsd-10.0-release/sys/net/
H A Dzutil.h205 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
212 # define Assert(cond,msg) macro
H A Dzlib.c241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
248 # define Assert(cond,msg) macro
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLint.cpp162 #define Assert(C, M) \ macro
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp369 #define Assert(C, M) \ macro
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7115 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract, local
7132 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract, local
7217 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract, local

Completed in 365 milliseconds