Lines Matching defs:ET
46 ErrorType ET = ErrorType::DynamicTypeMismatch;
47 if (ignoreReport(Loc, Opts, ET))
50 ScopedReport R(Opts, Loc, ET);
52 Diag(Loc, DL_Error, ET,
59 Diag(Pointer, DL_Note, ET,
64 Diag(Pointer, DL_Note, ET, "object has invalid vptr")
69 Diag(Pointer, DL_Note, ET, "object is of type %0")
75 Diag(Pointer - DTI.getOffset(), DL_Note, ET,
101 ErrorType ET = ErrorType::CFIBadType;
103 if (ignoreReport(Loc, Opts, ET))
106 ScopedReport R(Opts, Loc, ET);
133 Diag(Loc, DL_Error, ET,
140 Diag(Vtable, DL_Note, ET, "invalid vtable");
142 Diag(Vtable, DL_Note, ET, "vtable is of type %0")
156 Diag(Loc, DL_Note, ET, "check failed in %0, vtable located in %1")
169 ErrorType ET = ErrorType::FunctionTypeMismatch;
171 if (ignoreReport(CallLoc, Opts, ET))
174 ScopedReport R(Opts, CallLoc, ET);
181 Diag(CallLoc, DL_Error, ET,
184 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName;