Searched refs:__sanitizer (Results 1 - 25 of 147) sorted by relevance

123456

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dabort_on_error.cc13 namespace __sanitizer { namespace
18 __sanitizer::Die();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.cc15 namespace __sanitizer { namespace
19 } // namespace __sanitizer
H A Dsanitizer_placement_new.h21 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) {
H A Dsanitizer_common_nolibc.cc18 namespace __sanitizer { namespace
28 } // namespace __sanitizer
H A Dsanitizer_common_syscalls.inc386 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
[all...]
H A Dsanitizer_interface_internal.h35 __sanitizer::sptr coverage_fd;
51 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(__sanitizer::u32 *guard);
H A Dsanitizer_stacktrace_printer.h19 namespace __sanitizer { namespace
62 } // namespace __sanitizer
H A Dsanitizer_atomic.h19 namespace __sanitizer { namespace
56 } // namespace __sanitizer
66 namespace __sanitizer { namespace
80 } // namespace __sanitizer
H A Dsanitizer_mac.h21 namespace __sanitizer { namespace
39 } // namespace __sanitizer
H A Dsanitizer_report_decorator.h22 namespace __sanitizer { namespace
45 } // namespace __sanitizer
H A Dsanitizer_symbolizer_libbacktrace.h30 namespace __sanitizer { namespace
49 } // namespace __sanitizer
H A Dsanitizer_tls_get_addr.h34 namespace __sanitizer { namespace
59 } // namespace __sanitizer
H A Dsanitizer_allocator_interface.h19 using __sanitizer::uptr;
H A Dsanitizer_flags.h19 namespace __sanitizer { namespace
60 } // namespace __sanitizer
H A Dsanitizer_suppressions.h20 namespace __sanitizer { namespace
55 } // namespace __sanitizer
H A Dsanitizer_symbolizer_mac.h23 namespace __sanitizer { namespace
44 } // namespace __sanitizer
H A Dsanitizer_allocator_internal.h20 namespace __sanitizer { namespace
61 } // namespace __sanitizer
63 inline void *operator new(__sanitizer::operator_new_size_type size,
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_unit_test_main.cc15 namespace __sanitizer { namespace
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cc39 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&) {
/external/compiler-rt/lib/asan/tests/
H A Dasan_test_main.cc29 namespace __sanitizer { namespace
/external/compiler-rt/lib/stats/
H A Dstats.h19 namespace __sanitizer { namespace
/external/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp11 /// __sanitizer ones, in order to avoid any potential abuse of the callbacks
18 namespace __sanitizer { namespace
41 } // namespace __sanitizer
/external/compiler-rt/lib/ubsan/
H A Dubsan_flags.h18 namespace __sanitizer { namespace
H A Dubsan_value.h61 u32 OldColumn = __sanitizer::atomic_exchange(
62 (__sanitizer::atomic_uint32_t *)&Column, ~u32(0),
63 __sanitizer::memory_order_relaxed);
/external/compiler-rt/lib/lsan/
H A Dlsan.h38 GET_STACK_TRACE(__sanitizer::common_flags()->malloc_context_size, \

Completed in 1510 milliseconds

123456