Searched refs:isArithmeticType (Results 1 – 12 of 12) sorted by relevance
604 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
2251 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)7052 (isArithmeticType() && !isEnumeralType());
3140 if (!DestType->isArithmeticType()) { in CheckCStyleCast()3141 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()3150 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()3152 DestType->isArithmeticType()) { in CheckCStyleCast()
1584 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()4968 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()9264 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()10174 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()10265 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()10987 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()11515 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()11889 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()12000 if (!compType.isNull() && compType->isArithmeticType()) { in CheckSubtractionOperands()12965 assert(IntType->isArithmeticType()); in checkArithmeticOrEnumeralThreeWayCompare()[all …]
1389 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1735 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
5097 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()6840 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
1857 if (FromType->isArithmeticType()) { in IsVectorConversion()2077 (FromType->isArithmeticType() || in IsStandardConversion()2093 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()2094 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()8587 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
19702 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
2218 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
3467 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()
3231 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()