Searched refs:CurrentError (Results 1 – 1 of 1) sorted by relevance
203 static ErrorDescription &CurrentError() { in CurrentError() function in __asan::ScopedInErrorReport525 return ScopedInErrorReport::CurrentError().kind != kErrorKindInvalid; in __asan_report_present()529 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_pc()530 return ScopedInErrorReport::CurrentError().Generic.pc; in __asan_get_report_pc()535 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_bp()536 return ScopedInErrorReport::CurrentError().Generic.bp; in __asan_get_report_bp()541 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_sp()542 return ScopedInErrorReport::CurrentError().Generic.sp; in __asan_get_report_sp()547 ErrorDescription &err = ScopedInErrorReport::CurrentError(); in __asan_get_report_address()556 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric) in __asan_get_report_access_type()[all …]