Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_report.cpp202 static ErrorDescription &CurrentError() { in CurrentError() function in __asan::ScopedInErrorReport
524 return ScopedInErrorReport::CurrentError().kind != kErrorKindInvalid; in __asan_report_present()
528 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_pc()
529 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc()
534 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_bp()
535 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp()
540 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_sp()
541 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp()
546 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()
555 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_access_type()
[all …]