Home
last modified time | relevance | path

Searched refs:DCHECK_GT (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h45 DCHECK_GT(Size, 0); in back()
49 DCHECK_GT(Size, 0); in pop_back()
94 DCHECK_GT(NewCapacity, 0); in reallocate()
H A Drelease.h233 DCHECK_GT(NumberOfRegion, 0); in reset()
234 DCHECK_GT(CountersPerRegion, 0); in reset()
235 DCHECK_GT(MaxValue, 0); in reset()
250 DCHECK_GT(PackingRatio, 0); in reset()
285 DCHECK_GT(N, 0U); in incN()
498 DCHECK_GT(FromInRegion + PageSize, FirstBlockInRange); in markRangeAsAllCounted()
H A Dinternal_defs.h131 #define DCHECK_GT(A, B) CHECK_GT(A, B) macro
149 #define DCHECK_GT(A, B) \ macro
H A Dsize_class_allocator.h45 DCHECK_GT(C->MaxCount / 2, 0U); in allocate()
48 DCHECK_GT(C->Count, 0); in allocate()
H A Dprimary32.h365 DCHECK_GT(Size, 0); in pushBlocks()
710 DCHECK_GT(Size, 0U); in pushBlocksImpl()
847 DCHECK_GT(B->getCount(), 0U); in popBlocksImpl()
896 DCHECK_GT(Sci->CurrentRegionAllocated, 0U); in populateFreeList()
910 DCHECK_GT(MaxCount, 0U); in populateFreeList()
918 DCHECK_GT(NumberOfBlocks, 0U); in populateFreeList()
H A Dcommon.h82 DCHECK_GT(Size, (1UL << Up)); in roundUpPowerOfTwo()
H A Dprimary64.h637 DCHECK_GT(B->getCount(), 0U); in popBlocksImpl()
728 DCHECK_GT(NumberOfBlocks, 0); in populateFreeListAndPopBlocks()
787 DCHECK_GT(Size, 0); in pushBlocks()
847 DCHECK_GT(Size, 0U); in pushBlocksImpl()
H A Dsecondary.h154 DCHECK_GT(TaggedSize, 0); in mapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp68 DCHECK_GT(heap_begin, 0); in __tsan_java_init()
69 DCHECK_GT(heap_size, 0); in __tsan_java_init()
211 DCHECK_GT(rec, 0); in __tsan_java_mutex_lock_rec()
H A Dtsan_shadow.h63 DCHECK_GT(size, 0); in Shadow()
H A Dtsan_rtl.h803 DCHECK_GT(thr->shadow_stack_pos, thr->shadow_stack); in FuncExit()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h70 DCHECK_GT(end_, begin_); in PopBack()
H A Dsanitizer_allocator_local_cache.h41 DCHECK_GT(c->count, 0); in Allocate()
166 DCHECK_GT(c->count, 0); in Allocate()
H A Dsanitizer_internal_defs.h350 #define DCHECK_GT(a, b) CHECK_GT(a, b) macro
358 #define DCHECK_GT(a, b) macro
H A Dsanitizer_allocator_primary32.h353 DCHECK_GT(max_count, 0); in PopulateFreeList()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp137 DCHECK_GT(num_bits, 0); in GenerateRandomTag()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h114 DCHECK_GT(Offset, 0);