Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.cc749 Printf("%s", d.EndWarning()); in ReportStackOverflow()
767 Printf("%s", d.EndWarning()); in ReportDeadlySignal()
785 Printf("%s", d.EndWarning()); in ReportDoubleFree()
804 Printf("%s object passed to delete has wrong type:\n", d.EndWarning()); in ReportNewDeleteSizeMismatch()
826 Printf("%s", d.EndWarning()); in ReportFreeNotMalloced()
847 Printf("%s", d.EndWarning()); in ReportAllocTypeMismatch()
864 Printf("%s", d.EndWarning()); in ReportMallocUsableSizeNotOwned()
878 Printf("%s", d.EndWarning()); in ReportSanitizerGetAllocatedSizeNotOwned()
896 Printf("%s", d.EndWarning()); in ReportStringFunctionMemoryRangesOverlap()
910 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
294 Printf("%s", d.EndWarning()); in PrintReport()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc351 Decor.Warning(), Decor.EndWarning(), Decor.Bold()); in ~Diag()