Searched refs:isIntegralType (Results 1 – 18 of 18) sorted by relevance
1015 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast()1826 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()1979 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2001 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()2002 (!srcIsVector && !SrcType->isIntegralType(Self.Context))) in TryReinterpretCast()2053 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2499 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2509 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
322 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind()324 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) { in getNarrowingKind()1662 ToType->isIntegralType(S.Context)) { in IsStandardConversion()1694 ToType->isIntegralType(S.Context)) || in IsStandardConversion()1943 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
5852 if (Ty->isVectorType() || Ty->isIntegralType(Context)) { in CheckVectorCast()7839 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()7840 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()7853 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()11177 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
4060 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCARCConversion()
6342 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator()14269 assert(T->isIntegralType(Context) && "Integral type required!"); in isRepresentableIntegerValue()14285 assert(T->isIntegralType(Context) && "Integral type required!"); in getNextLargerIntegralType()
3937 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
2599 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
2052 if (!Converted[1].getAsType()->isIntegralType(Context)) { in checkBuiltinTemplateIdType()
7668 if (T->isIntegralType(S.Context)) { in AnalyzeComparison()
9589 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in CheckOpenMPLinearDecl()
293 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
260 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
1635 bool isIntegralType(const ASTContext &Ctx) const;
2462 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()2464 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()3139 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
1625 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type
2656 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType()) in RewriteObjCBoxedExpr()3445 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()3468 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
2865 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()2888 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
3622 if (rettype->isIntegralType(ctx) || rettype->isRealFloatingType()) { in evaluateExpr()3624 !callExpr->getArg(0)->getType()->isIntegralType(ctx)) in evaluateExpr()