Searched refs:isArithmeticType (Results 1 – 10 of 10) sorted by relevance
2090 if (!DestType->isArithmeticType()) { in CheckCStyleCast()2091 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2100 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()2102 DestType->isArithmeticType()) { in CheckCStyleCast()
1095 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()2999 if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) { in CheckVecStepTraitOperandType()3290 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()5082 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()5742 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()5778 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()6260 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()6508 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()6579 if (!compType.isNull() && compType->isArithmeticType()) { in CheckSubtractionOperands()7128 if (LHS.get()->getType()->isArithmeticType() && in CheckCompareOperands()[all …]
1079 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1361 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
2995 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()4322 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
1380 if (FromType->isArithmeticType()) { in IsVectorConversion()1575 (FromType->isArithmeticType() || in IsStandardConversion()1592 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()1593 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()6330 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
268 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
1505 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)4730 (isArithmeticType() && !isEnumeralType());
738 if (GT && GQT.isConstQualified() && GT->isArithmeticType()) in getVarRegion()
829 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
1896 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()