Home
last modified time | relevance | path

Searched refs:isArithmeticType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h604 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
H A DType.h2499 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)
7967 (isArithmeticType() && !isEnumeralType());
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3150 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()
H A DSemaExpr.cpp1569 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 …]
H A DSemaObjCProperty.cpp1370 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1715 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
H A DSemaOverload.cpp1941 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()
H A DSemaExprCXX.cpp5268 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()
7068 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
H A DSemaOpenMP.cpp18504 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2281 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3753 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()
H A DCGExpr.cpp3231 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()