Home
last modified time | relevance | path

Searched refs:in_report (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp215 ScopedInErrorReport in_report(/*fatal*/ true); in ReportDeadlySignal() local
217 in_report.ReportError(error); in ReportDeadlySignal()
221 ScopedInErrorReport in_report; in ReportDoubleFree() local
223 in_report.ReportError(error); in ReportDoubleFree()
229 ScopedInErrorReport in_report; in ReportNewDeleteTypeMismatch() local
232 in_report.ReportError(error); in ReportNewDeleteTypeMismatch()
236 ScopedInErrorReport in_report; in ReportFreeNotMalloced() local
238 in_report.ReportError(error); in ReportFreeNotMalloced()
244 ScopedInErrorReport in_report; in ReportAllocTypeMismatch() local
247 in_report.ReportError(error); in ReportAllocTypeMismatch()
[all …]
/external/compiler-rt/lib/asan/
Dasan_report.cc742 ScopedInErrorReport in_report(/*report*/ nullptr, /*fatal*/ true); in ReportStackOverflow() local
758 ScopedInErrorReport in_report(/*report*/ nullptr, /*fatal*/ true); in ReportDeadlySignal() local
800 ScopedInErrorReport in_report; in ReportDoubleFree() local
820 ScopedInErrorReport in_report; in ReportNewDeleteSizeMismatch() local
844 ScopedInErrorReport in_report; in ReportFreeNotMalloced() local
869 ScopedInErrorReport in_report; in ReportAllocTypeMismatch() local
886 ScopedInErrorReport in_report; in ReportMallocUsableSizeNotOwned() local
900 ScopedInErrorReport in_report; in ReportSanitizerGetAllocatedSizeNotOwned() local
916 ScopedInErrorReport in_report; in ReportStringFunctionMemoryRangesOverlap() local
934 ScopedInErrorReport in_report; in ReportStringFunctionSizeOverflow() local
[all …]