Searched defs:Assert (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/lib/libc/net/
H A Dbase64.c59 #define Assert(Cond) if (!(Cond)) abort() macro
/freebsd-11-stable/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-11-stable/sys/libkern/
H A Dzlib.c241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
248 # define Assert(cond,msg) macro
[all...]
/freebsd-11-stable/sys/sys/
H A Dzutil.h205 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
212 # define Assert(cond,msg) macro
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.h142 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
H A Dctm_input.c24 #define Assert() Fatal_(__LINE__,__FILE__,"Assert failed.") macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator in enum:llvm::ValueHandleBase::HandleBaseKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp197 #define Assert(C, ...) \ macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp539 #define Assert(C, ...) \ macro
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dzutil.h241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
248 # define Assert(cond,msg) macro

Completed in 317 milliseconds