reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7080 QualType RHSTy = RHS.get()->getType(); 7095 RHS = S.ImpCastExprToType(RHS.get(), destType, CK_BitCast); 7095 RHS = S.ImpCastExprToType(RHS.get(), destType, CK_BitCast); 7103 RHS = S.ImpCastExprToType(RHS.get(), destType, CK_NoOp); 7103 RHS = S.ImpCastExprToType(RHS.get(), destType, CK_NoOp); 7109 return checkConditionalPointerCompatibility(S, LHS, RHS, Loc);