Searched refs:assert (Results 326 - 350 of 4757) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/mdocml/
H A Ddba_write.c22 #include <assert.h>
96 assert(sz >= 0);
97 assert(nmemb > 0);
98 assert(nmemb <= 5);
/freebsd-11-stable/libexec/rtld-elf/
H A Ddebug.h55 #define assert(cond) ((cond) ? (void) 0 : \ macro
56 (msg(_MYNAME ": assert failed: " __FILE__ ":" \
/freebsd-11-stable/contrib/file/src/
H A Ddprintf.c34 #include <assert.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h60 assert(ResolveConstants.empty() && "Constants not resolved?");
75 assert(ResolveConstants.empty() && "Constants not resolved?");
81 assert(i < ValuePtrs.size());
93 assert(N <= size() && "Invalid shrinkTo request!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DNullResolver.cpp23 assert(Symbols.empty() && "Null resolver: Symbols must be empty");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp40 assert(Denominator > 0 && "Denominator cannot be 0!");
41 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!");
54 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!");
72 assert(D && "divide by 0");
H A DStringPool.cpp21 assert(InternTable.empty() && "PooledStringPtr leaked!");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp33 assert(ParsingFilename == false && "reentered LexIncludeFilename");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextRegisterInfo.cpp20 assert(register_info_interface && "null register_info_interface");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntEqClasses.h76 assert(NumClasses && "operator[] called before compress()");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h51 assert(isStackSlot(Reg) && "Not a stack slot");
57 assert(FI >= 0 && "Cannot hold a negative frame index.");
70 assert(!isStackSlot(Reg) && "Not a register! Check isStackSlot() first.");
77 assert(isVirtualRegister(Reg) && "Not a virtual register");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h116 uint64_t getLiteralValue() const { assert(isLiteral()); return Val; }
119 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc; }
121 assert(isEncoding() && hasEncodingData());
157 assert((V & ~63) == 0 && "Not a Char6 encoded character!");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp52 assert(false && "Unexpected output type!");
57 assert(false && "Unexpected action class for Flang tool.");
64 assert(Output.isNothing() && "Invalid output.");
68 assert(Input.isFilename() && "Invalid input.");
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp22 assert(Data && "dereferencing null future");
31 assert(Data && "abandoning null future");
39 assert(Data && "installing null future");
44 assert(builder.Buffer.size() == 1);
53 assert(Buffer.empty() && "buffer not current empty");
61 assert(!builder->Frozen);
62 assert(builder->Buffer.size() == 1);
63 assert(builder->Buffer[0] != nullptr);
170 assert(indices.empty());
174 assert(positio
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h41 assert(I);
42 assert(I->getParent() && "Instruction not inserted yet?");
59 assert(Worklist.empty() && "Worklist must be empty to add initial group");
101 assert(WorklistMap.empty() && "Worklist empty, but map not?");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h40 assert(Target.hasName() && "GOT edge cannot point to anonymous target");
51 assert(GOTEntryI != GOTEntries.end() && "Could not get GOT entry symbol");
56 assert(Target.hasName() &&
65 assert(StubI != Stubs.end() && "Count not get stub symbol");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp58 assert(SRE && CE && "Binary expression must be sym+const.");
62 assert(SRE && "Unexpected MCExpr type.");
64 assert(SRE->getKind() == MCSymbolRefExpr::VK_None);
88 assert(Op.isExpr() && "unknown operand kind in printOperand");
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_empty_zip64.c41 assert((a = archive_write_new()) != NULL);
86 assert((a = archive_read_new()) != NULL);
92 assert((a = archive_read_new()) != NULL);
98 assert((a = archive_read_new()) != NULL);
H A Dtest_read_disk_entry_from_file.c50 assert((a = archive_read_disk_new()) != NULL);
61 assert(f != NULL);
67 assert(entry != NULL);
H A Dtest_write_filter_b64encode.c45 assert(NULL != (buff = (char *)malloc(buffsize)));
48 assert(NULL != (data = (char *)malloc(datasize)));
54 assert((a = archive_write_new()) != NULL);
64 assert((ae = archive_entry_new()) != NULL);
77 assert((a = archive_read_new()) != NULL);
96 assert((a = archive_write_new()) != NULL);
115 assert((ae = archive_entry_new()) != NULL);
126 assert((a = archive_read_new()) != NULL);
145 assert((a = archive_write_new()) != NULL);
149 assert((
[all...]
H A Dtest_write_filter_uuencode.c45 assert(NULL != (buff = (char *)malloc(buffsize)));
48 assert(NULL != (data = (char *)malloc(datasize)));
54 assert((a = archive_write_new()) != NULL);
64 assert((ae = archive_entry_new()) != NULL);
77 assert((a = archive_read_new()) != NULL);
96 assert((a = archive_write_new()) != NULL);
115 assert((ae = archive_entry_new()) != NULL);
126 assert((a = archive_read_new()) != NULL);
145 assert((a = archive_write_new()) != NULL);
149 assert((
[all...]
H A Dtest_write_format_mtree_quoted_filename.c45 assert((a = archive_write_new()) != NULL);
57 assert((ae = archive_entry_new()) != NULL);
74 assert((a = archive_read_new()) != NULL);
/freebsd-11-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c36 #include <assert.h>
53 assert(argc == 3);
69 assert(propsstr != NULL);
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dpe_rich.c27 #include <assert.h>
45 assert((pe->pe_flags & LIBPE_F_SPECIAL_FILE) == 0);
77 assert(pe->pe_rh_start != NULL);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h159 assert(bit < binfo->nbits);
172 assert(bit < binfo->nbits);
173 assert(!bitmap_get(bitmap, binfo, bit));
177 assert(g & (ZU(1) << (bit & BITMAP_GROUP_NBITS_MASK)));
180 assert(bitmap_get(bitmap, binfo, bit));
190 assert(g & (ZU(1) << (bit & BITMAP_GROUP_NBITS_MASK)));
208 assert(!bitmap_full(bitmap, binfo));
240 assert(bit < binfo->nbits);
241 assert(bitmap_get(bitmap, binfo, bit));
246 assert((
[all...]

Completed in 311 milliseconds

<<11121314151617181920>>