Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dinternal_defs.h132 #define DCHECK_GE(A, B) CHECK_GE(A, B) macro
152 #define DCHECK_GE(A, B) \ macro
Dquarantine.h48 DCHECK_GE(Size, sizeof(QuarantineBatch)); in merge()
257 DCHECK_GE(CacheSize, OverheadSize); in recycle()
Drelease.h255 DCHECK_GE(RegionSize, BlockSize); in releaseFreeMemoryToOS()
Dprimary64.h432 DCHECK_GE(Region->Stats.PoppedBlocks, Region->Stats.PushedBlocks);
Dprimary32.h430 DCHECK_GE(Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks);
Dsecondary.h542 DCHECK_GE(NewMapBase, MapBase); in allocate()
Dcombined.h480 DCHECK_GE(Offset, 2 * sizeof(u32));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h314 #define DCHECK_GE(a, b) CHECK_GE(a, b) macro
322 #define DCHECK_GE(a, b) macro
Dsanitizer_fuchsia.cpp249 DCHECK_GE(base + size_, map_size + offset); in DoMmapFixedOrDie()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h109 DCHECK_GE(NewReservedBeg, ReservedBeg); in Allocate()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.h236 DCHECK_GE(v, clk_[tid_]); in set()
Dtsan_clock.cpp389 DCHECK_GE(v, clk_[tid]); in set()
Dtsan_rtl.h831 DCHECK_GE((int)typ, 0); in TraceAddEvent()
Dtsan_rtl.cpp1046 DCHECK_GE(thr->shadow_stack_pos, thr->shadow_stack); in FuncEntry()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_log_writer.h222 DCHECK_GE(NextRecord - B, reinterpret_cast<char *>(Buffer.Data));
Dxray_segmented_array.h505 DCHECK_GE(PS, CS); in trim()