Home
last modified time | relevance | path

Searched refs:DCHECK_NE (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h104 DCHECK_NE(Offset, Size);
105 DCHECK_NE(S, &SentinelSegment);
106 DCHECK_NE(S->Next, &SentinelSegment);
108 DCHECK_NE(S, &SentinelSegment);
113 DCHECK_NE(S, &SentinelSegment);
118 DCHECK_NE(S->Prev, &SentinelSegment);
150 DCHECK_NE(S, &SentinelSegment);
247 DCHECK_NE(FreeSegment, &SentinelSegment); in NewSegment()
269 DCHECK_NE(S, &SentinelSegment); in InitHeadAndTail()
282 DCHECK_NE(Tail, &SentinelSegment); in AppendNewSegment()
[all …]
H A Dxray_function_call_trie.h356 DCHECK_NE(FId, 0); in enterFunction()
388 DCHECK_NE(TopNode, nullptr); in enterFunction()
406 DCHECK_NE(NewNode, nullptr); in enterFunction()
431 DCHECK_NE(TopNode, nullptr); in exitFunction()
510 DCHECK_NE(NP.Node, nullptr); in deepCopyInto()
511 DCHECK_NE(NP.NewNode, nullptr); in deepCopyInto()
568 DCHECK_NE(NT.OrigNode, nullptr); in mergeInto()
569 DCHECK_NE(NT.TargetNode, nullptr); in mergeInto()
H A Dxray_profile_collector.cpp109 DCHECK_NE(Q, nullptr); in post()
125 DCHECK_NE(TDAllocator, nullptr); in post()
126 DCHECK_NE(TDArray, nullptr); in post()
180 DCHECK_NE(Record, nullptr); in populateRecords()
240 DCHECK_NE(TDArray, nullptr); in serialize()
297 DCHECK_NE(B->Data, nullptr); in serialize()
H A Dxray_profiling.cpp175 DCHECK_NE(FCT, nullptr); in postCurrentThreadFCT()
184 DCHECK_NE(Allocators, nullptr); in postCurrentThreadFCT()
325 DCHECK_NE(BQ, nullptr); in profilingFinalize()
H A Dxray_fdr_log_writer.h94 DCHECK_NE(Buffer.Data, nullptr);
95 DCHECK_NE(NextRecord, nullptr);
H A Dxray_buffer_queue.h87 DCHECK_NE(Offset, Max);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp79 DCHECK_NE(jctx, 0); in __tsan_java_fini()
89 DCHECK_NE(jctx, 0); in __tsan_java_alloc()
90 DCHECK_NE(size, 0); in __tsan_java_alloc()
102 DCHECK_NE(jctx, 0); in __tsan_java_free()
103 DCHECK_NE(size, 0); in __tsan_java_free()
115 DCHECK_NE(jctx, 0); in __tsan_java_move()
116 DCHECK_NE(size, 0); in __tsan_java_move()
124 DCHECK_NE(dst, src); in __tsan_java_move()
164 DCHECK_NE(jctx, 0); in __tsan_java_mutex_lock()
176 DCHECK_NE(jctx, 0); in __tsan_java_mutex_unlock()
[all …]
H A Dtsan_dense_alloc.h75 DCHECK_NE(idx, 0); in Free()
82 DCHECK_NE(idx, 0); in Map()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h66 DCHECK_NE(getBase(), nullptr); in getNext()
83 DCHECK_NE(getBase(), nullptr); in getPrev()
226 DCHECK_NE(Prev, nullptr); in insert()
227 DCHECK_NE(X, nullptr); in insert()
237 DCHECK_NE(Prev, nullptr); in extract()
238 DCHECK_NE(X, nullptr); in extract()
247 DCHECK_NE(this, L); in append_back()
341 DCHECK_NE(Prev, nullptr); in remove()
347 DCHECK_NE(Next, nullptr); in remove()
H A Dfuchsia.cpp145 DCHECK_NE(Data, nullptr); in unmap()
147 DCHECK_NE(Vmar, _zx_vmar_root_self()); in unmap()
172 DCHECK_NE(Data->Vmar, ZX_HANDLE_INVALID); in setMemoryPermission()
183 DCHECK_NE(Data->Vmar, ZX_HANDLE_INVALID); in releasePagesToOS()
184 DCHECK_NE(Data->Vmo, ZX_HANDLE_INVALID); in releasePagesToOS()
H A Dcommon.h72 DCHECK_NE(X, 0U); in getMostSignificantSetBitIndex()
87 DCHECK_NE(X, 0U); in getLeastSignificantSetBitIndex()
164 DCHECK_NE(PageSizeLogCached, 0); in getPageSizeLogCached()
H A Dinternal_defs.h128 #define DCHECK_NE(A, B) CHECK_NE(A, B) macro
140 #define DCHECK_NE(A, B) \ macro
H A Dprimary32.h354 DCHECK_NE(PopCount, 0U); in popBlocks()
663 DCHECK_NE(CurBatch, nullptr); in pushBatchClassBlocks()
709 DCHECK_NE(ClassId, SizeClassMap::BatchClassId); in pushBlocksImpl()
731 DCHECK_NE(CurBatch, nullptr); in pushBlocksImpl()
800 DCHECK_NE(Prev, nullptr); in pushBlocksImpl()
846 DCHECK_NE(B, nullptr); in popBlocksImpl()
1036 DCHECK_NE(AllocatedPagesCount, 0U); in getSizeClassFragmentationInfo()
1081 DCHECK_NE(Last, 0U); in releaseToOSMaybe()
H A Dtsd_shared.h34 DCHECK_NE(CurrentTSD, nullptr); in ScopedTSD()
223 DCHECK_NE(NumberOfCoPrimes, 0U); in getTSDAndLockSlow()
H A Dmem_map.cpp51 DCHECK_NE(MappedBase, 0U); in releaseAndZeroPagesToOSImpl()
H A Dsize_class_map.h27 DCHECK_NE(Size, 0); in getMaxCachedHint()
81 DCHECK_NE(ClassId, BatchClassId); in getSizeByClassId()
H A Dtsd_exclusive.h35 DCHECK_NE(CurrentTSD, nullptr); in ScopedTSD()
H A Dprimary64.h636 DCHECK_NE(B, nullptr); in popBlocksImpl()
767 DCHECK_NE(PopCount, 0U); in populateFreeListAndPopBlocks()
846 DCHECK_NE(ClassId, SizeClassMap::BatchClassId); in pushBlocksImpl()
868 DCHECK_NE(CurBatch, nullptr); in pushBlocksImpl()
936 DCHECK_NE(Prev, nullptr); in pushBlocksImpl()
1030 DCHECK_NE(CurBatch, nullptr); in pushBatchClassBlocks()
1846 DCHECK_NE(BatchClassRegion, Region); in mergeGroupsToReleaseBack()
H A Drelease.h162 DCHECK_NE(Buf.Data, nullptr); in releaseBuffer()
174 DCHECK_NE(Buf.Data, nullptr); in isStaticBufferTestOnly()
H A Dcombined.h396 DCHECK_NE(ClassId, 0U);
502 DCHECK_NE(OldPtr, nullptr);
503 DCHECK_NE(NewSize, 0);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h207 DCHECK_NE(state & kWriterSpinWait, 0); in Lock()
232 DCHECK_NE(state & kWriterLock, 0); in Unlock()
296 DCHECK_NE(state & kReaderLockMask, 0); in ReadUnlock()
H A Dsanitizer_allocator_local_cache.h96 DCHECK_NE(c->max_count, 0UL); in InitCache()
238 DCHECK_NE(c->max_count, 0UL); in InitCache()
H A Dsanitizer_internal_defs.h347 #define DCHECK_NE(a, b) CHECK_NE(a, b) macro
355 #define DCHECK_NE(a, b) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp141 DCHECK_NE(GetCurrentThread(), this); in SetThreadStackAndTls()
142 DCHECK_NE(GetCurrentThread(), nullptr); in SetThreadStackAndTls()
H A Dasan_thread.cpp252 DCHECK_NE(tid(), kInvalidTid); in Init()

12