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

123456789

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.cpp14 namespace __sanitizer { namespace
18 } // namespace __sanitizer
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_errno_codes.h22 namespace __sanitizer { namespace
31 } // namespace __sanitizer
H A Dsanitizer_win.h19 namespace __sanitizer { namespace
22 } // 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_win_weak_interception.h15 namespace __sanitizer { namespace
26 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
H A Dsanitizer_fuchsia.h22 namespace __sanitizer { namespace
27 } // namespace __sanitizer
H A Dsanitizer_interface_internal.h34 __sanitizer::sptr coverage_fd;
50 const __sanitizer::uptr *pcs, const __sanitizer::uptr len);
53 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(__sanitizer::u32 *guard);
74 __sanitizer::uptr pc, char *module_path,
75 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
106 void __sanitizer_cov_trace_pc_guard(__sanitizer::u32*);
108 void __sanitizer_cov_trace_pc_guard_init(__sanitizer::u32*,
109 __sanitizer
[all...]
H A Dsanitizer_symbolizer_fuchsia.h18 namespace __sanitizer { namespace
40 } // namespace __sanitizer
H A Dsanitizer_symbolizer_rtems.h18 namespace __sanitizer { namespace
38 } // namespace __sanitizer
H A Dsanitizer_common_nolibc.cpp17 namespace __sanitizer { namespace
34 } // namespace __sanitizer
H A Dsanitizer_mac_libcdep.cpp19 namespace __sanitizer { namespace
27 } // namespace __sanitizer
H A Dsanitizer_errno.cpp21 namespace __sanitizer { namespace
34 } // namespace __sanitizer
H A Dsanitizer_common_syscalls.inc385 PRE_READ(name, __sanitizer::internal_strlen((const char *)name) + 1);
670 PRE_READ(uargs, __sanitizer::internal_strlen((const char *)uargs) + 1);
678 __sanitizer::internal_strlen((const char *)name_user) + 1);
783 __sanitizer::internal_strlen((const char *)dev_name) + 1);
786 __sanitizer::internal_strlen((const char *)dir_name) + 1);
788 POST_WRITE(type, __sanitizer::internal_strlen((const char *)type) + 1);
797 POST_WRITE(name, __sanitizer::internal_strlen((const char *)name) + 1);
806 POST_WRITE(name, __sanitizer::internal_strlen((const char *)name) + 1);
812 PRE_READ(path, __sanitizer::internal_strlen((const char *)path) + 1);
824 __sanitizer
[all...]
H A Dsanitizer_syscalls_netbsd.inc134 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
142 POST_READ(path, __sanitizer::internal_strlen(path) + 1);
165 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
168 PRE_READ(path, __sanitizer::internal_strlen(link) + 1);
176 POST_READ(path, __sanitizer::internal_strlen(path) + 1);
179 POST_READ(path, __sanitizer::internal_strlen(link) + 1);
186 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
193 POST_READ(path, __sanitizer::internal_strlen(path) + 1);
201 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
208 POST_READ(path, __sanitizer
[all...]
H A Dsanitizer_internal_defs.h132 namespace __sanitizer { namespace
266 } // namespace __sanitizer
268 namespace __sanitizer { namespace
295 __sanitizer::u64 v1 = (__sanitizer::u64)(c1); \
296 __sanitizer::u64 v2 = (__sanitizer::u64)(c2); \
298 __sanitizer::CheckFailed(__FILE__, __LINE__, \
379 (__sanitizer::uptr) __builtin_extract_return_addr(__builtin_return_address(0))
381 #define GET_CALLER_PC() (__sanitizer
[all...]
H A Dsanitizer_mac.h20 namespace __sanitizer { namespace
57 } // namespace __sanitizer
60 static char __crashreporter_info_buff__[__sanitizer::kErrorMessageBufferSize] =
67 namespace __sanitizer { namespace
74 } // namespace __sanitizer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_interface_internal.h18 using __sanitizer::uptr;
19 using __sanitizer::s32;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp24 void registerGwpAsanFlags(__sanitizer::FlagParser *parser, Options *o) {
50 __sanitizer::SetCommonFlagsDefaults();
55 __sanitizer::FlagParser Parser;
65 Parser.ParseString(__sanitizer::GetEnv("GWP_ASAN_OPTIONS"));
67 __sanitizer::InitializeCommonFlags();
68 if (__sanitizer::Verbosity())
69 __sanitizer::ReportUnrecognizedFlags();
76 __sanitizer::Printf("GWP-ASan ERROR: MaxSimultaneousAllocations must be > "
82 __sanitizer::Printf(
87 o->Printf = __sanitizer
[all...]
H A Dbacktrace_sanitizer_common.cpp21 void __sanitizer::BufferedStackTrace::UnwindImpl(uptr pc, uptr bp,
33 __sanitizer::BufferedStackTrace Trace;
35 if (Size > __sanitizer::kStackTraceMax)
36 Size = __sanitizer::kStackTraceMax;
38 Trace.Unwind((__sanitizer::uptr)__builtin_return_address(0),
39 (__sanitizer::uptr)__builtin_frame_address(0),
49 __sanitizer::StackTrace StackTrace;
50 StackTrace.trace = reinterpret_cast<__sanitizer::uptr *>(Trace);
72 __sanitizer::SetCommonFlagsDefaults();
73 __sanitizer
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp24 enum class align_val_t: __sanitizer::uptr {};
62 void *operator new(__sanitizer::uptr size);
63 void *operator new(__sanitizer::uptr size) {
68 void *operator new[](__sanitizer::uptr size);
69 void *operator new[](__sanitizer::uptr size) {
74 void *operator new(__sanitizer::uptr size, std::nothrow_t const&);
75 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) {
80 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&);
81 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) {
86 void *operator new(__sanitizer
[all...]
H A Dtsan_dispatch_defs.h35 typedef __sanitizer::u64 dispatch_time_t;
62 typedef __sanitizer::s64 off_t;
63 typedef __sanitizer::u16 mode_t;

Completed in 108 milliseconds

123456789