Home
last modified time | relevance | path

Searched refs:EndWarning (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_report.cc664 Printf("%s", d.EndWarning()); in ReportStackOverflow()
682 Printf("%s", d.EndWarning()); in ReportSIGSEGV()
700 Printf("%s", d.EndWarning()); in ReportDoubleFree()
719 Printf("%s object passed to delete has wrong type:\n", d.EndWarning()); in ReportNewDeleteSizeMismatch()
741 Printf("%s", d.EndWarning()); in ReportFreeNotMalloced()
762 Printf("%s", d.EndWarning()); in ReportAllocTypeMismatch()
779 Printf("%s", d.EndWarning()); in ReportMallocUsableSizeNotOwned()
793 Printf("%s", d.EndWarning()); in ReportSanitizerGetAllocatedSizeNotOwned()
811 Printf("%s", d.EndWarning()); in ReportStringFunctionMemoryRangesOverlap()
825 Printf("%s", d.EndWarning()); in ReportStringFunctionSizeOverflow()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h31 const char *EndWarning() { return Default(); } in EndWarning() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc42 const char *EndWarning() { return Default(); } in EndWarning() function in __tsan::Decorator
277 Printf("%s", d.EndWarning()); in PrintReport()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc314 Decor.Warning(), Decor.EndWarning(), Decor.Bold()); in ~Diag()