Searched refs:assert (Results 501 - 525 of 4757) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp98 assert(m_process_ptr && "no available lldb process");
138 assert(target_machine &&
161 assert(process);
169 assert(m_ir_passes);
181 assert(process);
184 assert(EarlyPasses);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp80 assert(K.hasValue() && "User mode is invalid.");
92 assert(K.hasValue() && "IPA Mode is invalid.");
112 assert(K.hasValue() && "Invalid c++ member function inlining mode.");
120 assert(!CheckerName.empty() &&
161 assert(Ret &&
182 assert(!HasFailed &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp160 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() &&
162 assert(CB->isIndirectCall() &&
184 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() &&
186 assert(CB->isIndirectCall() &&
211 assert(isa<InvokeInst>(CB) && "Unknown indirect call type");
247 assert(GuardMechanism == CF_Dispatch && "Invalid CFGuard mechanism");
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_phdr.c27 #include <assert.h>
47 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
78 assert(fsz > 0);
128 assert(e->e_class == ec);
129 assert(ec == ELFCLASS32 || ec == ELFCLASS64);
130 assert(e->e_version == EV_CURRENT);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c126 assert(handle != INVALID_HANDLE_VALUE);
127 assert(DeviceIoControl(handle, FSCTL_SET_SPARSE, NULL, 0,
144 assert(SetFilePointerEx(handle, distanceToMove,
146 assert(SetEndOfFile(handle) != 0);
147 assert(DeviceIoControl(handle, FSCTL_SET_ZERO_DATA, &zeroInformation,
159 assert(WriteFile(handle, buff, w, &wr, NULL) != 0);
289 assert((fd = open(path, O_CREAT | O_WRONLY, 0600)) != -1);
296 assert(ftruncate(fd, total_size) != -1);
300 assert(lseek(fd, s->size, SEEK_CUR) != (off_t)-1);
310 assert(writ
[all...]
H A Dtest_archive_match_owner.c35 if (!assert((m = archive_match_new()) != NULL))
37 if (!assert((ae = archive_entry_new()) != NULL)) {
77 if (!assert((m = archive_match_new()) != NULL))
79 if (!assert((ae = archive_entry_new()) != NULL)) {
119 if (!assert((m = archive_match_new()) != NULL))
121 if (!assert((ae = archive_entry_new()) != NULL)) {
161 if (!assert((m = archive_match_new()) != NULL))
163 if (!assert((ae = archive_entry_new()) != NULL)) {
203 if (!assert((m = archive_match_new()) != NULL))
205 if (!assert((a
[all...]
H A Dtest_read_filter_compress.c32 assert((a = archive_read_new()) != NULL);
49 assert((a = archive_read_new()) != NULL);
72 assert((a = archive_read_new()) != NULL);
H A Dtest_read_filter_program_signature.c49 assert((a = archive_read_new()) != NULL);
71 assert((a = archive_read_new()) != NULL);
91 assert((a = archive_read_new()) != NULL);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h98 assert(!isInvalid() && "Loop not in a valid state!");
110 assert(!isInvalid() && "Loop not in a valid state!");
116 assert(!isInvalid() && "Loop not in a valid state!");
126 assert(!isInvalid() && "Loop not in a valid state!");
137 assert(!isInvalid() && "Loop not in a valid state!");
141 assert(!isInvalid() && "Loop not in a valid state!");
155 assert(!isInvalid() && "Loop not in a valid state!");
162 assert(!isInvalid() && "Loop not in a valid state!");
169 assert(!isInvalid() && "Loop not in a valid state!");
176 assert(!isInvali
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c35 #include <assert.h>
130 assert(reg >= 0 && reg < drp->dr_size);
131 assert(BT_TEST(drp->dr_bitmap, reg) != 0);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddebug.c28 #include <assert.h>
92 assert(n < sizeof(prefix) - 1);
94 assert(n < sizeof(buffer) - 1);
/freebsd-11-stable/lib/libprocstat/
H A Dudf.c39 #include <assert.h>
85 assert(kd);
86 assert(vn);
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dtest-ldap.c40 #include <assert.h>
79 assert(olen > t->olen);
104 assert(olen > t->olen);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dreset.c96 assert(0 == 1);
113 assert(0 == 1);
121 assert(0 == 1);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_assert.c39 #include <assert.h>
68 atf_tc_set_md_var(tc, "descr", "Test that assert(3) works, #1");
92 assert(1 == 1);
100 atf_tc_fail("assert(3) fired haphazardly");
106 atf_tc_set_md_var(tc, "descr", "Test that assert(3) works, #2");
130 assert(1 == 2);
138 atf_tc_fail("assert(3) did not fire");
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_a.c105 assert(p != NULL);
126 assert(st.st_atime != files[1].atime_sec);
134 assert(st.st_atime != files[2].atime_sec);
/freebsd-11-stable/contrib/bzip2/
H A Dunzcrash.c32 #include <assert.h>
99 assert (r == BZ_OK);
130 assert (nOut == nIn);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLoopTraversal.cpp17 assert(MBBNumber < MBBInfos.size() && "Unexpected basic block number.");
36 assert(MBBNumber < MBBInfos.size() && "Unexpected basic block number.");
48 assert(SuccNumber < MBBInfos.size() &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringPool.h116 assert(*this && "Attempt to dereference empty PooledStringPtr!");
121 assert(*this && "Attempt to dereference empty PooledStringPtr!");
126 assert(*this && "Attempt to dereference empty PooledStringPtr!");
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h30 assert((!alignment.isZero() || pointer == nullptr) &&
38 assert(isValid());
67 assert(isValid());
H A DCGCleanup.cpp60 assert(rv.isAggregate());
132 assert(StartOfBuffer + Size <= StartOfData);
203 assert(!empty() && "popping exception stack when not empty");
205 assert(isa<EHCleanupScope>(*begin()));
228 assert(getInnermostEHScope() == stable_end());
236 assert(!empty() && "popping exception stack when not empty");
266 assert(hasNormalCleanups());
270 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");
295 assert(!cleanup.hasActiveFlag() && "cleanup already has active flag?");
363 assert(Ter
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h170 assert(isNullary() && "Invalid kind!");
178 assert(isValid() && "Invalid twine!");
184 assert(isValid() && "Invalid twine!");
257 assert(isValid() && "Invalid twine!");
274 assert(isValid() && "Invalid twine!");
283 assert(isValid() && "Invalid twine!");
289 assert(isValid() && "Invalid twine!");
296 assert(isValid() && "Invalid twine!");
303 assert(isValid() && "Invalid twine!");
361 assert(isVali
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h79 assert(!IsScalable && "We don't support extended scalable types yet");
89 assert (!EC.Scalable && "We don't support extended scalable types yet");
98 assert (!isScalableVector() &&
107 assert(VecTy.SimpleTy != MVT::INVALID_SIMPLE_VALUE_TYPE &&
256 assert(isSimple() && "Expected a SimpleValueType!");
268 assert(isVector() && "Invalid vector type!");
276 assert(isVector() && "Invalid vector type!");
284 assert((isVector()) && "Invalid vector type!");
288 assert(!isScalableVector() &&
333 assert(isIntege
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp21 assert(!(CarryZero && CarryOne) &&
37 assert((PossibleSumZero & Known) == (PossibleSumOne & Known) &&
49 assert(Carry.getBitWidth() == 1 && "Carry must be 1-bit");
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h116 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!");
123 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!");
133 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
322 assert(isValid());
327 assert(isValid());
335 assert(isValid());
343 assert(isValid());
351 assert(isValid());
373 assert(hasSrcMgr == isValid() && "FullSourceLoc has location but no manager");
379 assert(SrcMg
[all...]

Completed in 317 milliseconds

<<21222324252627282930>>