Lines Matching refs:CompLHSTy

11844                                      QualType* CompLHSTy) {  in CheckAdditionOperands()  argument
11850 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
11855 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11862 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands()
11863 if (CompLHSTy) in CheckAdditionOperands()
11864 *CompLHSTy = compType; in CheckAdditionOperands()
11871 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands()
11872 if (CompLHSTy) in CheckAdditionOperands()
11873 *CompLHSTy = compType; in CheckAdditionOperands()
11878 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
11890 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11943 if (CompLHSTy) { in CheckAdditionOperands()
11950 *CompLHSTy = LHSTy; in CheckAdditionOperands()
11959 QualType* CompLHSTy) { in CheckSubtractionOperands() argument
11965 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
11970 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
11977 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckSubtractionOperands()
11978 if (CompLHSTy) in CheckSubtractionOperands()
11979 *CompLHSTy = compType; in CheckSubtractionOperands()
11986 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckSubtractionOperands()
11987 if (CompLHSTy) in CheckSubtractionOperands()
11988 *CompLHSTy = compType; in CheckSubtractionOperands()
11993 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
12001 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
12038 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
12089 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
15617 QualType CompLHSTy; // Type of LHS after promotions for computation in CreateBuiltinBinOp() local
15752 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15759 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15766 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
15773 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy); in CreateBuiltinBinOp()
15781 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15792 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
15863 CompLHSTy = UsualUnaryConversions(LHS.get()).get()->getType(); in CreateBuiltinBinOp()
15871 CurFPFeatureOverrides(), CompLHSTy, CompResultTy); in CreateBuiltinBinOp()