Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform.h369 # define SANITIZER_POINTER_FORMAT_LENGTH FIRST_32_SECOND_64(8, 10) macro
371 # define SANITIZER_POINTER_FORMAT_LENGTH FIRST_32_SECOND_64(8, 12) macro
HDsanitizer_printf.cpp123 SANITIZER_POINTER_FORMAT_LENGTH, in AppendPointer()