Searched refs:ErrorGeneric (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 388 struct ErrorGeneric : ErrorBase { struct 396 ErrorGeneric() = default; // (*) argument 397 ErrorGeneric(u32 tid, uptr pc_, uptr bp_, uptr sp_, uptr addr, bool is_write_,
|
| H A D | asan_report.cpp | 495 ErrorGeneric error(GetCurrentTidOrInvalid(), pc, bp, sp, addr, is_write, in ReportGenericError()
|