Searched defs:is_store (Results 1 – 4 of 4) sorted by relevance
174 bool is_store; member
1021 uptr access_size, bool is_store, bool fatal, in TagMismatchReport()1029 const bool is_store; member in __hwasan::__anon865875d10511::TagMismatchReport1088 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch()
380 const bool is_store = code & 0x10; in GetAccessInfo() local
194 constexpr bool is_store = std::is_same_v<T, SB> || std::is_same_v<T, SH> || variable