Searched refs:isArithmeticType (Results 1 – 17 of 17) sorted by relevance
143 if (!ArgTys[I]->isArithmeticType() || ArgTys[I]->isAnyComplexType()) { in checkMovDPPFunctionCall()
3247 if (!DestType->isArithmeticType()) { in CheckCStyleCast()3248 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()3257 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()3259 DestType->isArithmeticType()) { in CheckCStyleCast()
1670 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()4161 if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) { in CheckVecStepTraitOperandType()4803 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()8584 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()9342 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()9433 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()10187 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()10763 if (IsDiv && LHSTy->isConstantMatrixType() && RHSTy->isArithmeticType()) in CheckMultiplyDivideOperands()10773 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()11173 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()[all …]
1380 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()1726 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
1894 if (Ty->isArithmeticType() || Ty->isVectorType()) { in DiagnoseLocalRegisterBinding()3204 if (QT->isArithmeticType()) { in IsTypedResourceElementCompatible()
769 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()
2085 if (ToType->isBooleanType() && FromType->isArithmeticType()) { in IsVectorElementConversion()2171 if (FromType->isArithmeticType()) { in IsVectorConversion()2421 (FromType->isArithmeticType() || in IsStandardConversion()2437 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()2438 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()9054 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
6075 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
19158 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
621 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
284 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
2554 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)8325 (isArithmeticType() && !isEnumeralType());
647 assert(e->getSubExpr()->getType()->isArithmeticType()); in emitUnaryOpLValue()
2336 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
4029 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()
3389 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()
10891 {"_ZNK5clang4Type16isArithmeticTypeEv", "clang::Type::isArithmeticType() const"},