Home | History | Annotate | Download | only in ubsan

Lines Matching refs:Loc

46   SourceLocation Loc = Data->Loc.acquire();
48 if (ignoreReport(Loc, Opts, ET))
51 ScopedReport R(Opts, Loc, ET);
53 Diag(Loc, DL_Error,
100 SourceLocation Loc = Data->Loc.acquire();
103 if (ignoreReport(Loc, Opts, ET))
106 ScopedReport R(Opts, Loc, ET);
129 Diag(Loc, DL_Error, "control flow integrity check for type %0 failed during "