Searched refs:__lsan_enable (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dlsan_interface.h22 // Allocations made between calls to __lsan_disable() and __lsan_enable() will
25 void __lsan_enable(void);
85 ~ScopedDisabler() { __lsan_enable(); }
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dlsan_interface.h20 // Allocations made between calls to __lsan_disable() and __lsan_enable() will
23 void __lsan_enable(void);
83 ~ScopedDisabler() { __lsan_enable(); }
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dlsan_interface.h21 // Allocations made between calls to __lsan_disable() and __lsan_enable() will
24 void __lsan_enable(void);
84 ~ScopedDisabler() { __lsan_enable(); }
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp640 if (!&(EF->__lsan_enable) || !&(EF->__lsan_disable) ||
647 EF->__lsan_enable();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc40 Report("Unmatched call to __lsan_enable().\n");
866 void __lsan_enable() { function
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc38 Report("Unmatched call to __lsan_enable().\n");
864 void __lsan_enable() { function
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp40 Report("Unmatched call to __lsan_enable().\n");
1002 void __lsan_enable() { function

Completed in 209 milliseconds