Searched refs:isArithmeticType (Results 1 – 13 of 13) sorted by relevance
580 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
2002 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)6643 (isArithmeticType() && !isEnumeralType());
3005 if (!DestType->isArithmeticType()) { in CheckCStyleCast()3006 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()3015 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()3017 DestType->isArithmeticType()) { in CheckCStyleCast()
1516 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()4033 if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) { in CheckVecStepTraitOperandType()4567 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()8291 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()9153 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()9220 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()9892 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()10293 if (IsDiv && LHSTy->isConstantMatrixType() && RHSTy->isArithmeticType()) in CheckMultiplyDivideOperands()10302 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()10635 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()[all …]
1390 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1737 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
4801 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()6372 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
1641 if (FromType->isArithmeticType()) { in IsVectorConversion()1850 (FromType->isArithmeticType() || in IsStandardConversion()1866 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()1867 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()8007 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
16607 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
964 if (GT && GQT.isConstQualified() && GT->isArithmeticType()) in getVarRegion()
2125 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
3204 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()
2908 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()