Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h580 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
H A DType.h2002 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)
6643 (isArithmeticType() && !isEnumeralType());
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp3005 if (!DestType->isArithmeticType()) { in CheckCStyleCast()
3006 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()
3015 } else if (!SrcType->isArithmeticType()) { in CheckCStyleCast()
3017 DestType->isArithmeticType()) { in CheckCStyleCast()
H A DSemaExpr.cpp1516 if (!LHSType->isArithmeticType() || !RHSType->isArithmeticType()) in UsualArithmeticConversions()
4033 if (!(T->isArithmeticType() || T->isVoidType() || T->isVectorType())) { in CheckVecStepTraitOperandType()
4567 if (V.get()->getType()->isArithmeticType()) in CheckRealImagOperand()
8291 if (LHSTy->isArithmeticType() && RHSTy->isArithmeticType()) { in CheckConditionalOperands()
9153 if (RHSType->isArithmeticType()) { in CheckAssignmentConstraints()
9220 if (LHSType->isArithmeticType() && RHSType->isArithmeticType() && in CheckAssignmentConstraints()
9892 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()
10293 if (IsDiv && LHSTy->isConstantMatrixType() && RHSTy->isArithmeticType()) in CheckMultiplyDivideOperands()
10302 if (compType.isNull() || !compType->isArithmeticType()) in CheckMultiplyDivideOperands()
10635 if (!compType.isNull() && compType->isArithmeticType()) { in CheckAdditionOperands()
[all …]
H A DSemaObjCProperty.cpp1390 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1737 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
H A DSemaExprCXX.cpp4801 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()
6372 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
H A DSemaOverload.cpp1641 if (FromType->isArithmeticType()) { in IsVectorConversion()
1850 (FromType->isArithmeticType() || in IsStandardConversion()
1866 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) || in IsStandardConversion()
1867 (ToType->isAnyComplexType() && FromType->isArithmeticType())) { in IsStandardConversion()
8007 HasArithmeticOrEnumeralTypes || Ty->isArithmeticType(); in AddTypesConvertedFrom()
H A DSemaOpenMP.cpp16607 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp964 if (GT && GQT.isConstQualified() && GT->isArithmeticType()) in getVarRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2125 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3204 assert(BO->getRHS()->getType().getCanonicalType()->isArithmeticType() && in EmitDiv()
H A DCGExpr.cpp2908 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()