Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.cc197 static ErrorDescription &CurrentError() { in CurrentError() function in __asan::ScopedInErrorReport
495 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_pc()
496 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc()
501 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_bp()
502 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp()
507 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_sp()
508 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp()
513 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()
523 return ScopedInErrorReport::CurrentError().Generic.is_write; in __asan_get_report_access_type()
529 return ScopedInErrorReport::CurrentError().Generic.access_size; in __asan_get_report_access_size()
[all …]