reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7058 QualType destType = S.Context.getPointerType(S.Context.VoidTy); 7058 QualType destType = S.Context.getPointerType(S.Context.VoidTy); 7059 LHS = S.ImpCastExprToType(LHS.get(), destType, CK_BitCast); 7060 RHS = S.ImpCastExprToType(RHS.get(), destType, CK_BitCast); 7063 S.Diag(Loc, diag::err_typecheck_cond_incompatible_operands) 7070 return checkConditionalPointerCompatibility(S, LHS, RHS, Loc);