Searched refs:DCHECK_LE (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h41 DCHECK_LE(Size, capacity());
84 DCHECK_LE(Size, NewCapacity);
H A Dinternal_defs.h108 #define DCHECK_LE(A, B) CHECK_LE(A, B) macro
116 #define DCHECK_LE(A, B) macro
H A Dsize_class_map.h66 DCHECK_LE(Size, MaxSize);
77 DCHECK_LE(Size, MaxSize);
H A Dlocal_cache.h24 DCHECK_LE(N, MaxNumCached);
38 DCHECK_LE(I, Count);
H A Dsecondary.h178 DCHECK_LE(NewMapEnd, MapEnd);
H A Drelease.h97 DCHECK_LE(From, To);
H A Dquarantine.h47 DCHECK_LE(Count + From->Count, MaxCount);
H A Dcombined.h236 DCHECK_LE(Size, NeededSize);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h118 DCHECK_LE(NewReservedEnd, ReservedEnd);
125 DCHECK_LE(UserEnd, CommittedEnd);
H A Dscudo_allocator.cpp378 DCHECK_LE(UserPtr + Size, reinterpret_cast<uptr>(BackendPtr) + BackendSize);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cpp130 DCHECK_LE(nclk_, kMaxTid);
131 DCHECK_LE(src->size_, kMaxTid);
181 DCHECK_LE(nclk_, kMaxTid);
182 DCHECK_LE(dst->size_, kMaxTid);
236 DCHECK_LE(nclk_, kMaxTid);
237 DCHECK_LE(dst->size_, kMaxTid);
516 DCHECK_LE(block, blocks_);
H A Dtsan_dense_alloc.h76 DCHECK_LE(idx, kL1Size * kL2Size);
H A Dtsan_rtl.h196 DCHECK_LE(addr0, 7);
197 DCHECK_LE(kAccessSizeLog, 3);
856 DCHECK_LE((int)typ, 7);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h373 DCHECK_LE(AlignedOffset + sizeof(T),
405 DCHECK_LE(AlignedOffset + sizeof(T),
415 DCHECK_LE(Offset, Size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h171 DCHECK_LE(size, kMaxSize);
H A Dsanitizer_internal_defs.h316 #define DCHECK_LE(a, b) CHECK_LE(a, b) macro
324 #define DCHECK_LE(a, b) macro
H A Dsanitizer_allocator_primary32.h79 DCHECK_LE(count, kMaxNumCached);
88 DCHECK_LE(count_, kMaxNumCached);
H A Dsanitizer_allocator_primary64.h386 DCHECK_LE(from, to);

Completed in 132 milliseconds