Searched refs:EndWarning (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 608 Printf("%s", d.EndWarning()); in ReportStackOverflow() 623 Printf("%s", d.EndWarning()); in ReportSIGSEGV() 640 Printf("%s", d.EndWarning()); in ReportDoubleFree() 657 Printf("%s", d.EndWarning()); in ReportFreeNotMalloced() 678 Printf("%s", d.EndWarning()); in ReportAllocTypeMismatch() 695 Printf("%s", d.EndWarning()); in ReportMallocUsableSizeNotOwned() 708 Printf("%s", d.EndWarning()); in ReportSanitizerGetAllocatedSizeNotOwned() 725 Printf("%s", d.EndWarning()); in ReportStringFunctionMemoryRangesOverlap() 739 Printf("%s", d.EndWarning()); in ReportStringFunctionSizeOverflow() 766 Printf("%s", d.EndWarning()); in ReportODRViolation() [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 | 24 const char *EndWarning() { return Default(); } in EndWarning() function in __tsan::Decorator 246 Printf("%s", d.EndWarning()); in PrintReport()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 287 Decor.Warning(), Decor.EndWarning(), Decor.Bold()); in ~Diag()
|