Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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_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_stoptheworld_win.cpp58 CHECK_LT(index, threadHandles.size()); in GetRegistersAndSP()
70 CHECK_LT(index, threadIds.size()); in GetThreadID()
H A Dsanitizer_bvgraph.h154 CHECK_LT(idx1, size()); in check()
155 CHECK_LT(idx2, size()); in check()
H A Dsanitizer_stoptheworld_mac.cpp115 CHECK_LT(index, threads_.size()); in GetThreadID()
120 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()
H A Dsanitizer_internal_defs.h322 #define CHECK_LT(a, b) CHECK_IMPL((a), <, (b)) macro
331 #define DCHECK_LT(a, b) CHECK_LT(a, b)
H A Dsanitizer_symbolizer_markup.cpp118 CHECK_LT(arg->stack->size, arg->max_depth); in Unwind_Trace()
/openbsd/gnu/llvm/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)
H A Dsize_class_map.h369 CHECK_LT(C, SCMap::NumClasses); in validateMap()
372 CHECK_LT(SCMap::getSizeByClassId(C - 1), S); in validateMap()
/openbsd/gnu/llvm/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()
537 CHECK_LT(new_beg, old_end); in __sanitizer_annotate_double_ended_contiguous_container()
H A Dasan_fake_stack.cpp90 CHECK_LT(class_id, kNumberOfSizeClasses); in Allocate()
124 CHECK_LT(ptr, base + (((uptr)1) << stack_size_log)); in AddrIsInFakeStack()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp14 CHECK_LT(-1, 1); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp290 CHECK_LT(g_data_start, g_data_end); in InitDataSeg()
292 CHECK_LT((uptr)&g_data_start, g_data_end); in InitDataSeg()

123