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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp120 // Use ScopedInErrorReport to run common actions just before and
122 class ScopedInErrorReport { class in namespace:__asan
124 explicit ScopedInErrorReport(bool fatal = false) function in class:__asan::ScopedInErrorReport
135 ~ScopedInErrorReport() {
191 // Can only report one error per ScopedInErrorReport.
208 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
211 ScopedInErrorReport in_report(/*fatal*/ true);
217 ScopedInErrorReport in_report;
225 ScopedInErrorReport in_report;
232 ScopedInErrorReport in_repor
[all...]

Completed in 106 milliseconds