| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/ |
| H A D | MultiwayPathsCoveredCheck.cpp | 86 if (T->isIntegralType(Context)) in getNumberOfPossibleValues()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 1054 if (SrcType->isIntegralType(Context) && DestType->isIntegralType(Context)) in argTypeIsABIEquivalent() 1332 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast() 2152 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast() 2312 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast() 2340 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast() 2341 (!srcIsVector && !SrcType->isIntegralType(Self.Context))) in TryReinterpretCast() 2402 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast() 3048 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast() 3058 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
|
| H A D | SemaExpr.cpp | 5373 if (!DeclTy->isIntegralType(Context) && !DeclTy->isAnyPointerType()) { in ActOnOMPIteratorExpr() 5431 if (!Step->getType()->isIntegralType(Context)) { in ActOnOMPIteratorExpr() 7843 if (Ty->isVectorType() || Ty->isIntegralType(Context)) { in CheckVectorCast() 10160 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat() 10167 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat() 10179 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat() 10334 if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10335 ScalarTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10342 } else if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10376 } else if (ScalarTy->isIntegralType(S.Context)) { in tryGCCVectorConvertAndSplat() [all …]
|
| H A D | SemaDeclAttr.cpp | 1747 if (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in AddAllocAlignAttr() 3250 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint() 6178 if (RT->isIntegralType(S.Context)) in handleSwiftError() 6258 if (!ErrorParam->isIntegralType(S.Context)) { in checkSwiftAsyncErrorBlock()
|
| H A D | SemaExprCXX.cpp | 4883 return T->isIntegralType(C); in EvaluateUnaryTypeTrait() 6147 return EltTy->isIntegralType(Ctx); in isValidVectorForConditionalCondition() 6157 return EltTy->isIntegralType(Ctx); in isValidSizelessVectorForConditionalCondition()
|
| H A D | SemaOverload.cpp | 344 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind() 1857 ToType->isIntegralType(S.Context)) { in IsStandardConversion() 1894 ToType->isIntegralType(S.Context)) || in IsStandardConversion() 2190 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
|
| H A D | SemaExprObjC.cpp | 4447 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCConversion()
|
| H A D | SemaDecl.cpp | 7795 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator() 18438 assert((T->isIntegralType(Context) || T->isEnumeralType()) && in isRepresentableIntegerValue() 18455 assert((T->isIntegralType(Context) || in getNextLargerIntegralType()
|
| H A D | SemaChecking.cpp | 12835 if (T->isIntegralType(S.Context)) { in AnalyzeComparison() 13599 if (isObjCSignedCharBool(S, T) && Source->isIntegralType(S.Context)) { in CheckImplicitConversion()
|
| H A D | SemaTemplate.cpp | 3510 if (!Converted[1].getAsType()->isIntegralType(Context)) { in checkBuiltinTemplateIdType()
|
| H A D | SemaOpenMP.cpp | 19621 !Ty->isIntegralType(Context) && !Ty->isPointerType())) { in CheckOpenMPLinearDecl()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 469 bool isIntegralType() const { in isIntegralType() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 276 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
|
| H A D | Type.h | 2055 bool isIntegralType(const ASTContext &Ctx) const;
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 636 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 2989 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts() 2991 SubExpr->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts() 3790 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
|
| H A D | Type.cpp | 1930 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2663 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType()) in RewriteObjCBoxedExpr() 3439 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr() 3462 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
|
| H A D | RewriteObjC.cpp | 2868 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr() 2891 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 231 getArgType(FD, ArgN)->isIntegralType(FD->getASTContext()); in checkSpecificValidity()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 4251 if (rettype->isIntegralType(ctx) || rettype->isRealFloatingType()) { in evaluateExpr() 4253 !callExpr->getArg(0)->getType()->isIntegralType(ctx)) in evaluateExpr()
|