Searched refs:assert (Results 101 - 125 of 4757) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h56 assert(LRSpillSlotSet && "LR Spill slot not set");
63 assert(FPSpillSlotSet && "FP Spill slot not set");
70 assert(EHSpillSlotSet && "EH Spill slot not set");
75 assert(!ReturnStackOffsetSet && "Return stack offset set twice");
81 assert(ReturnStackOffsetSet && "Return stack offset not set");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h50 // finalize should be called. Also assert with NDEBUG if list is ever used
66 assert(WorklistMap.empty() && "Expecting empty worklistmap");
79 assert(Finalized && "GISelWorkList used without finalizing");
86 assert((Finalized || WorklistMap.empty()) && "Neither finalized nor empty");
103 assert(Finalized && "GISelWorkList used without finalizing");
108 assert(I && "Pop back on empty worklist");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolXCOFF.h28 assert((!StorageClass.hasValue() || StorageClass.getValue() == SC) &&
34 assert(StorageClass.hasValue() &&
40 assert((!ContainingCsect || ContainingCsect == C) &&
47 assert(ContainingCsect &&
59 assert(!rhs.empty() && "Invalid SMC format in XCOFF symbol.");
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.cpp30 assert(Size < ChunkSize - sizeof(StackChunk) && "Object too large");
50 assert(Chunk && "Stack is empty!");
56 assert(Ptr && "Offset too large");
63 assert(Chunk && "Chunk is empty!");
73 assert(Chunk && "Offset too large");
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_fixup.c45 assert((ad = archive_write_disk_new()) != NULL);
62 assert((ae = archive_entry_new()) != NULL);
70 assert((ae = archive_entry_new()) != NULL);
78 assert((ae = archive_entry_new()) != NULL);
89 assert((ae = archive_entry_new()) != NULL);
H A Dtest_write_format_iso9660.c48 assert(buff != NULL);
51 assert((a = archive_write_new()) != NULL);
59 assert((ae = archive_entry_new()) != NULL);
75 assert((ae = archive_entry_new()) != NULL);
90 assert((ae = archive_entry_new()) != NULL);
105 assert((ae = archive_entry_new()) != NULL);
126 assert((ae = archive_entry_new()) != NULL);
138 assert((ae = archive_entry_new()) != NULL);
153 assert((ae = archive_entry_new()) != NULL);
169 assert((a
[all...]
H A Dtest_read_format_cpio_bin_bz2.c41 assert((a = archive_read_new()) != NULL);
54 assert(archive_filter_code(a, 0) == ARCHIVE_FILTER_BZIP2);
55 assert(archive_format(a) == ARCHIVE_FORMAT_CPIO_BIN_LE);
H A Dtest_read_format_zip_7075_utf8_paths.c38 assert((p = archive_entry_pathname_utf8(ae)) != NULL);
42 assert((p = archive_entry_pathname_utf8(ae)) != NULL);
52 assert((p = archive_entry_pathname_utf8(ae)) != NULL);
63 assert((p = archive_entry_pathname_utf8(ae)) != NULL);
84 assert((a = archive_read_new()) != NULL);
94 assert((a = archive_read_new()) != NULL);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp39 assert(&getMF() == MBB.getParent() &&
44 assert(MI.getParent() && "Instruction is not part of a basic block");
53 assert(MBB.getParent() == &getMF() &&
92 assert(isa<DILocalVariable>(Variable) && "not a variable");
93 assert(cast<DIExpression>(Expr)->isValid() && "not an expression");
94 assert(
105 assert(isa<DILocalVariable>(Variable) && "not a variable");
106 assert(cast<DIExpression>(Expr)->isValid() && "not an expression");
107 assert(
118 assert(is
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp137 assert(Type == RT64_64);
138 assert(!IsPCRel);
141 assert(!IsPCRel);
155 assert(!IsPCRel);
169 assert(!IsPCRel);
260 assert(Type == RT32_32);
272 assert(Type == RT32_32);
273 assert(!IsPCRel);
280 assert(Type == RT32_32);
281 assert(!IsPCRe
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.c36 #include <assert.h>
66 assert(n >= 1);
92 assert(n >= 1);
155 assert(pjdlog_initialized == PJDLOG_NEVER_INITIALIZED ||
157 assert(mode == PJDLOG_MODE_STD || mode == PJDLOG_MODE_SYSLOG);
190 assert(pjdlog_initialized == PJDLOG_INITIALIZED);
213 assert(pjdlog_initialized == PJDLOG_INITIALIZED);
214 assert(mode == PJDLOG_MODE_STD || mode == PJDLOG_MODE_SYSLOG);
238 assert(pjdlog_initialized == PJDLOG_INITIALIZED);
251 assert(pjdlog_initialize
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dpjdlog.c41 #include <assert.h>
67 assert(n >= 1);
93 assert(n >= 1);
155 assert(pjdlog_initialized == PJDLOG_NEVER_INITIALIZED ||
157 assert(mode == PJDLOG_MODE_STD || mode == PJDLOG_MODE_SYSLOG);
188 assert(pjdlog_initialized == PJDLOG_INITIALIZED);
211 assert(pjdlog_initialized == PJDLOG_INITIALIZED);
212 assert(mode == PJDLOG_MODE_STD || mode == PJDLOG_MODE_SYSLOG);
236 assert(pjdlog_initialized == PJDLOG_INITIALIZED);
249 assert(pjdlog_initialize
[all...]
/freebsd-11-stable/lib/msun/tests/
H A Dcsqrt_test.c36 #include <assert.h>
75 assert(cfpequal(d1, d2));
136 assert(t_csqrt(CMPLXL(a, b)) == CMPLXL(x, y));
193 assert(creall(t_csqrt(CMPLXL(INFINITY, NAN))) == INFINITY);
194 assert(isnan(cimagl(t_csqrt(CMPLXL(INFINITY, NAN)))));
196 assert(isnan(creall(t_csqrt(CMPLXL(-INFINITY, NAN)))));
197 assert(isinf(cimagl(t_csqrt(CMPLXL(-INFINITY, NAN)))));
227 assert(maxexp > 0 && maxexp % 2 == 0);
236 assert(creall(result) == ldexpl(14 * 0x1p-4, exp / 2));
237 assert(cimag
[all...]
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h48 assert(lg_range > 0);
49 assert(lg_range <= 64);
64 assert(range > 1);
H A Dstats.h180 assert(size > 0);
181 assert((size & chunksize_mask) == 0);
184 assert(cactive - size < cactive);
192 assert(size > 0);
193 assert((size & chunksize_mask) == 0);
196 assert(cactive + size > cactive);
/freebsd-11-stable/lib/libc/rpc/
H A Dauthunix_prot.c46 #include <assert.h>
62 assert(xdrs != NULL);
63 assert(p != NULL);
H A Dpmap_prot2.c46 #include <assert.h>
104 assert(xdrs != NULL);
105 assert(rp != NULL);
/freebsd-11-stable/usr.sbin/nscd/
H A Dlog.c31 #include <assert.h>
49 assert(fmessage != NULL);
70 assert(ferror != NULL);
H A Dparser.c33 #include <assert.h>
103 assert( entry != NULL);
105 assert(res == 0);
135 assert(ttl >= 0);
136 assert(entry_name != NULL);
157 assert(nttl > 0);
158 assert(entry_name != NULL);
163 assert(entry != NULL);
177 assert(conf_thresh > 0);
178 assert(entry_nam
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c38 #include <assert.h>
54 assert(rp != NULL);
55 assert(rp_size != NULL);
56 assert(*rp_size > 0);
63 assert(0 < cp_size && cp_size <= NG_HCI_CMD_PKT_SIZE);
136 assert(buffer != NULL);
137 assert(size >= sizeof(ng_hci_cmd_pkt_t));
138 assert(size <= sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE);
154 assert(buffer != NULL);
155 assert(siz
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_s390x.cpp25 assert(false && "Unhandled target architecture.");
35 assert(false && "Unhandled target architecture.");
45 assert(false && "Unhandled target architecture.");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h26 assert(Fn != nullptr);
27 assert(Result != nullptr);
37 assert(Result != nullptr);
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_patterns.c54 assert(f != NULL);
60 assert(r != 0);
81 assert(r != 0);
89 assert(r != 0);
96 assert(r != 0);
116 assert(r != 0);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp38 assert(getVAPtr());
55 assert(inSizeOfTypeVA());
61 assert(getVAPtr() == nullptr);
62 assert(inDeclGroup());
111 assert(VAPtr->SizeExpr);
115 assert(inDeclGroup());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h65 assert(Slot >= 0 && "Spill slot indice must be >= 0");
67 assert(I != S2IMap.end() && "Interval does not exist for stack slot");
72 assert(Slot >= 0 && "Spill slot indice must be >= 0");
74 assert(I != S2IMap.end() && "Interval does not exist for stack slot");
81 assert(Slot >= 0 && "Spill slot indice must be >= 0");
84 assert(I != S2RCMap.end() &&

Completed in 242 milliseconds

1234567891011>>