/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_rtl.cpp | 98 static void ReportGenericErrorWrapper(uptr addr, bool is_write, int size, in ReportGenericErrorWrapper() argument 111 #define ASAN_REPORT_ERROR(type, is_write, size) \ argument 139 #define ASAN_REPORT_ERROR_N(type, is_write) \ argument 159 ASAN_MEMORY_ACCESS_CALLBACK_BODY(type,is_write,size,exp_arg,fatal) ASAN_REPORT_ERROR_N() argument 171 ASAN_MEMORY_ACCESS_CALLBACK(type,is_write,size) global() argument [all...] |
H A D | asan_report.cpp | 505 ErrorGeneric error(GetCurrentTidOrInvalid(), pc, bp, sp, addr, is_write, in __asan_report_error() argument 476 ReportGenericError(uptr pc,uptr bp,uptr sp,uptr addr,bool is_write,uptr access_size,u32 exp,bool fatal) ReportGenericError() argument
|
H A D | asan_errors.h | 393 bool is_write; global() member
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | debug_report.cpp | 51 int is_write = __asan_get_report_access_type(); __asan_on_error() local
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_noinst_test.cpp | 248 for (uptr is_write = 0; is_write <= 1; is_write++) { in TestLoadStoreCallbacks() local
|
H A D | asan_test.cpp | 751 std::string RightOOBErrorMessage(int oob_distance, bool is_write) { in RightOOBErrorMessage() argument 775 std::string LeftOOBErrorMessage(int oob_distance, bool is_write) { in LeftOOBErrorMessage() argument
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 412 void ScopedThread::Access(void *addr, bool is_write, in Access()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 953 bool is_write = GenerateThreadName() local
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 564 bool is_write = ev->type == EventType::kLock; in RestoreStack() local
|
H A D | tsan_rtl.h | 537 bool is_write) { in MemoryAccessRange() argument
|