Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common_linux.cc44 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
H A Dlsan_common_mac.cc73 bool DisabledInThisThread() { in DisabledInThisThread() function
H A Dlsan_common.h151 bool DisabledInThisThread();
H A Dlsan_allocator.cc58 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common_linux.cc42 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
H A Dlsan_common_mac.cc70 bool DisabledInThisThread() { in DisabledInThisThread() function
H A Dlsan_common.h151 bool DisabledInThisThread();
H A Dlsan_allocator.cc61 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.h170 bool DisabledInThisThread();
H A Dlsan_allocator.cpp64 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp601 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc539 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc537 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()