Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dvector.h49 DCHECK_GT(Size, 0); in back()
53 DCHECK_GT(Size, 0); in pop_back()
83 DCHECK_GT(NewCapacity, 0); in reallocate()
H A Drelease.h80 DCHECK_GT(NumberOfRegion, 0); in reset()
81 DCHECK_GT(CountersPerRegion, 0); in reset()
82 DCHECK_GT(MaxValue, 0); in reset()
97 DCHECK_GT(PackingRatio, 0); in reset()
H A Dinternal_defs.h131 #define DCHECK_GT(A, B) CHECK_GT(A, B) macro
149 #define DCHECK_GT(A, B) \ macro
H A Dprimary32.h139 DCHECK_GT(Size, 0); in pushBlocks()
400 DCHECK_GT(Size, 0U);
538 DCHECK_GT(B->getCount(), 0U); in popBatchImpl()
565 DCHECK_GT(Sci->CurrentRegionAllocated, 0U); in populateFreeList()
579 DCHECK_GT(MaxCount, 0U); in populateFreeList()
588 DCHECK_GT(NumberOfBlocks, 0U); in populateFreeList()
H A Dlocal_cache.h103 DCHECK_GT(C->Count, 0); in allocate()
214 DCHECK_GT(B->getCount(), 0); in refill()
H A Dprimary64.h119 DCHECK_GT(Size, 0); in pushBlocks()
406 DCHECK_GT(Size, 0U);
545 DCHECK_GT(B->getCount(), 0U); in popBatchImpl()
605 DCHECK_GT(NumberOfBlocks, 0); in populateFreeList()
H A Dcommon.h65 DCHECK_GT(Size, (1UL << Up)); in roundUpToPowerOfTwo()
/openbsd/gnu/llvm/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()
212 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.h800 DCHECK_GT(thr->shadow_stack_pos, thr->shadow_stack); in FuncExit()
/openbsd/gnu/llvm/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.h333 #define DCHECK_GT(a, b) CHECK_GT(a, b) macro
341 #define DCHECK_GT(a, b) macro
H A Dsanitizer_allocator_primary32.h353 DCHECK_GT(max_count, 0); in PopulateFreeList()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp129 DCHECK_GT(num_bits, 0); in GenerateRandomTag()
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_segmented_array.h115 DCHECK_GT(Offset, 0);