Searched refs:assert (Results 151 - 175 of 4757) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h74 assert(isFieldDesignator() && "Invalid accessor");
79 assert(isFieldDesignator() && "Invalid accessor");
84 assert(isFieldDesignator() && "Invalid accessor");
89 assert(isArrayDesignator() && "Invalid accessor");
94 assert(isArrayRangeDesignator() && "Invalid accessor");
98 assert(isArrayRangeDesignator() && "Invalid accessor");
103 assert((isArrayDesignator() || isArrayRangeDesignator()) &&
112 assert((isArrayDesignator() || isArrayRangeDesignator()) &&
121 assert(isArrayRangeDesignator() && "Invalid accessor");
160 assert((isArrayDesignato
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp56 assert(Granularity >= 8 && Granularity <= 64 &&
58 assert(MinHeaderSize >= 16 && (MinHeaderSize & (MinHeaderSize - 1)) == 0 &&
61 assert(NumVars > 0);
72 assert((Offset % Granularity) == 0);
78 assert((Alignment & (Alignment - 1)) == 0);
79 assert(Layout.FrameAlignment >= Alignment);
80 assert((Offset % Alignment) == 0);
81 assert(Size > 0);
93 assert((Layout.FrameSize % MinHeaderSize) == 0);
118 assert(Var
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp31 assert(DependentWrites);
32 assert(CyclesLeft == UNKNOWN_CYCLES);
54 assert(CyclesLeft == UNKNOWN_CYCLES);
90 assert(!PartialWrite && "PartialWrite already set!");
159 assert(Stage == IS_INVALID);
169 assert(Stage == IS_READY);
184 assert(Stage == IS_READY && "Invalid internal state!");
190 assert(isPending() && "Unexpected instruction stage found!");
204 assert(isDispatched() && "Unexpected instruction stage found!");
242 assert(isExecutin
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_warc.c54 assert((a = archive_write_new()) != NULL);
63 assert((ae = archive_entry_new()) != NULL);
76 assert((a = archive_read_new()) != NULL);
80 assert((a = archive_read_new()) != NULL);
84 assert((a = archive_read_new()) != NULL);
89 assert((a = archive_write_new()) != NULL);
96 assert((ae = archive_entry_new()) != NULL);
105 assert((ae = archive_entry_new()) != NULL);
117 assert((a = archive_write_new()) != NULL);
124 assert((a
[all...]
H A Dtest_write_disk_symlink.c44 assert((ad = archive_write_disk_new()) != NULL);
51 assert((ae = archive_entry_new()) != NULL);
62 assert((ae = archive_entry_new()) != NULL);
78 assert((ae = archive_entry_new()) != NULL);
92 assert((ae = archive_entry_new()) != NULL);
103 assert((ae = archive_entry_new()) != NULL);
114 assert((ae = archive_entry_new()) != NULL);
125 assert((ae = archive_entry_new()) != NULL);
136 assert((ae = archive_entry_new()) != NULL);
147 assert((a
[all...]
H A Dtest_bad_fd.c32 assert((a = archive_read_new()) != NULL);
/freebsd-11-stable/lib/libcasper/libcasper/
H A Dlibcasper.c39 #include <assert.h>
106 assert(ret);
141 assert(chan != NULL);
142 assert(chan->cch_magic == CAP_CHANNEL_MAGIC);
160 assert(chan != NULL);
161 assert(chan->cch_magic == CAP_CHANNEL_MAGIC);
191 assert(chan != NULL);
192 assert(chan->cch_magic == CAP_CHANNEL_MAGIC);
205 assert(chan != NULL);
206 assert(cha
[all...]
H A Dservice.c39 #include <assert.h>
116 assert(service->s_magic == SERVICE_MAGIC);
132 assert(service->s_magic == SERVICE_MAGIC);
166 assert(service->s_magic == SERVICE_MAGIC);
167 assert(sconn->sc_magic == SERVICE_CONNECTION_MAGIC);
204 assert(service->s_magic == SERVICE_MAGIC);
207 assert(sconn == NULL ||
216 assert(sconn->sc_magic == SERVICE_CONNECTION_MAGIC);
219 assert(sconn == NULL ||
228 assert(scon
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h117 assert(Flag() == RuntimeFunctionFlag::RFF_Unpacked &&
123 assert((Flag() == RuntimeFunctionFlag::RFF_Packed ||
129 assert((Flag() == RuntimeFunctionFlag::RFF_Packed ||
135 assert((Flag() == RuntimeFunctionFlag::RFF_Packed ||
138 assert(((UnwindData & 0x00006000) || L()) && "L must be set to 1");
142 assert((Flag() == RuntimeFunctionFlag::RFF_Packed ||
148 assert((Flag() == RuntimeFunctionFlag::RFF_Packed ||
154 assert((Flag() == RuntimeFunctionFlag::RFF_Packed ||
160 assert((Flag() == RuntimeFunctionFlag::RFF_Packed ||
166 assert((Fla
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp49 assert(MTE);
72 assert(ElidedItem.getKind() ==
75 assert(ElidedCE->isElidable());
91 assert(!ParentLayer);
111 assert(!cast<VarDecl>(DS->getSingleDecl())->getType().getCanonicalType()
119 assert(ParentLayer->isLast());
121 assert(!RS->getRetValue()->getType().getCanonicalType()
128 // No assert. We may have an elidable copy on the grandparent layer.
144 assert(ParentLayer->isLast());
146 assert(is
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddbm.c22 #include <assert.h>
150 assert(ip >= 0);
151 assert(ip < npages);
175 assert(match != NULL);
182 assert(match != NULL);
189 assert(match != NULL);
196 assert(match != NULL);
203 assert(im >= 0);
204 assert(im < MACRO_MAX);
205 assert(matc
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h381 assert(isInt() && "Invalid accessor");
395 assert(isFloat() && "Invalid accessor");
403 assert(isFixedPoint() && "Invalid accessor");
411 assert(isComplexInt() && "Invalid accessor");
419 assert(isComplexInt() && "Invalid accessor");
427 assert(isComplexFloat() && "Invalid accessor");
435 assert(isComplexFloat() && "Invalid accessor");
455 assert(isVector() && "Invalid accessor");
456 assert(I < getVectorLength() && "Index out of range");
463 assert(isVecto
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c71 /* disable assert() unless BIO_PAIR_DEBUG has been defined */
78 #include <assert.h>
172 assert(b != NULL);
198 assert(b != NULL);
199 assert(b->peer != NULL);
201 assert(peer_b != NULL);
202 assert(peer_b->buf != NULL);
233 assert(rest > 0);
237 assert(rest <= peer_b->len);
243 assert(peer_
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_nsd_recurse.c39 #include <assert.h>
104 assert(pthread_create(&thr, NULL, thrfunc, NULL) == 0);
105 assert(func1() == NS_SUCCESS);
106 assert(pthread_join(thr, &threval) == 0);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp53 #include <assert.h>
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_C_upper.c59 assert(0 != systemf("echo file | %s -o -C > bad.cpio 2>bad.err",
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dptable.cpp26 assert(s != 0);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.h23 #include <assert.h>
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dclrerr.c18 #include <sm/assert.h>
H A Dfeof.c18 #include <sm/assert.h>
H A Dferror.c18 #include <sm/assert.h>
H A Dget.c18 #include <sm/assert.h>
/freebsd-11-stable/lib/libc/regex/
H A Dutils.h49 #include <assert.h>
/freebsd-11-stable/lib/libc/gen/
H A Dassert.c31 static char sccsid[] = "@(#)assert.c 8.1 (Berkeley) 6/4/93";
36 #include <assert.h>
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_hash.c33 #include <assert.h>

Completed in 221 milliseconds

1234567891011>>