Home
last modified time | relevance | path

Searched refs:ErrorGeneric (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h388 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 Dasan_report.cpp495 ErrorGeneric error(GetCurrentTidOrInvalid(), pc, bp, sp, addr, is_write, in ReportGenericError()