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());
3022 if (!DestType->isArithmeticType()) { in CheckCStyleCast()3023 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()3032 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()3034 DestType->isArithmeticType()) { in CheckCStyleCast()
1531 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()4604 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()8355 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()9217 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()9284 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()9956 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()10366 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()10715 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()10815 if (!compType.isNull() && compType->isArithmeticType()) { in CheckSubtractionOperands()11667 assert(IntType->isArithmeticType()); in checkArithmeticOrEnumeralThreeWayCompare()[all …]
1390 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1736 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
4849 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()6420 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()8003 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
16990 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
964 if (GT && GQT.isConstQualified() && GT->isArithmeticType()) in getVarRegion()
2128 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
2908 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()
3214 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()