Searched refs:assert (Results 126 - 150 of 4757) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h53 assert(Length != 0 && Data && "Invalid vector");
61 assert(Length != 0 && Data && "Invalid vector");
67 assert(Length != 0 && Data && "Invalid vector");
68 assert(Index < Length && "Vector element access out of bounds.");
74 assert(Length != 0 && Data && "Invalid vector");
75 assert(Index < Length && "Vector element access out of bounds.");
81 assert(Length != 0 && Data && "Invalid vector");
82 assert(Length == V.Length && "Vector length mismatch.");
90 assert(Length != 0 && Data && "Invalid vector");
110 assert((
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp55 assert(errorcode == 0);
65 assert(rwlock != nullptr);
74 assert(rwlock != nullptr);
84 assert(rwlock != nullptr);
94 assert(rwlock != nullptr);
104 assert(rwlock != nullptr);
H A DIntervalMap.cpp19 assert(!path.empty() && "Can't replace missing root");
48 assert(Level != 0 && "Cannot move the root node");
55 assert(l != 0 && "Cannot move beyond begin()");
98 assert(Level != 0 && "Cannot move the root node");
122 assert(Elements + Grow <= Nodes * Capacity && "Not enough room for elements");
123 assert(Position <= Elements && "Invalid position");
137 assert(Sum == Elements + Grow && "Bad distribution sum");
141 assert(PosPair.first < Nodes && "Bad algebra");
142 assert(NewSize[PosPair.first] && "Too few elements to need Grow");
149 assert(NewSiz
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp36 assert(NumROBEntries && "Invalid reorder buffer size!");
44 assert((AvailableEntries >= Entries) && "Reorder Buffer unavailable!");
59 assert(Inst && "Invalid RUToken in the RCU queue.");
86 assert(Queue.size() > TokenID);
87 assert(Queue[TokenID].IR.getInstruction() && "Instruction was not dispatched!");
88 assert(Queue[TokenID].Executed == false && "Instruction already executed!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp32 assert(isValid() && "Invalid register bank");
52 assert(getSize() >= TRI.getRegSizeInBits(SubRC) &&
54 assert(covers(SubRC) && "Not all subclasses are covered");
61 assert(isValid() && "RB hasn't been initialized yet");
75 assert((OtherRB.getID() != getID() || &OtherRB == this) &&
99 assert(ContainedRegClasses.size() == TRI->getNumRegClasses() &&
/freebsd-11-stable/contrib/libarchive/cat/test/
H A Dtest_help.c59 assert(plen >= 6);
61 assert(in_first_line(p, "bsdcat"));
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_open_file.c36 assert(f != NULL);
41 assert((a = archive_write_new()) != NULL);
49 assert((ae = archive_entry_new()) != NULL);
61 assert((ae = archive_entry_new()) != NULL);
77 assert(f != NULL);
80 assert((a = archive_read_new()) != NULL);
91 assert((S_IFREG | 0755) == archive_entry_mode(ae));
98 assert((S_IFREG | 0755) == archive_entry_mode(ae));
H A Dtest_write_format_warc_empty.c37 assert((a = archive_write_new()) != NULL);
44 assert((ae = archive_entry_new()) != NULL);
54 assert((ae = archive_entry_new()) != NULL);
64 assert((ae = archive_entry_new()) != NULL);
74 assert((ae = archive_entry_new()) != NULL);
84 assert((ae = archive_entry_new()) != NULL);
94 assert((ae = archive_entry_new()) != NULL);
108 assert((a = archive_read_new()) != NULL);
H A Dtest_archive_api_feature.c48 assert(*p == 'a' || *p == 'b' || *p == 'c' || *p == 'd');
52 assert(*p == '\0');
H A Dtest_write_format_shar_empty.c39 assert((a = archive_write_new()) != NULL);
53 assert(used == 0);
H A Dtest_write_format_cpio_empty.c54 assert((a = archive_write_new()) != NULL);
68 assert(used == 87);
H A Dtest_write_format_xar.c43 assert((a = archive_write_new()) != NULL);
58 assert(buff != NULL);
66 assert((ae = archive_entry_new()) != NULL);
83 assert((ae = archive_entry_new()) != NULL);
97 assert((ae = archive_entry_new()) != NULL);
111 assert((ae = archive_entry_new()) != NULL);
126 assert((ae = archive_entry_new()) != NULL);
139 assert((ae = archive_entry_new()) != NULL);
165 assert((a = archive_read_new()) != NULL);
181 assert((AE_IFRE
[all...]
H A Dtest_write_format_cpio_newc.c62 assert((a = archive_write_new()) != NULL);
73 assert((entry = archive_entry_new()) != NULL);
88 assert((entry = archive_entry_new()) != NULL);
99 assert((entry = archive_entry_new()) != NULL);
123 assert(is_hex(e, 110)); /* Entire header is hex digits. */
125 assert(memcmp(e + 6, "00000000", 8) != 0); /* ino != 0 */
144 assert(is_hex(e, 110));
164 assert(is_hex(e, 110)); /* Entire header is hex digits. */
166 assert(memcmp(e + 6, file + 6, 8) != 0); /* ino != file ino */
167 assert(memcm
[all...]
H A Dtest_write_format_gnutar.c107 assert(buff != NULL);
110 assert((a = archive_write_new()) != NULL);
118 assert((ae = archive_entry_new()) != NULL);
133 assert((ae = archive_entry_new()) != NULL);
144 assert((ae = archive_entry_new()) != NULL);
155 assert((ae = archive_entry_new()) != NULL);
165 assert((ae = archive_entry_new()) != NULL);
196 assert((a = archive_read_new()) != NULL);
205 assert(!archive_entry_atime_is_set(ae));
206 assert(!archive_entry_birthtime_is_se
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/rpc/
H A Dxdr.h37 #include <assert.h>
57 assert(!"unexpected request");
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_prot.c54 #include <assert.h>
74 assert(xdrs != NULL);
75 assert(ap != NULL);
90 assert(xdrs != NULL);
91 assert(blkp != NULL);
106 assert(xdrs != NULL);
107 assert(ar != NULL);
144 assert(xdrs != NULL);
145 assert(rr != NULL);
164 assert(
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_types_osd.h65 #include <assert.h>
80 #define CL_ASSERT assert
/freebsd-11-stable/usr.sbin/ifmcstat/
H A Dprintb.c33 #include <assert.h>
45 assert(bits != NULL);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrInfo.h45 assert(Opcode < NumOpcodes && "Invalid opcode!");
51 assert(Opcode < NumOpcodes && "Invalid opcode!");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp141 assert(isValid());
146 assert(isValid());
151 assert(isValid());
156 assert(isValid());
168 assert(isValid());
173 assert(isValid());
188 assert(isValid());
193 assert(isValid());
198 assert(isValid());
203 assert(isVali
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.h47 assert(!ReturnStackOffsetSet && "Return stack offset set twice");
53 assert(ReturnStackOffsetSet && "Return stack offset not set");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp81 assert(F.isDeclaration() && "_reflect function should not have a body");
82 assert(F.getReturnType()->isIntegerTy() &&
125 assert(Call->getNumOperands() == 2 &&
135 assert(isa<ConstantExpr>(Str) &&
140 assert(isa<Constant>(Sym) &&
147 assert(GV->hasInitializer() &&
153 assert(isa<ConstantDataSequential>(Operand) &&
155 assert(cast<ConstantDataSequential>(Operand)->isCString() &&
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_getident.c28 #include <assert.h>
49 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
/freebsd-11-stable/lib/msun/tests/
H A Dlrint_test.c34 #include <assert.h>
50 assert(feclearexcept(FE_ALL_EXCEPT) == 0); \
51 assert((func)(_d) == (result) || fetestexcept(FE_INVALID)); \
52 assert(fetestexcept(FE_ALL_EXCEPT) == (excepts)); \
72 assert(fesetround(FE_DOWNWARD) == 0);
76 assert(fesetround(FE_TONEAREST) == 0);
88 assert(fesetround(FE_UPWARD) == 0);
92 assert(fesetround(FE_DOWNWARD) == 0);
99 assert(fesetround(FE_TOWARDZERO) == 0);
106 assert(fesetroun
[all...]
/freebsd-11-stable/contrib/expat/tests/
H A Dstructdata.c37 #include <assert.h>
63 assert(dup != NULL);
70 assert(storage != NULL);
81 assert(storage != NULL);
82 assert(s != NULL);
89 assert(new != NULL);
110 assert(storage != NULL);
111 assert(expected != NULL);
122 assert(got != NULL);
123 assert(wan
[all...]

Completed in 131 milliseconds

1234567891011>>