| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 1055 if (SrcType->isIntegralType(Context) && DestType->isIntegralType(Context)) in argTypeIsABIEquivalent() 1348 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast() 2168 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast() 2328 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast() 2356 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast() 2357 (!srcIsVector && !SrcType->isIntegralType(Self.Context))) in TryReinterpretCast() 2418 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast() 3095 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast() 3105 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
|
| H A D | SemaExpr.cpp | 5378 if (!DeclTy->isIntegralType(Context) && !DeclTy->isAnyPointerType()) { in ActOnOMPIteratorExpr() 5440 if (!Step->getType()->isIntegralType(Context)) { in ActOnOMPIteratorExpr() 8083 if (Ty->isVectorType() || Ty->isIntegralType(Context)) { in CheckVectorCast() 10421 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat() 10428 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat() 10440 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat() 10595 if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10596 ScalarTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10603 } else if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10637 } else if (ScalarTy->isIntegralType(S.Context)) { in tryGCCVectorConvertAndSplat() [all …]
|
| H A D | SemaDeclAttr.cpp | 1748 if (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in AddAllocAlignAttr() 3255 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint() 6297 if (RT->isIntegralType(S.Context)) in handleSwiftError() 6377 if (!ErrorParam->isIntegralType(S.Context)) { in checkSwiftAsyncErrorBlock()
|
| H A D | SemaExprCXX.cpp | 4966 return T->isIntegralType(C); in EvaluateUnaryTypeTrait() 6269 return EltTy->isIntegralType(Ctx); in isValidVectorForConditionalCondition() 6279 return EltTy->isIntegralType(Ctx); in isValidSizelessVectorForConditionalCondition()
|
| H A D | SemaOverload.cpp | 348 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind() 1964 ToType->isIntegralType(S.Context)) { in IsStandardConversion() 2001 ToType->isIntegralType(S.Context)) || in IsStandardConversion() 2297 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
|
| H A D | SemaExprObjC.cpp | 4439 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCConversion()
|
| H A D | SemaDecl.cpp | 7918 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator() 19051 assert((T->isIntegralType(Context) || T->isEnumeralType()) && in isRepresentableIntegerValue() 19068 assert((T->isIntegralType(Context) || in getNextLargerIntegralType()
|
| H A D | SemaChecking.cpp | 13158 if (T->isIntegralType(S.Context)) { in AnalyzeComparison() 13931 if (isObjCSignedCharBool(S, T) && Source->isIntegralType(S.Context)) { in CheckImplicitConversion()
|
| H A D | SemaTemplate.cpp | 3608 if (!OrigType->isDependentType() && !OrigType->isIntegralType(Context)) { in checkBuiltinTemplateIdType()
|
| H A D | SemaOpenMP.cpp | 19904 !Ty->isIntegralType(Context) && !Ty->isPointerType())) { in CheckOpenMPLinearDecl()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 469 bool isIntegralType() const { in isIntegralType() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 276 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
|
| H A D | Type.h | 2116 bool isIntegralType(const ASTContext &Ctx) const;
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 637 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 3076 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts() 3078 SubExpr->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts() 3878 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
|
| H A D | Type.cpp | 1954 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 228 getArgType(FD, ArgN)->isIntegralType(FD->getASTContext()); in checkSpecificValidity()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 4281 if (rettype->isIntegralType(ctx) || rettype->isRealFloatingType()) { in evaluateExpr() 4283 !callExpr->getArg(0)->getType()->isIntegralType(ctx)) in evaluateExpr()
|