Searched refs:CurrentError (Results 1 – 1 of 1) sorted by relevance
231 static ErrorDescription &CurrentError() { in CurrentError() function in __asan::ScopedInErrorReport563 return ScopedInErrorReport::CurrentError().kind != kErrorKindInvalid; in __asan_report_present()567 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_pc()568 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc()573 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_bp()574 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp()579 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_sp()580 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp()585 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()594 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_access_type()[all …]