Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h562 (LTy->isArithmeticType() && RTy->isArithmeticType())) { in doTypeConversion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2625 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()
H A DSemaExpr.cpp1273 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 …]
H A DSemaObjCProperty.cpp1362 lhsType->isArithmeticType()) { in ActOnPropertyImplDecl()
1682 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()
H A DSemaOverload.cpp1586 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()
H A DSemaExprCXX.cpp4539 return T->isArithmeticType() && !T->isEnumeralType(); in EvaluateUnaryTypeTrait()
5958 if (LTy->isArithmeticType() && RTy->isArithmeticType()) { in CXXCheckConditionalOperands()
H A DSemaOpenMP.cpp11094 (S.getLangOpts().CPlusPlus && Type->isArithmeticType()))) { in actOnOMPReductionKindClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArithmeticType)
H A DType.h1936 bool isArithmeticType() const; // C99 6.2.5p18 (integer + floating)
6264 (isArithmeticType() && !isEnumeralType());
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp867 if (GT && GQT.isConstQualified() && GT->isArithmeticType()) in getVarRegion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1952 bool Type::isArithmeticType() const { in isArithmeticType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2635 assert(E->getSubExpr()->getType()->isArithmeticType()); in EmitUnaryOpLValue()