Home
last modified time | relevance | path

Searched defs:SANITIZER_CAN_USE_ALLOCATOR64 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform.h224 # define SANITIZER_CAN_USE_ALLOCATOR64 1 macro
226 # define SANITIZER_CAN_USE_ALLOCATOR64 0 macro
228 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64) macro
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform.h222 # define SANITIZER_CAN_USE_ALLOCATOR64 1 macro
224 # define SANITIZER_CAN_USE_ALLOCATOR64 0 macro
226 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform.h235 # define SANITIZER_CAN_USE_ALLOCATOR64 1 macro
237 # define SANITIZER_CAN_USE_ALLOCATOR64 0 macro
239 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64) macro