Home
last modified time | relevance | path

Searched refs:SANITIZER_INTERCEPT_PRINTF (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_interceptors.h86 #ifndef SANITIZER_INTERCEPT_PRINTF
87 # define SANITIZER_INTERCEPT_PRINTF SI_NOT_WINDOWS macro
Dsanitizer_common_interceptors_format.inc346 #if SANITIZER_INTERCEPT_PRINTF
559 #endif // SANITIZER_INTERCEPT_PRINTF
Dsanitizer_common_interceptors.inc752 #if SANITIZER_INTERCEPT_SCANF || SANITIZER_INTERCEPT_PRINTF
850 #if SANITIZER_INTERCEPT_PRINTF
1002 #endif // SANITIZER_INTERCEPT_PRINTF
1004 #if SANITIZER_INTERCEPT_PRINTF
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc36 #define SANITIZER_INTERCEPT_PRINTF 1 macro