Lines Matching refs:ReportErrorSummary
754 ReportErrorSummary("stack-overflow", &stack); in ReportStackOverflow()
796 ReportErrorSummary(description, &stack); in ReportDeadlySignal()
815 ReportErrorSummary("double-free", &stack); in ReportDoubleFree()
838 ReportErrorSummary("new-delete-type-mismatch", &stack); in ReportNewDeleteSizeMismatch()
858 ReportErrorSummary("bad-free", &stack); in ReportFreeNotMalloced()
880 ReportErrorSummary("alloc-dealloc-mismatch", &stack); in ReportAllocTypeMismatch()
895 ReportErrorSummary("bad-malloc_usable_size", stack); in ReportMallocUsableSizeNotOwned()
909 ReportErrorSummary("bad-__sanitizer_get_allocated_size", stack); in ReportSanitizerGetAllocatedSizeNotOwned()
929 ReportErrorSummary(bug_type, stack); in ReportStringFunctionMemoryRangesOverlap()
943 ReportErrorSummary(bug_type, stack); in ReportStringFunctionSizeOverflow()
961 ReportErrorSummary("bad-__sanitizer_annotate_contiguous_container", stack); in ReportBadParamsToAnnotateContiguousContainer()
990 ReportErrorSummary(error_msg.data()); in ReportODRViolation()
1006 ReportErrorSummary(bug_type, &stack); in ReportInvalidPointerPair()
1197 ReportErrorSummary(bug_descr, &stack); in ReportGenericError()