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.h121 #ifndef SANITIZER_INTERCEPT_PRINTF
122 # define SANITIZER_INTERCEPT_PRINTF SI_NOT_WINDOWS macro
Dsanitizer_common_interceptors_format.inc347 #if SANITIZER_INTERCEPT_PRINTF
560 #endif // SANITIZER_INTERCEPT_PRINTF
Dsanitizer_common_interceptors.inc1096 #if SANITIZER_INTERCEPT_SCANF || SANITIZER_INTERCEPT_PRINTF
1194 #if SANITIZER_INTERCEPT_PRINTF
1346 #endif // SANITIZER_INTERCEPT_PRINTF
1348 #if SANITIZER_INTERCEPT_PRINTF
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc36 #define SANITIZER_INTERCEPT_PRINTF 1 macro