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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp196 static ErrorDescription &CurrentError() { function in class:__asan::ScopedInErrorReport
501 return ScopedInErrorReport::CurrentError().kind != kErrorKindInvalid;
505 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric)
506 return ScopedInErrorReport::CurrentError().Generic.pc;
511 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric)
512 return ScopedInErrorReport::CurrentError().Generic.bp;
517 if (ScopedInErrorReport::CurrentError().kind == kErrorKindGeneric)
518 return ScopedInErrorReport::CurrentError().Generic.sp;
523 ErrorDescription &err = ScopedInErrorReport::CurrentError();
532 if (ScopedInErrorReport::CurrentError()
[all...]

Completed in 37 milliseconds