| HD | hwasan_report.cpp | 1021 uptr access_size, bool is_store, bool fatal, in TagMismatchReport() argument 1024 is_store(is_store), in TagMismatchReport() 1029 const bool is_store; member in __hwasan::__anon899a31f00511::TagMismatchReport 1052 is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, in ~TagMismatchReport() 1056 is_store ? "WRITE" : "READ", access_size, untagged_addr, ptr_tag, in ~TagMismatchReport() 1088 bool is_store, bool fatal, uptr *registers_frame) { in ReportTagMismatch() argument 1089 TagMismatchReport R(stack, tagged_addr, access_size, is_store, fatal, in ReportTagMismatch()
|