Searched refs:EndWarning (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 664 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/ |
D | sanitizer_report_decorator.h | 31 const char *EndWarning() { return Default(); } in EndWarning() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 42 const char *EndWarning() { return Default(); } in EndWarning() function in __tsan::Decorator 277 Printf("%s", d.EndWarning()); in PrintReport()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 314 Decor.Warning(), Decor.EndWarning(), Decor.Bold()); in ~Diag()
|