| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_segmented_array.h | 104 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 D | xray_function_call_trie.h | 356 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 D | xray_profile_collector.cpp | 109 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 D | xray_profiling.cpp | 175 DCHECK_NE(FCT, nullptr); in postCurrentThreadFCT() 184 DCHECK_NE(Allocators, nullptr); in postCurrentThreadFCT() 325 DCHECK_NE(BQ, nullptr); in profilingFinalize()
|
| H A D | xray_fdr_log_writer.h | 94 DCHECK_NE(Buffer.Data, nullptr); 95 DCHECK_NE(NextRecord, nullptr);
|
| H A D | xray_buffer_queue.h | 87 DCHECK_NE(Offset, Max);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_java.cpp | 79 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 D | tsan_dense_alloc.h | 75 DCHECK_NE(idx, 0); in Free() 82 DCHECK_NE(idx, 0); in Map()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | list.h | 66 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 D | fuchsia.cpp | 145 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 D | common.h | 72 DCHECK_NE(X, 0U); in getMostSignificantSetBitIndex() 87 DCHECK_NE(X, 0U); in getLeastSignificantSetBitIndex() 164 DCHECK_NE(PageSizeLogCached, 0); in getPageSizeLogCached()
|
| H A D | internal_defs.h | 128 #define DCHECK_NE(A, B) CHECK_NE(A, B) macro 140 #define DCHECK_NE(A, B) \ macro
|
| H A D | primary32.h | 354 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 D | tsd_shared.h | 34 DCHECK_NE(CurrentTSD, nullptr); in ScopedTSD() 223 DCHECK_NE(NumberOfCoPrimes, 0U); in getTSDAndLockSlow()
|
| H A D | mem_map.cpp | 51 DCHECK_NE(MappedBase, 0U); in releaseAndZeroPagesToOSImpl()
|
| H A D | size_class_map.h | 27 DCHECK_NE(Size, 0); in getMaxCachedHint() 81 DCHECK_NE(ClassId, BatchClassId); in getSizeByClassId()
|
| H A D | tsd_exclusive.h | 35 DCHECK_NE(CurrentTSD, nullptr); in ScopedTSD()
|
| H A D | primary64.h | 636 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 D | release.h | 162 DCHECK_NE(Buf.Data, nullptr); in releaseBuffer() 174 DCHECK_NE(Buf.Data, nullptr); in isStaticBufferTestOnly()
|
| H A D | combined.h | 396 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 D | sanitizer_mutex.h | 207 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 D | sanitizer_allocator_local_cache.h | 96 DCHECK_NE(c->max_count, 0UL); in InitCache() 238 DCHECK_NE(c->max_count, 0UL); in InitCache()
|
| H A D | sanitizer_internal_defs.h | 347 #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 D | asan_fuchsia.cpp | 141 DCHECK_NE(GetCurrentThread(), this); in SetThreadStackAndTls() 142 DCHECK_NE(GetCurrentThread(), nullptr); in SetThreadStackAndTls()
|
| H A D | asan_thread.cpp | 252 DCHECK_NE(tid(), kInvalidTid); in Init()
|