Home
last modified time | relevance | path

Searched defs:is_write (Results 1 – 25 of 40) sorted by relevance

12

/external/compiler-rt/lib/asan/
Dasan_rtl.cc112 #define ASAN_REPORT_ERROR(type, is_write, size) \ argument
140 #define ASAN_REPORT_ERROR_N(type, is_write) \ argument
160 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
178 #define ASAN_MEMORY_ACCESS_CALLBACK(type, is_write, size) \ argument
Dasan_report.cc43 bool is_write; member
1061 void ReportGenericError(uptr pc, uptr bp, uptr sp, uptr addr, bool is_write, in ReportGenericError()
1206 void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, in __asan_report_error()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtl.cpp101 #define ASAN_REPORT_ERROR(type, is_write, size) \ argument
129 #define ASAN_REPORT_ERROR_N(type, is_write) \ argument
149 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
169 #define ASAN_MEMORY_ACCESS_CALLBACK(type, is_write, size) \ argument
Dasan_report.cpp460 void ReportGenericError(uptr pc, uptr bp, uptr sp, uptr addr, bool is_write, in ReportGenericError()
485 void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, in __asan_report_error()
/external/compiler-rt/test/asan/TestCases/
Ddebug_report.cc40 int is_write = __asan_get_report_access_type(); in __asan_on_error() local
/external/llvm-project/compiler-rt/test/asan/TestCases/
Ddebug_report.cpp46 int is_write = __asan_get_report_access_type(); in __asan_on_error() local
/external/libbrillo/brillo/streams/
Dtls_stream.cc254 bool is_write = stream_utils::IsWriteAccessMode(mode); in WaitForData() local
272 bool is_write = stream_utils::IsWriteAccessMode(in_mode); in WaitForDataBlocking() local
/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp57 bool is_write, in emit_access()
Dlower_variable_index_to_cond_assign.cpp182 bool is_write; member
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c284 bool is_depth, bool is_write) in vc4_submit_setup_rcl_surface()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc658 bool ContainsSameAccessSlow(u64 *s, u64 a, u64 sync_epoch, bool is_write) { in ContainsSameAccessSlow()
677 bool ContainsSameAccessFast(u64 *s, u64 a, u64 sync_epoch, bool is_write) { in ContainsSameAccessFast()
731 bool ContainsSameAccess(u64 *s, u64 a, u64 sync_epoch, bool is_write) { in ContainsSameAccess()
Dtsan_rtl_thread.cc321 uptr size, bool is_write) { in MemoryAccessRange()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp745 bool ContainsSameAccessSlow(u64 *s, u64 a, u64 sync_epoch, bool is_write) { in ContainsSameAccessSlow()
764 bool ContainsSameAccessFast(u64 *s, u64 a, u64 sync_epoch, bool is_write) { in ContainsSameAccessFast()
818 bool ContainsSameAccess(u64 *s, u64 a, u64 sync_epoch, bool is_write) { in ContainsSameAccess()
Dtsan_rtl_thread.cpp345 uptr size, bool is_write) { in MemoryAccessRange()
/external/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cc244 for (uptr is_write = 0; is_write <= 1; is_write++) { in TEST() local
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_noinst_test.cpp254 for (uptr is_write = 0; is_write <= 1; is_write++) { in TEST() local
/external/crosvm/crosvm_plugin/
Dcrosvm.h552 uint8_t is_write; member
/external/libiio/src/iiod/
Dops.c766 struct iio_device *dev, unsigned int nb, bool is_write) in rw_buffer()
1085 unsigned int nb, bool is_write) in rw_dev()
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cpp415 void ScopedThread::Access(void *addr, bool is_write, in Access()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc440 void ScopedThread::Access(void *addr, bool is_write, in Access()
/external/f2fs-tools/lib/
Dlibf2fs_io.c308 size_t byte_count, bool is_write) in dcache_update_rw()
/external/libevent/
Dbufferevent_ratelim.c198 bufferevent_get_rlim_max_(struct bufferevent_private *bev, int is_write) in bufferevent_get_rlim_max_()
/external/mesa3d/src/compiler/nir/
Dnir_deref.c1131 bool is_write) in is_vector_bitcast_deref()
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_info.cpp813 bool is_write = in run_image_tests() local
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp950 bool is_write = in GenerateThreadName() local

12