reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10074 QualType RHSType = RHS.get()->getType(); 10078 QualType T = S.FindCompositePointerType(Loc, LHS, RHS); 10082 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true); 10084 S.InvalidOperands(Loc, LHS, RHS); 10089 RHS = S.ImpCastExprToType(RHS.get(), T, CK_BitCast); 10089 RHS = S.ImpCastExprToType(RHS.get(), T, CK_BitCast);