HomeSort by relevance Sort by last modified time
    Searched defs:SANITIZER_WORDSIZE (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform.h 61 # define SANITIZER_WORDSIZE 64
63 # define SANITIZER_WORDSIZE 32
66 #if SANITIZER_WORDSIZE == 64
87 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 62 # define SANITIZER_WORDSIZE 64
64 # define SANITIZER_WORDSIZE 32

Completed in 121 milliseconds