Searched refs:DCHECK_LT (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | bytemap.h | 25 DCHECK_LT(Index, Size); in set() 30 DCHECK_LT(Index, Size);
|
| D | release.h | 103 DCHECK_LT(Region, Regions); in get() 104 DCHECK_LT(I, NumCounters); in get() 111 DCHECK_LT(get(Region, I), CounterMask); in inc() 114 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
|
| D | vector.h | 32 DCHECK_LT(I, Size); 36 DCHECK_LT(I, Size);
|
| D | internal_defs.h | 129 #define DCHECK_LT(A, B) CHECK_LT(A, B) macro 143 #define DCHECK_LT(A, B) \ macro
|
| D | local_cache.h | 31 DCHECK_LT(Count, MaxNumCached); in add() 67 DCHECK_LT(ClassId, NumClasses); in allocate()
|
| D | primary32.h | 115 DCHECK_LT(ClassId, NumClasses); in popBatch() 132 DCHECK_LT(ClassId, NumClasses); in pushBatch() 305 DCHECK_LT(ClassId, NumClasses); in allocateRegion() 327 DCHECK_LT(ClassId, NumClasses); in getSizeClassInfo()
|
| D | memtag.h | 158 DCHECK_LT(Tag, 16); in addFixedTag()
|
| D | common.h | 64 DCHECK_LT(Size, (1UL << (Up + 1))); in roundUpToPowerOfTwo()
|
| D | primary64.h | 97 DCHECK_LT(ClassId, NumClasses); in popBatch() 315 DCHECK_LT(ClassId, NumClasses);
|
| D | quarantine.h | 37 DCHECK_LT(Count, MaxCount); in push_back()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_vector.h | 46 DCHECK_LT(i, end_ - begin_); 51 DCHECK_LT(i, end_ - begin_);
|
| D | sanitizer_allocator_primary32.h | 170 DCHECK_LT(class_id, kNumClasses); in AllocateBatch() 185 DCHECK_LT(class_id, kNumClasses); in DeallocateBatch() 300 DCHECK_LT(class_id, kNumClasses); in AllocateRegion() 313 DCHECK_LT(class_id, kNumClasses); in GetSizeClassInfo()
|
| D | sanitizer_internal_defs.h | 311 #define DCHECK_LT(a, b) CHECK_LT(a, b) macro 319 #define DCHECK_LT(a, b) macro
|
| D | sanitizer_allocator_primary64.h | 440 DCHECK_LT(i, n); in Get() 447 DCHECK_LT(Get(i), counter_mask); in Inc() 683 DCHECK_LT(class_id, kNumClasses); in GetRegionInfo()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_clock.cpp | 388 DCHECK_LT(tid, kMaxTid); in set() 543 DCHECK_LT(tid, size_); in elem() 566 DCHECK_LT(bi, blocks_); in get_block()
|
| D | tsan_clock.h | 231 DCHECK_LT(tid, kMaxTidInClock); in get()
|
| D | tsan_rtl.cpp | 596 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId() 1048 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry() 1067 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
|
| D | tsan_platform.h | 1109 DCHECK_LT(p, Mapping::kTraceMemEnd); in GetThreadTraceImpl() 1153 DCHECK_LT(p, Mapping::kTraceMemEnd); in GetThreadTraceHeaderImpl()
|