Lines Matching full:et
46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local
47 if (ignoreReport(Loc, Opts, ET)) in HandleDynamicTypeCacheMiss()
50 ScopedReport R(Opts, Loc, ET); in HandleDynamicTypeCacheMiss()
52 Diag(Loc, DL_Error, ET, in HandleDynamicTypeCacheMiss()
59 Diag(Pointer, DL_Note, ET, in HandleDynamicTypeCacheMiss()
64 Diag(Pointer, DL_Note, ET, "object has invalid vptr") in HandleDynamicTypeCacheMiss()
69 Diag(Pointer, DL_Note, ET, "object is of type %0") in HandleDynamicTypeCacheMiss()
75 Diag(Pointer - DTI.getOffset(), DL_Note, ET, in HandleDynamicTypeCacheMiss()
101 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type() local
103 if (ignoreReport(Loc, Opts, ET)) in __ubsan_handle_cfi_bad_type()
106 ScopedReport R(Opts, Loc, ET); in __ubsan_handle_cfi_bad_type()
133 Diag(Loc, DL_Error, ET, in __ubsan_handle_cfi_bad_type()
140 Diag(Vtable, DL_Note, ET, "invalid vtable"); in __ubsan_handle_cfi_bad_type()
142 Diag(Vtable, DL_Note, ET, "vtable is of type %0") in __ubsan_handle_cfi_bad_type()
156 Diag(Loc, DL_Note, ET, "check failed in %0, vtable located in %1") in __ubsan_handle_cfi_bad_type()