Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h174 bool is_store; member
H A Dhwasan_report.cpp983 TagMismatchReport(StackTrace * stack,uptr tagged_addr,uptr access_size,bool is_store,bool fatal,uptr * registers_frame) TagMismatchReport() argument
991 const bool is_store; global() member in __hwasan::__anon2cbd70630511::TagMismatchReport
1050 ReportTagMismatch(StackTrace * stack,uptr tagged_addr,uptr access_size,bool is_store,bool fatal,uptr * registers_frame) ReportTagMismatch() argument
H A Dhwasan_linux.cpp370 const bool is_store = code & 0x10; GetAccessInfo() local
/freebsd-src/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