HomeSort by: relevance | last modified time | path
    Searched defs:ScopedInErrorReport (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc 121 // Use ScopedInErrorReport to run common actions just before and
123 class ScopedInErrorReport {
125 explicit ScopedInErrorReport(bool fatal = false)
136 ~ScopedInErrorReport() {
192 // Can only report one error per ScopedInErrorReport.
209 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
212 ScopedInErrorReport in_report(/*fatal*/ true);
218 ScopedInErrorReport in_report;
226 ScopedInErrorReport in_report;
233 ScopedInErrorReport in_report
    [all...]
asan_report.cc 121 // Use ScopedInErrorReport to run common actions just before and
123 class ScopedInErrorReport {
125 explicit ScopedInErrorReport(bool fatal = false)
136 ~ScopedInErrorReport() {
192 // Can only report one error per ScopedInErrorReport.
209 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
212 ScopedInErrorReport in_report(/*fatal*/ true);
218 ScopedInErrorReport in_report;
226 ScopedInErrorReport in_report;
233 ScopedInErrorReport in_report
    [all...]
asan_report.cc 121 // Use ScopedInErrorReport to run common actions just before and
123 class ScopedInErrorReport {
125 explicit ScopedInErrorReport(bool fatal = false)
136 ~ScopedInErrorReport() {
192 // Can only report one error per ScopedInErrorReport.
209 ErrorDescription ScopedInErrorReport::current_error_(LINKER_INITIALIZED);
212 ScopedInErrorReport in_report(/*fatal*/ true);
218 ScopedInErrorReport in_report;
226 ScopedInErrorReport in_report;
233 ScopedInErrorReport in_report
    [all...]

Completed in 73 milliseconds