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

  /external/compiler-rt/test/asan/TestCases/
unaligned_loads_and_stores.cc 45 case 'N': __sanitizer_unaligned_store64(x + 10, 0); break;
47 case 'O': __sanitizer_unaligned_store64(x + 14, 0); break;
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 66 void __sanitizer_unaligned_store64(void *p, uint64_t x);
  /external/compiler-rt/test/tsan/
unaligned_race.cc 15 void __sanitizer_unaligned_store64(volatile void *addr, uint64_t v);
26 case 2: __sanitizer_unaligned_store64(p, 0); break;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 119 void __sanitizer_unaligned_store64(uu64 *addr, u64 v) { function
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 160 void __sanitizer_unaligned_store64(uu64 *p, u64 x);
msan.cc 619 void __sanitizer_unaligned_store64(uu64 *p, u64 x) { function
  /external/brotli/c/common/
platform.h 329 void __sanitizer_unaligned_store64(void* p, uint64_t v);
336 #define BrotliUnalignedWrite64 __sanitizer_unaligned_store64
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 344 INTERFACE_FUNCTION(__sanitizer_unaligned_store64)
asan_poisoning.cc 257 void __sanitizer_unaligned_store64(uu64 *p, u64 x) { function
  /external/dynamic_depth/internal/base/
port.h     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 323 milliseconds