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

  /external/compiler-rt/test/asan/TestCases/
unaligned_loads_and_stores.cc 37 case 'K': __sanitizer_unaligned_store16(x + 15, 0); break;
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 64 void __sanitizer_unaligned_store16(void *p, uint16_t x);
  /external/compiler-rt/test/tsan/
unaligned_race.cc 13 void __sanitizer_unaligned_store16(volatile void *addr, uint16_t v);
24 case 0: __sanitizer_unaligned_store16(p, 0); break;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 107 void __sanitizer_unaligned_store16(uu16 *addr, u16 v) { function
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 154 void __sanitizer_unaligned_store16(uu16 *p, u16 x);
msan.cc 603 void __sanitizer_unaligned_store16(uu16 *p, u16 x) { function
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 342 INTERFACE_FUNCTION(__sanitizer_unaligned_store16)
asan_poisoning.cc 245 void __sanitizer_unaligned_store16(uu16 *p, u16 x) { function
  /external/dynamic_depth/internal/base/
port.h     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 1093 milliseconds