| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 1144 if ((SrcType->isIntegralType(Context) || SrcType->isEnumeralType()) && in argTypeIsABIEquivalent() 1145 (DestType->isIntegralType(Context) || DestType->isEnumeralType())) in argTypeIsABIEquivalent() 1462 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast() 2240 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast() 2399 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast() 2433 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast() 2434 (!srcIsVector && !SrcType->isIntegralType(Self.Context))) in TryReinterpretCast() 2495 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast() 3248 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast() 3258 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
|
| H A D | SemaSwift.cpp | 167 if (RT->isIntegralType(S.Context)) in handleError() 249 if (!ErrorParam->isIntegralType(S.Context)) { in checkSwiftAsyncErrorBlock()
|
| H A D | SemaHLSL.cpp | 961 if (DestTy->isIntegralType(Ctx) && SrcTy->isIntegralType(Ctx)) in getScalarCastKind() 965 assert(SrcTy->isRealFloatingType() && DestTy->isIntegralType(Ctx)); in getScalarCastKind() 1030 assert(LElTy->isIntegralType(Ctx) && RElTy->isIntegralType(Ctx) && in handleVectorBinOpConversion() 1899 if (!DeclaredInCOrTBuffer && (Ty->isIntegralType(S.getASTContext()) || in DiagnoseLocalRegisterBinding()
|
| H A D | SemaExprCXX.cpp | 4898 else if (FromType->isIntegralType(Context)) in PerformImplicitConversion() 4902 else if (ToType->isIntegralType(Context)) in PerformImplicitConversion() 5640 return EltTy->isIntegralType(Ctx); in isValidVectorForConditionalCondition() 5650 return EltTy->isIntegralType(Ctx); in isValidSizelessVectorForConditionalCondition()
|
| H A D | SemaExpr.cpp | 7735 if (Ty->isVectorType() || Ty->isIntegralType(Context)) { in CheckVectorCast() 10019 if (vectorEltTy->isBooleanType() && scalarTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat() 10021 } else if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat() 10028 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat() 10040 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat() 10201 if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10202 ScalarTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10209 } else if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat() 10243 } else if (ScalarTy->isIntegralType(S.Context)) { in tryGCCVectorConvertAndSplat() 15410 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
|
| H A D | SemaTypeTraits.cpp | 722 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
|
| H A D | SemaOverload.cpp | 393 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind() 2090 if ((FromType->isRealFloatingType() && ToType->isIntegralType(S.Context)) || in IsVectorElementConversion() 2103 ToType->isIntegralType(S.Context)) { in IsVectorElementConversion() 2429 ToType->isIntegralType(S.Context)) { in IsStandardConversion() 2447 ToType->isIntegralType(S.Context)) || in IsStandardConversion() 2747 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
|
| H A D | SemaDeclAttr.cpp | 1449 if (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in AddAllocAlignAttr() 3082 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
|
| H A D | SemaExprObjC.cpp | 4444 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCConversion()
|
| H A D | SemaChecking.cpp | 11366 if (T->isIntegralType(S.Context)) { in AnalyzeComparison() 12144 if (ObjC().isSignedCharBool(T) && Source->isIntegralType(Context)) { in CheckImplicitConversion()
|
| H A D | SemaOpenMP.cpp | 19728 !Ty->isIntegralType(getASTContext()) && !Ty->isPointerType())) { in CheckOpenMPLinearDecl() 24517 if (!DeclTy->isIntegralType(Context) && !DeclTy->isAnyPointerType()) { in ActOnOMPIteratorExpr() 24582 if (!Step->getType()->isIntegralType(Context)) { in ActOnOMPIteratorExpr()
|
| H A D | SemaDecl.cpp | 8107 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator() 19916 assert((T->isIntegralType(Context) || in getNextLargerIntegralType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | PrimType.h | 78 constexpr bool isIntegralType(PrimType T) { return T <= PT_FixedPoint; } in isIntegralType() function
|
| H A D | Compiler.cpp | 3068 if (isIntegralType(*PointeeFromT) && isIntegralType(*PointeeToT)) in VisitCXXReinterpretCastExpr() 4047 if (isIntegralType(SecondFieldT)) { in VisitCXXStdInitializerListExpr() 6190 assert(isIntegralType(*T)); in VisitUnaryOperator() 6235 assert(isIntegralType(*T)); in VisitUnaryOperator() 6732 if (isIntegralType(ToT) || ToT == PT_Bool) in emitPrimCast() 6736 if (isIntegralType(FromT) || FromT == PT_Bool) { in emitPrimCast() 6743 if (isIntegralType(ToT) || ToT == PT_Bool) in emitPrimCast()
|
| H A D | InterpBuiltin.cpp | 1139 if (isIntegralType(FirstArgT)) { in interp__builtin_is_aligned_up_down()
|
| H A D | Interp.h | 789 assert(isIntegralType(Name) && in Neg()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 469 bool isIntegralType() const { in isIntegralType() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 277 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
|
| H A D | Type.h | 2529 bool isIntegralType(const ASTContext &Ctx) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 637 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 3126 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts() 3128 SubExpr->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts() 3979 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
|
| H A D | Type.cpp | 2110 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type 5115 if (!isIntegralType(Ctx) || isEnumeralType()) in isSignableIntegerType()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2661 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType()) in RewriteObjCBoxedExpr() 3437 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr() 3460 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
|
| H A D | RewriteObjC.cpp | 2866 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr() 2889 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 308 getArgType(FD, ArgN)->isIntegralType(FD->getASTContext()); in checkSpecificValidity()
|