Home
last modified time | relevance | path

Searched defs:is_store (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h174 bool is_store; member
H A Dhwasan_report.cpp1021 uptr access_size, bool is_store, bool fatal, in TagMismatchReport()
1029 const bool is_store; member in __hwasan::__anon865875d10511::TagMismatchReport
1088 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch()
H A Dhwasan_linux.cpp380 const bool is_store = code & 0x10; in GetAccessInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp194 constexpr bool is_store = std::is_same_v<T, SB> || std::is_same_v<T, SH> || variable