Searched refs:isIntegralType (Results 1 – 16 of 16) sorted by relevance
1013 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast()1722 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()1855 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()1873 bool srcIsScalar = SrcType->isIntegralType(Self.Context); in TryReinterpretCast()1874 bool destIsScalar = DestType->isIntegralType(Self.Context); in TryReinterpretCast()1928 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2344 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2354 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
307 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind()309 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) { in getNarrowingKind()1568 ToType->isIntegralType(S.Context)) { in IsStandardConversion()1586 ToType->isIntegralType(S.Context)) || in IsStandardConversion()1819 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
7217 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()7218 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()7231 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()10363 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
3763 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCARCConversion()
5866 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator()13218 assert(T->isIntegralType(Context) && "Integral type required!"); in isRepresentableIntegerValue()13234 assert(T->isIntegralType(Context) && "Integral type required!"); in getNextLargerIntegralType()
2344 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
3385 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
5727 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in ActOnOpenMPLinearClause()
6283 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;
2575 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()2577 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()3197 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
632 bool Type::isIntegralType(ASTContext &Ctx) const { in isIntegralType() function in Type
2685 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType()) in RewriteObjCBoxedExpr()3497 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()3520 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
2883 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()2906 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()