HomeSort by: relevance | last modified time | path
    Searched defs:SANITIZER_WORDSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_test_utils.h 62 # define SANITIZER_WORDSIZE 64
64 # define SANITIZER_WORDSIZE 32
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform.h 119 # define SANITIZER_WORDSIZE 64
121 # define SANITIZER_WORDSIZE 32
124 #if SANITIZER_WORDSIZE == 64
205 #if SANITIZER_SOLARIS && SANITIZER_WORDSIZE == 32
228 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64)
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform.h 144 # define SANITIZER_WORDSIZE 64
146 # define SANITIZER_WORDSIZE 32
149 #if SANITIZER_WORDSIZE == 64
263 #if SANITIZER_SOLARIS && SANITIZER_WORDSIZE == 32
293 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64)
338 #if defined(__sparc__) && SANITIZER_WORDSIZE == 64
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform.h 124 # define SANITIZER_WORDSIZE 64
126 # define SANITIZER_WORDSIZE 32
129 #if SANITIZER_WORDSIZE == 64
216 #if SANITIZER_SOLARIS && SANITIZER_WORDSIZE == 32
239 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64)
274 #if defined(__sparc__) && SANITIZER_WORDSIZE == 64

Completed in 26 milliseconds