Searched refs:assert (Results 176 - 200 of 4757) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/nvi/regex/
H A Dutils.h50 #include <assert.h>
/freebsd-11-stable/sys/rpc/
H A Drpc_prot.c64 #define assert(exp) KASSERT(exp, ("bad arguments")) macro
81 assert(xdrs != NULL);
82 assert(ap != NULL);
100 assert(xdrs != NULL);
101 assert(ar != NULL);
142 assert(xdrs != NULL);
143 assert(rr != NULL);
162 assert(0);
181 assert(xdrs != NULL);
182 assert(rms
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_secure744.c48 assert(buff != NULL);
54 assert((a = archive_write_disk_new()) != NULL);
70 assert((ae = archive_entry_new()) != NULL);
81 assert((ae = archive_entry_new()) != NULL);
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_grzip.c50 assert(s > 2);
H A Dtest_option_lrzip.c50 assert(s > 2);
H A Dtest_option_y.c54 assert(s > 2);
H A Dtest_option_z.c53 assert(s > 4);
H A Dtest_option_lzop.c54 assert(s > 2);
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_leading_slash.c46 assert(strstr(errfile, expected_errmsg) != NULL);
H A Dtest_option_grzip.c52 assert(s > 2);
H A Dtest_option_lrzip.c51 assert(s > 2);
H A Dtest_option_C_upper.c74 assert(r != 0);
121 assert(r != 0);
135 assert(r != 0);
146 assert(r != 0);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_uart.c71 assert(baridx == 0);
72 assert(size == 1);
83 assert(baridx == 0);
84 assert(size == 1);
/freebsd-11-stable/stand/libsa/
H A Dassert.c28 __FBSDID("$FreeBSD: stable/11/stand/libsa/assert.c 346476 2019-04-21 03:36:05Z kevans $");
30 #include <assert.h>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBAssert.h13 #define lldbassert(x) assert(x)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp52 assert(!Kind.hasValue());
58 assert(SegmentWriter.getOffset() == 0);
59 assert(SegmentWriter.getLength() == 0);
79 assert(Kind.hasValue());
96 assert(getCurrentSegmentLength() % 4 == 0);
114 assert(getCurrentSegmentLength() == MemberLength + sizeof(RecordPrefix));
117 assert(getCurrentSegmentLength() % 4 == 0);
118 assert(getCurrentSegmentLength() <= MaxSegmentLength);
128 assert(Offset > SegmentBegin);
129 assert(Offse
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DSymbolName.h35 assert(!Name.empty() && "Invalid symbol name!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySetP2AlignOperands.cpp58 assert(MI.getOperand(OperandNo).getImm() == 0 &&
60 assert(MI.hasOneMemOperand() &&
62 assert((*MI.memoperands_begin())->getSize() ==
65 assert(MI.getDesc().OpInfo[OperandNo].OperandType ==
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h32 assert(LCtx);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfoImpls.h44 assert(Sym && "Key cannot be null");
49 assert(Sym && "Key cannot be null");
73 assert(Sym && "Key cannot be null");
95 assert(Sym && "Key cannot be null");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp95 assert(IRDef2VPValue.count(Phi) && "Missing VPInstruction for PHINode.");
97 assert(isa<VPInstruction>(VPVal) && "Expected VPInstruction for phi node.");
99 assert(VPPhi->getNumOperands() == 0 &&
138 assert(InstParent && "Expected instruction parent.");
142 assert(PH && "Expected loop pre-header.");
150 assert(Exit && "Expected loop with single exit.");
179 assert(isExternalDef(IRVal) && "Expected external definition as operand.");
200 assert(!IRDef2VPValue.count(Inst) &&
253 assert((PreheaderBB->getTerminator()->getNumSuccessors() == 1) &&
275 assert(T
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp25 assert(false && "lldb_assert failed");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h47 assert(DstOps.size() == 1 && "Invalid dst ops");
48 assert(SrcOps.size() == 2 && "Invalid src ops");
58 assert(DstOps.size() == 1 && "Invalid dst ops");
59 assert(SrcOps.size() == 2 && "Invalid src ops");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp35 assert(Creator);
50 assert(!Ptr && !DeleterFn && !Next &&
62 assert(DeleterFn && "ManagedStatic not initialized correctly!");
63 assert(StaticList == this &&
/freebsd-11-stable/contrib/sendmail/libsm/
H A Drewind.c19 #include <sm/assert.h>

Completed in 145 milliseconds

1234567891011>>