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.h80 #ifndef SANITIZER_INTERCEPT_PRINTF
81 # 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.inc725 #if SANITIZER_INTERCEPT_SCANF || SANITIZER_INTERCEPT_PRINTF
823 #if SANITIZER_INTERCEPT_PRINTF
965 #endif // SANITIZER_INTERCEPT_PRINTF
967 #if SANITIZER_INTERCEPT_PRINTF
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc36 #define SANITIZER_INTERCEPT_PRINTF 1 macro