Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp1013 } 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()
HDSemaOverload.cpp307 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()
HDSemaExpr.cpp7243 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()
HDSemaDecl.cpp6006 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()
HDSemaExprObjC.cpp4012 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCARCConversion()
HDSemaDeclAttr.cpp2335 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
HDSemaExprCXX.cpp3636 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
HDSemaOpenMP.cpp6316 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in ActOnOpenMPLinearClause()
HDSemaChecking.cpp6592 if (T->isIntegralType(S.Context)) { in AnalyzeComparison()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDBodyFarm.cpp295 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h260 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
HDType.h1589 bool isIntegralType(ASTContext &Ctx) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp2575 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()
2577 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()
3233 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
HDType.cpp1602 bool Type::isIntegralType(ASTContext &Ctx) const { in isIntegralType() function in Type
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp2685 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()
HDRewriteObjC.cpp2883 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()
2906 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()