Lines Matching refs:CompLHSTy
9230 QualType* CompLHSTy) { in CheckAdditionOperands() argument
9236 LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
9239 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
9243 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy); in CheckAdditionOperands()
9255 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
9308 if (CompLHSTy) { in CheckAdditionOperands()
9315 *CompLHSTy = LHSTy; in CheckAdditionOperands()
9324 QualType* CompLHSTy) { in CheckSubtractionOperands() argument
9330 LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
9333 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
9337 QualType compType = UsualArithmeticConversions(LHS, RHS, CompLHSTy); in CheckSubtractionOperands()
9345 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
9382 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
9424 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
12283 QualType CompLHSTy; // Type of LHS after promotions for computation in CreateBuiltinBinOp() local
12392 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
12398 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
12404 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
12410 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy); in CreateBuiltinBinOp()
12417 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
12427 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
12497 LHS.get(), RHS.get(), Opc, ResultTy, VK, OK, CompLHSTy, CompResultTy, in CreateBuiltinBinOp()