Home
last modified time | relevance | path

Searched refs:SANITIZER_POINTER_FORMAT_LENGTH (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform.h212 # define SANITIZER_POINTER_FORMAT_LENGTH FIRST_32_SECOND_64(8, 10) macro
214 # define SANITIZER_POINTER_FORMAT_LENGTH FIRST_32_SECOND_64(8, 12) macro
Dsanitizer_printf.cc115 SANITIZER_POINTER_FORMAT_LENGTH, true); in AppendPointer()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_printf_test.cc33 expectedString += std::string(SANITIZER_POINTER_FORMAT_LENGTH - 3, '0'); in TEST()