Searched refs:EndWarning (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 749 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/ |
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 294 Printf("%s", d.EndWarning()); in PrintReport()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 351 Decor.Warning(), Decor.EndWarning(), Decor.Bold()); in ~Diag()
|