Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp44 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
H A Dlsan_common_fuchsia.cpp36 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
H A Dlsan_common_mac.cpp87 bool DisabledInThisThread() { in DisabledInThisThread() function
H A Dlsan_common.h277 bool DisabledInThisThread();
H A Dlsan_allocator.cpp64 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp238 meta->SetLsanTag(__lsan::DisabledInThisThread() ? __lsan::kIgnored in HwasanAllocate()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp591 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()