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)
2499 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)7967 (isArithmeticType() && !isEnumeralType());
3150 if (!DestType->isArithmeticType()) { in CheckCStyleCast()3151 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()3160 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()3162 DestType->isArithmeticType()) { in CheckCStyleCast()
1569 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()4097 if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) { in CheckVecStepTraitOperandType()4707 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()8413 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()9178 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()9269 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()9989 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()10508 if (IsDiv && LHSTy->isConstantMatrixType() && RHSTy->isArithmeticType()) in CheckMultiplyDivideOperands()10517 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()10891 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()[all …]
1370 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1715 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
1941 if (ToType->isBooleanType() && FromType->isArithmeticType()) { in IsVectorElementConversion()2011 if (FromType->isArithmeticType()) { in IsVectorConversion()2249 (FromType->isArithmeticType() || in IsStandardConversion()2265 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()2266 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()8593 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
5268 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()7068 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
18504 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
2281 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
3753 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()
3231 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()