reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
537 #if CAN_SANITIZE_LEAKS
projects/compiler-rt/lib/asan/asan_flags.cpp60 cf.detect_leaks = cf.detect_leaks && CAN_SANITIZE_LEAKS; 76 #if CAN_SANITIZE_LEAKS 117 #if CAN_SANITIZE_LEAKS 124 #if CAN_SANITIZE_LEAKS 142 if (!CAN_SANITIZE_LEAKS && common_flags()->detect_leaks) {projects/compiler-rt/lib/asan/asan_interceptors.cpp
71 if (CAN_SANITIZE_LEAKS && common_flags()->detect_leaks && 167 #if CAN_SANITIZE_LEAKS 227 #if CAN_SANITIZE_LEAKS 582 #if CAN_SANITIZE_LEAKSprojects/compiler-rt/lib/asan/asan_memory_profile.cpp
21 #if CAN_SANITIZE_LEAKS 122 #if CAN_SANITIZE_LEAKSprojects/compiler-rt/lib/asan/asan_rtl.cpp
501 if (CAN_SANITIZE_LEAKS) { 517 if (CAN_SANITIZE_LEAKS) {projects/compiler-rt/lib/lsan/lsan_common.cpp
28 #if CAN_SANITIZE_LEAKS 798 #if CAN_SANITIZE_LEAKS 817 #if CAN_SANITIZE_LEAKS 828 #if CAN_SANITIZE_LEAKS 855 #if CAN_SANITIZE_LEAKS 862 #if CAN_SANITIZE_LEAKS 869 #if CAN_SANITIZE_LEAKS 877 #if CAN_SANITIZE_LEAKSprojects/compiler-rt/lib/lsan/lsan_common_linux.cpp
18 #if CAN_SANITIZE_LEAKS && (SANITIZER_LINUX || SANITIZER_NETBSD)
projects/compiler-rt/lib/lsan/lsan_common_mac.cpp 18 #if CAN_SANITIZE_LEAKS && SANITIZER_MAC