Searched refs:isArithmeticType (Results 1 – 13 of 13) sorted by relevance
414 if (ParamType->isArithmeticType() && ArgType->isArithmeticType()) { in areTypesCompatible()
602 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
2077 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)6775 (isArithmeticType() && !isEnumeralType());
3047 if (!DestType->isArithmeticType()) { in CheckCStyleCast()3048 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()3057 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()3059 DestType->isArithmeticType()) { in CheckCStyleCast()
1557 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()4720 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()8691 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()9563 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()9640 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()10320 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()10820 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()11194 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()11305 if (!compType.isNull() && compType->isArithmeticType()) { in CheckSubtractionOperands()12266 assert(IntType->isArithmeticType()); in checkArithmeticOrEnumeralThreeWayCompare()[all …]
1390 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1736 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
4912 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()6623 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
1640 if (FromType->isArithmeticType()) { in IsVectorConversion()1849 (FromType->isArithmeticType() || in IsStandardConversion()1865 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()1866 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()8088 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
19061 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
2152 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
3277 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()
2997 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()