| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.cpp | 165 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax); in ProcessFlags() 166 CHECK_LE(f->min_uar_stack_size_log, f->max_uar_stack_size_log); in ProcessFlags() 169 CHECK_LE(f->max_redzone, 2048); in ProcessFlags()
|
| H A D | asan_poisoning.cpp | 124 CHECK_LE(size, 4096); in AsanPoisonOrUnpoisonIntraObjectRedzone() 496 CHECK_LE(storage_end - storage_beg, in __sanitizer_annotate_contiguous_container() 570 CHECK_LE(storage_end - storage_beg, in __sanitizer_annotate_double_ended_contiguous_container() 827 CHECK_LE(begin, end); in FindBadAddress() 850 CHECK_LE(beg, mid); in __sanitizer_contiguous_container_find_bad_address() 851 CHECK_LE(mid, end); in __sanitizer_contiguous_container_find_bad_address()
|
| H A D | asan_allocator.cpp | 48 CHECK_LE(rz_size, 2048); in RZSize2Log() 327 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache() 376 CHECK_LE(options.max_redzone, 2048); in CheckOptions() 607 CHECK_LE(user_end, alloc_end); in Allocate() 661 CHECK_LE(alloc_beg + sizeof(LargeChunkHeader), chunk_beg); in Allocate()
|
| H A D | asan_thread.cpp | 104 CHECK_LE(data_size, availible_size); in Create() 238 CHECK_LE(flags()->min_uar_stack_size_log, flags()->max_uar_stack_size_log); in AsyncSignalSafeLazyInitFakeStack()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_tls_get_addr.cpp | 120 CHECK_LE(start, tls_begin); in SANITIZER_INTERFACE_WEAK_DEF() 126 CHECK_LE(offset, tls_size); in SANITIZER_INTERFACE_WEAK_DEF() 138 CHECK_LE(static_tls_begin, static_tls_end); in DTLS_on_tls_get_addr()
|
| H A D | sanitizer_range.cpp | 27 CHECK_LE(r.begin, r.end); in Intersect() 33 CHECK_LE(r.begin, r.end); in Intersect()
|
| H A D | sanitizer_allocator_primary64.h | 420 CHECK_LE(counter_size_bits, kMaxCounterBits); in PackedCounterArray() 727 CHECK_LE(beg + size, NonConstSpaceBeg + kSpaceSize); in MapWithCallbackOrDie() 746 CHECK_LE(new_mapped_free_array, kFreeArraySize); in EnsureFreeArraySpace() 847 CHECK_LE(region->allocated_user, region->mapped_user); in PopulateFreeArray() 849 CHECK_LE(region->allocated_meta, region->mapped_meta); in PopulateFreeArray()
|
| H A D | sanitizer_deadlock_detector2.cpp | 182 CHECK_LE(id, kMaxMutex); in allocateId() 200 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock() 290 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()
|
| H A D | sanitizer_unwind_linux_libcdep.cpp | 130 CHECK_LE((uptr)res, kStackTraceMax); in UnwindSlow()
|
| H A D | sanitizer_allocator_secondary.h | 110 CHECK_LE(res + size, map_end); in Allocate() 201 CHECK_LE(nearest_chunk, p); in GetBlockBegin()
|
| H A D | sanitizer_internal_defs.h | 340 #define CHECK_LE(a, b) CHECK_IMPL((a), <=, (b)) macro 349 #define DCHECK_LE(a, b) CHECK_LE(a, b)
|
| H A D | sanitizer_stack_store.cpp | 91 CHECK_LE(count, kBlockSizeFrames); in Alloc() 273 CHECK_LE(header->size, kBlockSizeBytes); in GetOrUnpack()
|
| H A D | sanitizer_stacktrace.cpp | 62 CHECK_LE(size, kStackTraceMax); in Init()
|
| H A D | sanitizer_suppressions.cpp | 29 CHECK_LE(suppression_types_num_, kMaxSuppressionTypes); in SuppressionContext()
|
| H A D | sanitizer_ring_buffer.h | 102 CHECK_LE(size, 128 << kPageSizeBits); in Init()
|
| H A D | sanitizer_symbolizer_mac.cpp | 97 CHECK_LE(i, kArgVMax); in GetArgV()
|
| H A D | sanitizer_file.cpp | 252 CHECK_LE(buff->size(), max_len); in ReadFileToVector()
|
| H A D | sanitizer_libc.cpp | 299 CHECK_LE(size, 1ULL << FIRST_32_SECOND_64(30, 40)); // Sanity check. in mem_is_zero()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | internal_defs.h | 121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) macro 130 #define DCHECK_LE(A, B) CHECK_LE(A, B)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ignoreset.cpp | 34 CHECK_LE(size_, kMaxSize); in At()
|
| H A D | tsan_platform_posix.cpp | 83 CHECK_LE(beg, end); in TryProtectRange()
|
| H A D | tsan_platform_linux.cpp | 597 CHECK_LE(thr_beg, tls_addr + tls_size); in ImitateTlsWrite() 599 CHECK_LE(thr_end, tls_addr + tls_size); in ImitateTlsWrite()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_flags.cpp | 86 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread_list.h | 204 CHECK_LE(free_space_, free_space_end_); in AllocThread()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 309 CHECK_LE(offset + sizeof(void *), reinterpret_cast<uptr>(buffer.size())); in LoadPtr() 385 CHECK_LE(allocator_begin, allocator_end); in ScanGlobalRange() 386 CHECK_LE(allocator_end, end); in ScanGlobalRange()
|