Searched defs:Assert (Results 1 – 10 of 10) sorted by relevance
/minix3/minix/include/ddekit/ |
H A D | assert.h | 21 #define Assert ddekit_assert macro
|
/minix3/external/bsd/tmux/dist/compat/ |
H A D | b64_ntop.c | 55 #define Assert(Cond) if (!(Cond)) abort() macro
|
/minix3/external/bsd/dhcp/dist/dst/ |
H A D | base64.c | 76 #define Assert(Cond) if (!(Cond)) abort() macro
|
/minix3/lib/libc/net/ |
H A D | base64.c | 73 #define Assert(Cond) if (!(Cond)) abort() macro
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | ValueHandle.h | 49 Assert, enumerator
|
/minix3/common/dist/zlib/ |
H A D | zutil.h | 254 # 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 D | cfref_rdar6080742.c | 37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]… macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | Lint.cpp | 165 #define Assert(C, M) \ in INITIALIZE_PASS_DEPENDENCY() macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Verifier.cpp | 392 #define Assert(C, M) \ macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12763 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
|