Home | History | Annotate | Download | only in Sema

Lines Matching refs:CompLHSTy

7256     QualType* CompLHSTy) {
7261 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy);
7262 if (CompLHSTy) *CompLHSTy = compType;
7266 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy);
7278 if (CompLHSTy) *CompLHSTy = compType;
7315 if (CompLHSTy) {
7322 *CompLHSTy = LHSTy;
7331 QualType* CompLHSTy) {
7336 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy);
7337 if (CompLHSTy) *CompLHSTy = compType;
7341 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy);
7349 if (CompLHSTy) *CompLHSTy = compType;
7371 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
7411 if (CompLHSTy) *CompLHSTy = LHS.get()->getType();
9332 QualType CompLHSTy; // Type of LHS after promotions for computation
9395 CompLHSTy = CompResultTy;
9401 CompLHSTy = CompResultTy;
9406 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy);
9411 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy);
9418 CompLHSTy = CompResultTy;
9427 CompLHSTy = CompResultTy;
9473 LHS.get(), RHS.get(), Opc, ResultTy, VK, OK, CompLHSTy, CompResultTy,