Lines Matching refs:CompLHSTy

7683     QualType* CompLHSTy) {  in CheckAdditionOperands()  argument
7688 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands()
7689 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
7693 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy); in CheckAdditionOperands()
7705 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
7742 if (CompLHSTy) { in CheckAdditionOperands()
7749 *CompLHSTy = LHSTy; in CheckAdditionOperands()
7758 QualType* CompLHSTy) { in CheckSubtractionOperands() argument
7763 QualType compType = CheckVectorOperands(LHS, RHS, Loc, CompLHSTy); in CheckSubtractionOperands()
7764 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
7768 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy); in CheckSubtractionOperands()
7776 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
7798 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
7838 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
10002 QualType CompLHSTy; // Type of LHS after promotions for computation in CreateBuiltinBinOp() local
10084 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
10090 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
10095 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
10100 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy); in CreateBuiltinBinOp()
10107 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
10116 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
10162 LHS.get(), RHS.get(), Opc, ResultTy, VK, OK, CompLHSTy, CompResultTy, in CreateBuiltinBinOp()