Home
last modified time | relevance | path

Searched refs:isIntegralType (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp994 } 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()
H A DSemaOverload.cpp296 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()
H A DSemaExpr.cpp6922 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()
H A DSemaExprObjC.cpp3814 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCARCConversion()
H A DSemaDecl.cpp5743 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()
H A DSemaOpenMP.cpp5072 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in ActOnOpenMPLinearClause()
H A DSemaExprCXX.cpp3279 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
H A DSemaDeclAttr.cpp2301 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
H A DSemaChecking.cpp6052 if (T->isIntegralType(S.Context)) { in AnalyzeComparison()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp295 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h260 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
H A DType.h1519 bool isIntegralType(ASTContext &Ctx) const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp2561 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()
2563 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()
3175 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
H A DType.cpp640 bool Type::isIntegralType(ASTContext &Ctx) const { in isIntegralType() function in Type
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2685 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()
H A DRewriteObjC.cpp2883 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()
2906 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()