Searched refs:isIntegralType (Results 1 – 16 of 16) sorted by relevance
994 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast()1695 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()1828 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()1846 bool srcIsScalar = SrcType->isIntegralType(Self.Context); in TryReinterpretCast()1847 bool destIsScalar = DestType->isIntegralType(Self.Context); in TryReinterpretCast()1901 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2317 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2327 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
296 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind()298 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) { in getNarrowingKind()1556 ToType->isIntegralType(S.Context)) { in IsStandardConversion()1574 ToType->isIntegralType(S.Context)) || in IsStandardConversion()1806 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
6922 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()6923 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()6936 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()9856 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
3814 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCARCConversion()
5743 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator()13082 assert(T->isIntegralType(Context) && "Integral type required!"); in isRepresentableIntegerValue()13098 assert(T->isIntegralType(Context) && "Integral type required!"); in getNextLargerIntegralType()
5072 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in ActOnOpenMPLinearClause()
3279 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
2301 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
6052 if (T->isIntegralType(S.Context)) { in AnalyzeComparison()
295 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
260 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
1519 bool isIntegralType(ASTContext &Ctx) const;
2561 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()2563 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()3175 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
640 bool Type::isIntegralType(ASTContext &Ctx) const { in isIntegralType() function in Type
2685 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType()) in RewriteObjCBoxedExpr()3503 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()3526 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
2883 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()2906 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()