reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9009 RHS = DefaultFunctionArrayLvalueConversion(RHS.get()); 9009 RHS = DefaultFunctionArrayLvalueConversion(RHS.get()); 9010 if (RHS.isInvalid()) 9016 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); 9027 return InvalidOperands(Loc, LHS, RHS); 9037 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); 9037 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); 9056 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); 9056 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); 9073 if (!tryVectorConvertAndSplat(*this, &RHS, RHSType, 9078 if (!tryGCCVectorConvertAndSplat(*this, &RHS, &LHS)) 9090 !tryGCCVectorConvertAndSplat(*this, &LHS, &RHS)) 9101 ExprResult *OtherExpr = LHSVecType ? &RHS : &LHS; 9116 ExprResult *RHSExpr = &RHS; 9129 << LHS.get()->getSourceRange() << RHS.get()->getSourceRange(); 9164 << LHS.get()->getSourceRange() << RHS.get()->getSourceRange();