Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dinternal.hh107 #define Assert(EXPR, ...) \ macro
113 #define Assert(EXPR, ...) \ macro
120 #define Assert(EXPR, ...) \ macro
123 #define Assert(EXPR, ...) \ macro
/netbsd-src/external/bsd/nsd/dist/compat/
H A Db64_ntop.c56 #define Assert(Cond) if (!(Cond)) abort() macro
H A Db64_pton.c56 #define Assert(Cond) if (!(Cond)) abort() macro
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dbase64.c67 #define Assert(Cond) if (!(Cond)) abort() macro
/netbsd-src/lib/libc/net/
H A Dbase64.c73 #define Assert(Cond) if (!(Cond)) abort() macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dzutil.h244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
251 # define Assert(cond,msg) macro
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dzutil.h252 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
259 # define Assert(cond,msg) macro
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzutil.h244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
251 # define Assert(cond,msg) macro
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dzutil.h244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
251 # define Assert(cond,msg) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h50 Assert, Bit, Bits, Class, Code, Dag, Def, Defm, Defset, Defvar, ElseKW, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp173 #define Assert(C, ...) \ macro
/netbsd-src/sys/net/
H A Dzlib.c256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
263 # define Assert(cond,msg) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp580 #define Assert(C, ...) \ macro