Searched refs:isIntegralType (Results 1 – 16 of 16) sorted by relevance
1013 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast()1733 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()1866 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()1884 bool srcIsScalar = SrcType->isIntegralType(Self.Context); in TryReinterpretCast()1885 bool destIsScalar = DestType->isIntegralType(Self.Context); in TryReinterpretCast()1939 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2355 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2365 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()
7243 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()7244 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()7257 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()10464 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
6006 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator()13471 assert(T->isIntegralType(Context) && "Integral type required!"); in isRepresentableIntegerValue()13487 assert(T->isIntegralType(Context) && "Integral type required!"); in getNextLargerIntegralType()
4012 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCARCConversion()
2335 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
3636 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
6316 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in ActOnOpenMPLinearClause()
6592 if (T->isIntegralType(S.Context)) { in AnalyzeComparison()
295 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
260 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
1589 bool isIntegralType(ASTContext &Ctx) const;
2575 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()2577 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()3233 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
1602 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()