Lines Matching refs:CompLHSTy

10846                                      QualType* CompLHSTy) {  in CheckAdditionOperands()  argument
10852 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
10857 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
10864 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands()
10865 if (CompLHSTy) in CheckAdditionOperands()
10866 *CompLHSTy = compType; in CheckAdditionOperands()
10873 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands()
10874 if (CompLHSTy) in CheckAdditionOperands()
10875 *CompLHSTy = compType; in CheckAdditionOperands()
10880 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
10892 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
10953 if (CompLHSTy) { in CheckAdditionOperands()
10960 *CompLHSTy = LHSTy; in CheckAdditionOperands()
10969 QualType* CompLHSTy) { in CheckSubtractionOperands() argument
10975 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
10980 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
10987 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckSubtractionOperands()
10988 if (CompLHSTy) in CheckSubtractionOperands()
10989 *CompLHSTy = compType; in CheckSubtractionOperands()
10996 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckSubtractionOperands()
10997 if (CompLHSTy) in CheckSubtractionOperands()
10998 *CompLHSTy = compType; in CheckSubtractionOperands()
11003 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
11011 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
11057 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
11108 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
14613 QualType CompLHSTy; // Type of LHS after promotions for computation in CreateBuiltinBinOp() local
14753 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
14760 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
14767 CompResultTy = CheckAdditionOperands(LHS, RHS, OpLoc, Opc, &CompLHSTy); in CreateBuiltinBinOp()
14774 CompResultTy = CheckSubtractionOperands(LHS, RHS, OpLoc, &CompLHSTy); in CreateBuiltinBinOp()
14782 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
14793 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
14864 CompLHSTy = UsualUnaryConversions(LHS.get()).get()->getType(); in CreateBuiltinBinOp()
14872 CurFPFeatureOverrides(), CompLHSTy, CompResultTy); in CreateBuiltinBinOp()