Searched refs:isIntegralType (Results 1 – 17 of 17) sorted by relevance
1134 } else if (DestType->isIntegralType(Self.Context)) { in TryStaticCast()1938 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()2094 if (SrcType->isNullPtrType() && DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2116 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()2117 (!srcIsVector && !SrcType->isIntegralType(Self.Context))) in TryReinterpretCast()2168 if (DestType->isIntegralType(Self.Context)) { in TryReinterpretCast()2626 if (!SrcType->isIntegralType(Self.Context) && SrcType->isArithmeticType()) { in CheckCStyleCast()2636 if (!DestType->isIntegralType(Self.Context) && in CheckCStyleCast()
6258 if (Ty->isVectorType() || Ty->isIntegralType(Context)) { in CheckVectorCast()8455 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()8462 if (!scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()8474 else if (scalarTy->isIntegralType(S.Context)) in tryVectorConvertAndSplat()8621 if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat()8622 ScalarTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat()8651 } else if (ScalarTy->isIntegralType(S.Context)) { in tryGCCVectorConvertAndSplat()12693 if ((Opc == BO_Shl && LHSExpr->getType()->isIntegralType(Self.getASTContext())) in DiagnoseBinOpPrecedence()
329 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind()1793 ToType->isIntegralType(S.Context)) { in IsStandardConversion()1825 ToType->isIntegralType(S.Context)) || in IsStandardConversion()2112 if (FromType->isIntegralType(Context) && in IsIntegralPromotion()
1680 if (!Ty->isDependentType() && !Ty->isIntegralType(Context)) { in AddAllocAlignAttr()2963 !ParmType->isIntegralType(S.getASTContext()))) { in handleVecTypeHint()
4225 if (castACTC == ACTC_none && castType->isIntegralType(Context)) in CheckObjCConversion()
6768 if (!R->isIntegralType(Context) && !R->isPointerType()) { in ActOnVariableDeclarator()16174 assert((T->isIntegralType(Context) || T->isEnumeralType()) && in isRepresentableIntegerValue()16191 assert((T->isIntegralType(Context) || in getNextLargerIntegralType()
4510 return T->isIntegralType(C); in EvaluateUnaryTypeTrait()
2940 if (!Converted[1].getAsType()->isIntegralType(Context)) { in checkBuiltinTemplateIdType()
10227 if (T->isIntegralType(S.Context)) { in AnalyzeComparison()
11552 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) && in CheckOpenMPLinearDecl()
275 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
1917 bool isIntegralType(const ASTContext &Ctx) const;
606 if (!isBoolean && !ResultTy->isIntegralType(C)) in create_OSAtomicCompareAndSwap()
2742 E->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()2744 SE->getType()->isIntegralType(Ctx)) && in IgnoreParenNoopCasts()3446 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
1759 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type
2657 if (SubExpr->getType()->isIntegralType(*Context) && type->isBooleanType()) in RewriteObjCBoxedExpr()3440 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()3463 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()
2865 if (SubExpr->getType()->isIntegralType(*Context) && in SynthMessageExpr()2888 if (userExpr->getType()->isIntegralType(*Context)) { in SynthMessageExpr()