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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_placement_new.h 22 #if (SANITIZER_WORDSIZE == 64) || SANITIZER_MAC
sanitizer_allocator_internal.h 27 #if SANITIZER_WORDSIZE == 32
sanitizer_internal_defs.h 174 # define SANITIZER_WORDSIZE 64
176 # define SANITIZER_WORDSIZE 32
251 #if SANITIZER_WORDSIZE == 64
257 #endif // SANITIZER_WORDSIZE == 64
sanitizer_common.h 27 const uptr kWordSize = SANITIZER_WORDSIZE / 8;
195 up = SANITIZER_WORDSIZE - 1 - __builtin_clzl(x);
268 #if SANITIZER_WORDSIZE == 64
sanitizer_stacktrace.cc 166 #if SANITIZER_WORDSIZE == 32
207 #endif // SANITIZER_WORDSIZE
230 #if SANITIZER_WORDSIZE == 32
265 #endif // SANITIZER_WORDSIZE
sanitizer_posix.cc 33 #if SANITIZER_WORDSIZE == 64
44 #else // SANITIZER_WORDSIZE == 32
47 #endif // SANITIZER_WORDSIZE
sanitizer_printf.cc 111 (SANITIZER_WORDSIZE == 64) ? 12 : 8, true);
sanitizer_linux.cc 60 // x32 (which defines __x86_64__) has SANITIZER_WORDSIZE == 32
62 #if defined(__x86_64__) || SANITIZER_WORDSIZE == 64
sanitizer_allocator.h 464 COMPILER_CHECK((kRegionSize) >= (1ULL << (SANITIZER_WORDSIZE / 2)));
499 if (offset >> (SANITIZER_WORDSIZE / 2))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 49 # define SANITIZER_WORDSIZE 64
51 # define SANITIZER_WORDSIZE 32
sanitizer_allocator_test.cc 31 #if SANITIZER_WORDSIZE == 64
142 #if SANITIZER_WORDSIZE == 64
186 #if SANITIZER_WORDSIZE == 64
194 #endif // SANITIZER_WORDSIZE == 64
223 #if SANITIZER_WORDSIZE == 64
233 #endif // SANITIZER_WORDSIZE == 64
243 #if SANITIZER_WORDSIZE == 64
324 #if SANITIZER_WORDSIZE == 64
380 uptr max_alignment = SANITIZER_WORDSIZE == 64 ? (1 << 28) : (1 << 24);
457 #if SANITIZER_WORDSIZE == 6
    [all...]
  /external/compiler-rt/lib/asan/
asan_internal.h 56 #if SANITIZER_WORDSIZE == 32
asan_mapping.h 71 # if SANITIZER_WORDSIZE == 32
asan_thread.cc 176 uptr aligned_addr = addr & ~(SANITIZER_WORDSIZE/8 - 1); // align addr.
asan_mac.cc 45 # if SANITIZER_WORDSIZE == 64
53 # endif // SANITIZER_WORDSIZE
asan_allocator2.cc 58 #if SANITIZER_WORDSIZE == 64
69 #elif SANITIZER_WORDSIZE == 32
464 if (SANITIZER_WORDSIZE == 64) // On 32-bits this resides in user area.
asan_rtl.cc 167 f->disable_core = (SANITIZER_WORDSIZE == 64);
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 231 SANITIZER_WORDSIZE == 64 ? (size_t)(1ULL << 48) : (0xf0000000);
297 const int max_size = (SANITIZER_WORDSIZE == 32) ? 1 << 26 : 1 << 28;
304 if (SANITIZER_WORDSIZE != 64) return;
338 (SANITIZER_WORDSIZE == 32 || ASAN_AVOID_EXPENSIVE_TESTS) ? 30 : 1000;
641 if (SANITIZER_WORDSIZE == 32) return;
901 #if SANITIZER_WORDSIZE == 32
1176 size_t size = SANITIZER_WORDSIZE == 64 ? (size_t)(1ULL << 40) : (0xf0000000);
    [all...]
asan_noinst_test.cc 123 #if SANITIZER_WORDSIZE == 64
169 #endif // SANITIZER_WORDSIZE
442 (SANITIZER_WORDSIZE == 32) ? 40 : 200;
771 #if SANITIZER_WORDSIZE == 32
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 44 #if SANITIZER_WORDSIZE != 64

Completed in 184 milliseconds