Home
last modified time | relevance | path

Searched refs:CHECK_GE (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drss_limit_checker.h
H A Dinternal_defs.h123 #define CHECK_GE(A, B) CHECK_IMPL((A), >=, (B)) macro
132 #define DCHECK_GE(A, B) CHECK_GE(A, B)
H A Dsize_class_map.h346 CHECK_GE(SCMap::getSizeByClassId(C), S); in printMap()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cpp28 CHECK_GE(max_depth, 2); in UnwindSlow()
52 CHECK_GE(max_depth, 2); in UnwindSlow()
H A Dsanitizer_unwind_linux_libcdep.cpp127 CHECK_GE(max_depth, 2); in UnwindSlow()
147 CHECK_GE(max_depth, 2); in UnwindSlow()
H A Dsanitizer_stacktrace_sparc.cpp31 CHECK_GE(max_depth, 2); in UnwindFast()
H A Dsanitizer_quarantine.h57 CHECK_GE(size, sizeof(QuarantineBatch)); in merge()
159 CHECK_GE(cache_size, overhead_size); in Recycle()
H A Dsanitizer_allocator_secondary.h109 CHECK_GE(res + size, map_beg); in Allocate()
199 CHECK_GE(nearest_chunk, h->map_beg); in GetBlockBegin()
H A Dsanitizer_internal_defs.h339 #define CHECK_GE(a, b) CHECK_IMPL((a), >=, (b)) macro
348 #define DCHECK_GE(a, b) CHECK_GE(a, b)
H A Dsanitizer_symbolizer_markup.cpp155 CHECK_GE(kModuleUUIDSize, module.uuid_size()); in RenderContext()
H A Dsanitizer_posix.cpp336 CHECK_GE(fd, 0); in ReserveStandardFds()
370 CHECK_GE(fd, 0); in GetNamedMappingFd()
H A Dsanitizer_stacktrace.cpp100 CHECK_GE(max_depth, 2); in UnwindFast()
H A Dsanitizer_ring_buffer.h101 CHECK_GE(size, 1 << kPageSizeBits); in Init()
H A Dsanitizer_allocator_size_class_map.h224 CHECK_GE(Size(c), s); in Validate()
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp80 CHECK_GE(pid, 0); in ThreadSuspender()
H A Dsanitizer_libc.cpp68 CHECK_GE(signed_n, 0); in __sanitizer_internal_memmove()
H A Dsanitizer_common.cpp133 CHECK_GE(s, z); in RemoveANSIEscapeSequencesFromString()
H A Dsanitizer_procmaps_mac.cpp208 CHECK_GE(info->version, 2); in GetDyldImageHeaderViaSharedCache()
H A Dsanitizer_allocator_local_cache.h118 CHECK_GE(c->count, count); in Drain()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.cpp153 CHECK_GE(f->redzone, 16); in InitializeFlags()
154 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags()
H A Dasan_allocator.cpp46 CHECK_GE(rz_size, 16); in RZSize2Log()
373 CHECK_GE(options.min_redzone, 16); in CheckOptions()
374 CHECK_GE(options.max_redzone, options.min_redzone); in CheckOptions()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp96 CHECK_GE((uptr)tag, kExternalTagFirstUserAvailable); in __tsan_external_register_header()
H A Dtsan_platform_linux.cpp572 CHECK_GE(thr_beg, tls_addr); in ImitateTlsWrite()
574 CHECK_GE(thr_end, tls_addr); in ImitateTlsWrite()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp567 CHECK_GE(offset, 0); in FindMismatchOffset()
618 CHECK_GE(addr, shadow.addr); in GetTagCopy()
625 CHECK_GE(addr, shadow.addr + kShortDumpOffset); in GetShortTagCopy()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp291 CHECK_GE((uptr)&g_data_start, g_data_start); in InitDataSeg()

12