| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_java.cc | 99 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_alloc() 112 CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_free() 126 CHECK_LE(src + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move() 128 CHECK_LE(dst + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move() 159 CHECK_LE(to, jctx->heap_begin + jctx->heap_size); in __tsan_java_find()
|
| H A D | tsan_ignoreset.cc | 43 CHECK_LE(size_, kMaxSize); in At()
|
| H A D | tsan_platform_mac.cc | 276 CHECK_LE(thr_state_start, tls_addr + tls_size); in ImitateTlsWrite() 278 CHECK_LE(thr_state_end, tls_addr + tls_size); in ImitateTlsWrite()
|
| H A D | tsan_platform_linux.cc | 343 CHECK_LE(thr_beg, tls_addr + tls_size); in ImitateTlsWrite() 345 CHECK_LE(thr_end, tls_addr + tls_size); in ImitateTlsWrite()
|
| H A D | tsan_platform_posix.cc | 125 CHECK_LE(beg, end); in ProtectRange()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_flags.cc | 156 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax); in InitializeFlags() 157 CHECK_LE(f->min_uar_stack_size_log, f->max_uar_stack_size_log); in InitializeFlags() 160 CHECK_LE(f->max_redzone, 2048); in InitializeFlags()
|
| H A D | asan_poisoning.cc | 81 CHECK_LE(size, 4096); in AsanPoisonOrUnpoisonIntraObjectRedzone() 373 CHECK_LE(end - beg, in __sanitizer_annotate_contiguous_container() 413 CHECK_LE(beg, mid); in __sanitizer_contiguous_container_find_bad_address() 414 CHECK_LE(mid, end); in __sanitizer_contiguous_container_find_bad_address()
|
| H A D | asan_allocator.cc | 45 CHECK_LE(rz_size, 2048); in RZSize2Log() 216 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache() 265 CHECK_LE(options.max_redzone, 2048); in CheckOptions() 482 CHECK_LE(user_end, alloc_end); in Allocate() 493 CHECK_LE(alloc_beg+ 2 * sizeof(uptr), chunk_beg); in Allocate()
|
| H A D | asan_fake_stack.cc | 123 CHECK_LE(base, ptr); in AddrIsInFakeStack()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bitvector.h | 325 void check(uptr idx) const { CHECK_LE(idx, size()); } in check() 329 CHECK_LE(res, kLevel1Size); in idx0() 335 CHECK_LE(res, BV::kSize); in idx1() 341 CHECK_LE(res, BV::kSize); in idx2()
|
| H A D | sanitizer_deadlock_detector2.cc | 185 CHECK_LE(id, kMaxMutex); in allocateId() 203 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock() 293 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()
|
| H A D | sanitizer_allocator_secondary.h | 111 CHECK_LE(res + size, map_end); in Allocate() 199 CHECK_LE(nearest_chunk, p); in GetBlockBegin()
|
| H A D | sanitizer_internal_defs.h | 308 #define CHECK_LE(a, b) CHECK_IMPL((a), <=, (b)) macro 317 #define DCHECK_LE(a, b) CHECK_LE(a, b)
|
| H A D | sanitizer_allocator_primary64.h | 341 CHECK_LE(counter_size_bits, kMaxCounterBits); in PackedCounterArray() 661 CHECK_LE(new_mapped_free_array, kFreeArraySize); in EnsureFreeArraySpace() 759 CHECK_LE(region->allocated_user, region->mapped_user); in PopulateFreeArray() 761 CHECK_LE(region->allocated_meta, region->mapped_meta); in PopulateFreeArray()
|
| H A D | sanitizer_stacktrace.cc | 37 CHECK_LE(size, kStackTraceMax); in Init()
|
| H A D | sanitizer_unwind_linux_libcdep.cc | 159 CHECK_LE((uptr)res, kStackTraceMax); in SlowUnwindStackWithContext()
|
| H A D | sanitizer_suppressions.cc | 30 CHECK_LE(suppression_types_num_, kMaxSuppressionTypes); in SuppressionContext()
|
| H A D | sanitizer_ring_buffer.h | 98 CHECK_LE(size, 128 << kPageSizeBits); in Init()
|
| H A D | sanitizer_file.cc | 155 CHECK_LE(buff->size(), max_len); in ReadFileToVector()
|
| H A D | sanitizer_fuchsia.cc | 282 CHECK_LE(size, size_); in Unmap() 486 CHECK_LE(length, ZX_CPRNG_DRAW_MAX_LEN); in GetRandom()
|
| H A D | sanitizer_quarantine.h | 57 CHECK_LE(count + from->count, kSize); in merge()
|
| H A D | sanitizer_libc.cc | 262 CHECK_LE(size, 1ULL << FIRST_32_SECOND_64(30, 40)); // Sanity check. in mem_is_zero()
|
| H A D | sanitizer_common.h | 460 CHECK_LE(size_, capacity()); in push_back() 523 CHECK_LE(size_, new_capacity); in Realloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cc | 198 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange() 199 CHECK_LE(allocator_end, end); in ScanGlobalRange()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cc | 136 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()
|