Home
last modified time | relevance | path

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

/minix3/minix/include/ddekit/
H A Dassert.h21 #define Assert ddekit_assert macro
/minix3/external/bsd/tmux/dist/compat/
H A Db64_ntop.c55 #define Assert(Cond) if (!(Cond)) abort() macro
/minix3/external/bsd/dhcp/dist/dst/
H A Dbase64.c76 #define Assert(Cond) if (!(Cond)) abort() macro
/minix3/lib/libc/net/
H A Dbase64.c73 #define Assert(Cond) if (!(Cond)) abort() macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DValueHandle.h49 Assert, enumerator
/minix3/common/dist/zlib/
H A Dzutil.h254 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
261 # define Assert(cond,msg) macro
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dcfref_rdar6080742.c37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]… macro
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp165 #define Assert(C, M) \ in INITIALIZE_PASS_DEPENDENCY() macro
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp392 #define Assert(C, M) \ macro
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12763 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract, in LowerEXTRACT_VECTOR_ELT_SSE4() local
12780 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, MVT::i32, Extract, in LowerEXTRACT_VECTOR_ELT_SSE4() local
12921 SDValue Assert = DAG.getNode(ISD::AssertZext, dl, EltVT, Extract, in LowerEXTRACT_VECTOR_ELT() local