Searched refs:EndWarning (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 750 Printf("%s", d.EndWarning()); in ReportStackOverflow() 766 Printf("%s", d.EndWarning()); in ReportDeadlySignal() 809 Printf("%s", d.EndWarning()); in ReportDoubleFree() 829 Printf("%s object passed to delete has wrong type:\n", d.EndWarning()); in ReportNewDeleteSizeMismatch() 852 Printf("%s", d.EndWarning()); in ReportFreeNotMalloced() 874 Printf("%s", d.EndWarning()); in ReportAllocTypeMismatch() 892 Printf("%s", d.EndWarning()); in ReportMallocUsableSizeNotOwned() 906 Printf("%s", d.EndWarning()); in ReportSanitizerGetAllocatedSizeNotOwned() 924 Printf("%s", d.EndWarning()); in ReportStringFunctionMemoryRangesOverlap() 939 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 296 Printf("%s", d.EndWarning()); in PrintReport()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 347 Buffer.append("%s runtime error: %s%s", Decor.Warning(), Decor.EndWarning(), in ~Diag()
|