Home
last modified time | relevance | path

Searched refs:DisabledInThisThread (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp44 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
H A Dlsan_common_mac.cpp72 bool DisabledInThisThread() { in DisabledInThisThread() function
H A Dlsan_common_fuchsia.cpp35 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
H A Dlsan_common.h178 bool DisabledInThisThread();
H A Dlsan_allocator.cpp64 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp591 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()