Searched refs:isIntegralType (Results 1 – 15 of 15) sorted by relevance
974 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast()1665 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()1791 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()1809 bool srcIsScalar = SrcType->isIntegralType(Self.Context); in TryReinterpretCast()1810 bool destIsScalar = DestType->isIntegralType(Self.Context); in TryReinterpretCast()1864 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2259 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2269 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
327 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind()329 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) { in getNarrowingKind()1570 ToType->isIntegralType(S.Context)) { in IsStandardConversion()1588 ToType->isIntegralType(S.Context)) || in IsStandardConversion()1822 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
6584 if (EltTy->isIntegralType(Context) && RHSType->isIntegralType(Context)) { in CheckVectorOperands()6605 if (RHSType->isIntegralType(Context)) { in CheckVectorOperands()9240 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
3204 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCARCConversion()
3114 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
11894 assert(T->isIntegralType(Context) && "Integral type required!"); in isRepresentableIntegerValue()11910 assert(T->isIntegralType(Context) && "Integral type required!"); in getNextLargerIntegralType()
2748 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
4870 if (T->isIntegralType(S.Context)) { in AnalyzeComparison()
284 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
261 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
1498 bool isIntegralType(ASTContext &Ctx) const;
2437 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()2439 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()3012 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
625 bool Type::isIntegralType(ASTContext &Ctx) const { in isIntegralType() function in Type
2713 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType()) in RewriteObjCBoxedExpr()3547 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()3570 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
2936 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()2959 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()