Home
last modified time | relevance | path

Searched refs:CHECK_LT (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_debugging.cpp101 CHECK_LT(idx, rep->stacks.Size()); in __tsan_get_report_stack()
112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop()
129 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc()
146 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc_object_type()
156 CHECK_LT(idx, rep->mutexes.Size()); in __tsan_get_report_mutex()
170 CHECK_LT(idx, rep->threads.Size()); in __tsan_get_report_thread()
184 CHECK_LT(idx, rep->unique_tids.Size()); in __tsan_get_report_unique_tid()
H A Dtsan_external.cpp64 CHECK_LT(tag, atomic_load(&used_tags, memory_order_relaxed)); in ExternalAccess()
79 CHECK_LT(new_tag, kExternalTagMax); in __tsan_external_register_tag()
90 CHECK_LT((uptr)tag, kExternalTagMax); in __tsan_external_register_header()
101 CHECK_LT(tag, atomic_load(&used_tags, memory_order_relaxed)); in __tsan_external_assign_tag()
H A Dtsan_mutexset.cpp115 CHECK_LT(i, size_); in RemovePos()
125 CHECK_LT(i, size_); in Get()
H A Dtsan_ignoreset.cpp33 CHECK_LT(i, size_); in At()
H A Dtsan_rtl_thread.cpp279 CHECK_LT(tid, kMaxTid); in ThreadJoin()
294 CHECK_LT(tid, kMaxTid); in ThreadDetach()
305 CHECK_LT(tid, kMaxTid); in ThreadNotJoined()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp101 CHECK_LT(idx, rep->stacks.Size()); in __tsan_get_report_stack()
112 CHECK_LT(idx, rep->mops.Size()); in __tsan_get_report_mop()
129 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc()
146 CHECK_LT(idx, rep->locs.Size()); in __tsan_get_report_loc_object_type()
156 CHECK_LT(idx, rep->mutexes.Size()); in __tsan_get_report_mutex()
170 CHECK_LT(idx, rep->threads.Size()); in __tsan_get_report_thread()
184 CHECK_LT(idx, rep->unique_tids.Size()); in __tsan_get_report_unique_tid()
H A Dtsan_external.cpp64 CHECK_LT(tag, atomic_load(&used_tags, memory_order_relaxed)); in ExternalAccess()
79 CHECK_LT(new_tag, kExternalTagMax); in __tsan_external_register_tag()
90 CHECK_LT((uptr)tag, kExternalTagMax); in __tsan_external_register_header()
101 CHECK_LT(tag, atomic_load(&used_tags, memory_order_relaxed)); in __tsan_external_assign_tag()
H A Dtsan_mutexset.cpp63 CHECK_LT(i, size_); in RemovePos()
73 CHECK_LT(i, size_); in Get()
H A Dtsan_ignoreset.cpp33 CHECK_LT(i, size_); in At()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp96 CHECK_LT(z, kMutexTypeMax); in DebugMutexInit()
103 CHECK_LT(mutex_type_count, kMutexTypeMax); in DebugMutexInit()
153 CHECK_LT(type, mutex_type_count); in Lock()
188 CHECK_LT(type, mutex_type_count); in Unlock()
H A Dsanitizer_allocator_secondary.h22 inline void EnsureSpace(uptr n) { CHECK_LT(n, kMaxNumChunks); } in EnsureSpace()
42 CHECK_LT(n, kMaxNumChunks); in EnsureSpace()
116 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)); in Allocate()
140 CHECK_LT(idx, n_chunks_); in Deallocate()
200 CHECK_LT(nearest_chunk, h->map_beg + h->map_size); in GetBlockBegin()
H A Dsanitizer_allocator_local_cache.h36 CHECK_LT(class_id, kNumClasses); in Allocate()
51 CHECK_LT(class_id, kNumClasses); in Deallocate()
161 CHECK_LT(class_id, kNumClasses); in Allocate()
176 CHECK_LT(class_id, kNumClasses); in Deallocate()
H A Dsanitizer_stoptheworld_win.cpp58 CHECK_LT(index, threadHandles.size()); in GetRegistersAndSP()
70 CHECK_LT(index, threadIds.size()); in GetThreadID()
H A Dsanitizer_libignore.cpp83 CHECK_LT(idx, ARRAY_SIZE(ignored_code_ranges_)); in OnLibraryLoaded()
112 CHECK_LT(idx, ARRAY_SIZE(instrumented_code_ranges_)); in OnLibraryLoaded()
H A Dsanitizer_bvgraph.h154 CHECK_LT(idx1, size()); in check()
155 CHECK_LT(idx2, size()); in check()
H A Dsanitizer_stoptheworld_mac.cpp112 CHECK_LT(index, threads_.size()); in GetThreadID()
117 CHECK_LT(index, threads_.size()); in GetThread()
H A Dsanitizer_ring_buffer.h56 CHECK_LT(Idx, size());
148 CHECK_LT(Idx, size());
H A Dsanitizer_allocator_size_class_map.h223 CHECK_LT(c, kNumClasses); in Validate()
226 CHECK_LT(Size(c - 1), s); in Validate()
H A Dsanitizer_flat_map.h41 CHECK_LT(idx, kSize); in contains()
104 CHECK_LT(idx, kSize1 * kSize2); in contains()
H A Dsanitizer_flag_parser.cpp31 CHECK_LT(n_unknown_flags_, kMaxUnknownFlags); in Add()
180 CHECK_LT(n_flags_, kMaxFlags); in RegisterHandler()
H A Dsanitizer_deadlock_detector.h63 CHECK_LT(n_recursive_locks, ARRAY_SIZE(recursive_locks)); in addLock()
67 CHECK_LT(n_all_locks_, ARRAY_SIZE(all_locks_with_contexts_)); in addLock()
363 void check_idx(uptr idx) const { CHECK_LT(idx, size()); } in check_idx()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp112 CHECK_LT(beg.offset, end.offset); in __asan_poison_memory_region()
126 CHECK_LT(beg.chunk, end.chunk); in __asan_poison_memory_region()
152 CHECK_LT(beg.offset, end.offset); in __asan_unpoison_memory_region()
162 CHECK_LT(beg.chunk, end.chunk); in __asan_unpoison_memory_region()
185 CHECK_LT(beg, end); in __asan_region_is_poisoned()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.cpp25 CHECK_LT(NumberOfUnknownFlags, MaxUnknownFlags); in add()
156 CHECK_LT(NumberOfFlags, MaxFlags); in registerFlag()
H A Dinternal_defs.h120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) macro
129 #define DCHECK_LT(A, B) CHECK_LT(A, B)
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp14 CHECK_LT(-1, 1); in TEST()

123