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

/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp122 // Use ScopedInErrorReport to run common actions just before and
124 class ScopedInErrorReport { class in namespace:__asan
126 explicit ScopedInErrorReport(bool fatal = false) function in class:__asan::ScopedInErrorReport
137 ~ScopedInErrorReport() {
197 // Can only report one error per ScopedInErrorReport.
214 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
217 ScopedInErrorReport in_report(/*fatal*/ true);
223 ScopedInErrorReport in_report;
231 ScopedInErrorReport in_report;
238 ScopedInErrorReport in_repor
[all...]

Completed in 117 milliseconds