Searched refs:isArithmeticType (Results 1 – 12 of 12) sorted by relevance
562 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
2625 if (!DestType->isArithmeticType()) { in CheckCStyleCast()2626 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2635 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()2637 DestType->isArithmeticType()) { in CheckCStyleCast()
1273 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()4152 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()7084 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()7877 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()7935 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()8607 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()8931 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()9254 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()9344 if (!compType.isNull() && compType->isArithmeticType()) { in CheckSubtractionOperands()10181 assert(IntType->isArithmeticType()); in checkArithmeticOrEnumeralThreeWayCompare()[all …]
1362 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1682 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
1586 if (FromType->isArithmeticType()) { in IsVectorConversion()1784 (FromType->isArithmeticType() || in IsStandardConversion()1801 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()1802 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()7606 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
4539 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()5958 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
11094 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
1936 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)6264 (isArithmeticType() && !isEnumeralType());
867 if (GT && GQT.isConstQualified() && GT->isArithmeticType()) in getVarRegion()
1952 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
2635 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()