HomeSort by relevance Sort by last modified time
    Searched full:__sanitizer (Results 1 - 25 of 780) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
abort_on_error.cc 13 namespace __sanitizer { namespace
18 __sanitizer::Die();
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/lib/linux/
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.asan-i686.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/lib/linux/
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
libclang_rt.tsan-x86_64.a     [all...]
libclang_rt.asan-i686.a     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/lib/linux/
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]
libclang_rt.tsan-x86_64.a     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_new_delete.cc 39 void *operator new(__sanitizer::uptr size);
40 void *operator new(__sanitizer::uptr size) {
45 void *operator new[](__sanitizer::uptr size);
46 void *operator new[](__sanitizer::uptr size) {
51 void *operator new(__sanitizer::uptr size, std::nothrow_t const&);
52 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) {
57 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&);
58 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) {
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_minimal-i386.so 
libclang_rt.ubsan_minimal-i686-android.so 
libclang_rt.ubsan_minimal-mips-android.so 
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_minimal-i386.so 
libclang_rt.ubsan_minimal-i686-android.so 
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_minimal-i386.so 
libclang_rt.ubsan_minimal-i686-android.so 
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/
libclang_rt.ubsan_minimal-i386.so 
libclang_rt.ubsan_minimal-i686-android.so 
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc 386 PRE_READ(name, __sanitizer::internal_strlen((const char *)name) + 1);
671 PRE_READ(uargs, __sanitizer::internal_strlen((const char *)uargs) + 1);
679 __sanitizer::internal_strlen((const char *)name_user) + 1);
784 __sanitizer::internal_strlen((const char *)dev_name) + 1);
787 __sanitizer::internal_strlen((const char *)dir_name) + 1);
789 POST_WRITE(type, __sanitizer::internal_strlen((const char *)type) + 1);
798 POST_WRITE(name, __sanitizer::internal_strlen((const char *)name) + 1);
807 POST_WRITE(name, __sanitizer::internal_strlen((const char *)name) + 1);
813 PRE_READ(path, __sanitizer::internal_strlen((const char *)path) + 1);
825 __sanitizer::internal_strlen((const char *)filename) + 1)
    [all...]
sanitizer_atomic.h 19 namespace __sanitizer { namespace
56 } // namespace __sanitizer
66 namespace __sanitizer { namespace
80 } // namespace __sanitizer
  /external/compiler-rt/lib/scudo/
scudo_termination.cpp 11 /// __sanitizer ones, in order to avoid any potential abuse of the callbacks
18 namespace __sanitizer { namespace
41 } // namespace __sanitizer

Completed in 2202 milliseconds

1 2 3 4 5 6 7 8 91011>>