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

1234567891011>>

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.cc15 namespace __sanitizer { namespace
19 } // namespace __sanitizer
H A Dsanitizer_allocator_checks.cc17 namespace __sanitizer { namespace
23 } // namespace __sanitizer
H A Dsanitizer_errno_codes.h23 namespace __sanitizer { namespace
32 } // namespace __sanitizer
H A Dsanitizer_win.h20 namespace __sanitizer { namespace
23 } // namespace __sanitizer
H A Dsanitizer_placement_new.h21 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) {
H A Dsanitizer_win_weak_interception.h16 namespace __sanitizer { namespace
27 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_nolibc_test_main.cc18 __sanitizer::internal__exit(0);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_persistent_allocator.cc13 namespace __sanitizer { namespace
17 } // namespace __sanitizer
H A Dsanitizer_allocator_checks.cc15 namespace __sanitizer { namespace
21 } // namespace __sanitizer
H A Dsanitizer_win.h18 namespace __sanitizer { namespace
21 } // namespace __sanitizer
H A Dsanitizer_errno_codes.h21 namespace __sanitizer { namespace
30 } // namespace __sanitizer
H A Dsanitizer_placement_new.h20 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) {
H A Dsanitizer_win_weak_interception.h14 namespace __sanitizer { namespace
25 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_checks.cpp16 namespace __sanitizer { namespace
22 } // namespace __sanitizer
H A Dsanitizer_type_traits.cpp15 namespace __sanitizer { namespace
20 } // namespace __sanitizer
H A Dsanitizer_win.h19 namespace __sanitizer { namespace
22 } // namespace __sanitizer
H A Dsanitizer_stoptheworld_fuchsia.h14 namespace __sanitizer { namespace
18 } // namespace __sanitizer
H A Dsanitizer_placement_new.h20 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) {
H A Dsanitizer_coverage_win_dynamic_runtime_thunk.cpp22 namespace __sanitizer { namespace
H A Dsanitizer_win_dynamic_runtime_thunk.cpp22 namespace __sanitizer { namespace
H A Dsanitizer_errno_codes.h22 namespace __sanitizer { namespace
32 } // namespace __sanitizer
H A Dsanitizer_win_weak_interception.h15 namespace __sanitizer { namespace
26 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
H A Dsanitizer_interface_internal.h38 __sanitizer::sptr coverage_fd;
54 const __sanitizer::uptr *pcs, const __sanitizer::uptr len);
57 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(__sanitizer::u32 *guard);
78 __sanitizer::uptr pc, char *module_path,
79 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
110 void __sanitizer_cov_trace_pc_guard(__sanitizer::u32*);
112 void __sanitizer_cov_trace_pc_guard_init(__sanitizer::u32*,
113 __sanitizer
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/libbacktrace/
H A Dbridge.cc45 return __sanitizer::internal_memcpy (dest, src, n);
51 return __sanitizer::internal_memset (dest, c, n);
57 return __sanitizer::internal_memcmp (s1, s2, n);
63 return __sanitizer::internal_strcmp (s1, s2);
69 return __sanitizer::internal_strncmp (s1, s2, n);
75 return __sanitizer::internal_strlen (str);
81 return __sanitizer::internal_strnlen (str, n);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/
H A Dbridge.cc45 return __sanitizer::internal_memcpy (dest, src, n);
51 return __sanitizer::internal_memset (dest, c, n);
57 return __sanitizer::internal_memcmp (s1, s2, n);
63 return __sanitizer::internal_strcmp (s1, s2);
69 return __sanitizer::internal_strncmp (s1, s2, n);
75 return __sanitizer::internal_strlen (str);
81 return __sanitizer::internal_strnlen (str, n);

Completed in 141 milliseconds

1234567891011>>