Home
last modified time | relevance | path

Searched refs:SummaryLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp382 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, in ScopedReport() argument
384 : Opts(Opts), SummaryLoc(SummaryLoc), Type(Type) {} in ScopedReport()
388 MaybeReportErrorSummary(SummaryLoc, Type); in ~ScopedReport()
H A Dubsan_diag.h248 Location SummaryLoc; variable
252 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);