Home
last modified time | relevance | path

Searched refs:isPromotableIntegerType (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h681 if (Ctx.isPromotableIntegerType(LTy)) { in doIntTypeConversion()
688 if (Ctx.isPromotableIntegerType(RTy)) { in doIntTypeConversion()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp514 QualType PromoArg = C.isPromotableIntegerType(argTy) in matchesType()
H A DASTContext.cpp1868 bool ASTContext::isPromotableIntegerType(QualType T) const { in isPromotableIntegerType() function in ASTContext
7150 assert(isPromotableIntegerType(Promotable)); in getPromotedIntegerType()
10369 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2355 bool isPromotableIntegerType(QualType T) const; // C99 6.3.1.1p2
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp162 if (!Ctx.isPromotableIntegerType(BaseTy) || in getUnwidenedIntegerType()
2610 if (CGF.getContext().isPromotableIntegerType(type)) { in EmitScalarPrePostIncDec()
H A DTargetInfo.cpp109 if (getContext().isPromotableIntegerType(Ty)) in isPromotableIntegerTypeForABI()
4589 if (getContext().isPromotableIntegerType(Ty)) in isPromotableTypeForABI()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp844 if (Context.isPromotableIntegerType(Ty)) { in UsualUnaryConversions()
1563 if (Context.isPromotableIntegerType(LHSType)) in UsualArithmeticConversions()
11513 if (Context.isPromotableIntegerType(LHSTy)) in CheckAdditionOperands()
12532 if (S.Context.isPromotableIntegerType(IntType)) in checkArithmeticOrEnumeralThreeWayCompare()
15779 if (!Ctx.isPromotableIntegerType(T)) in isOverflowingIntegerType()
16877 if (Context.isPromotableIntegerType(TInfo->getType())) { in BuildVAArgExpr()
H A DSemaDecl.cpp16746 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
17372 ED->setPromotionType(Context.isPromotableIntegerType(EnumTy) in ActOnTag()
19632 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()
H A DSemaChecking.cpp7372 if (!Context.isPromotableIntegerType(Type)) in SemaBuiltinVAStart()
10305 S.Context.isPromotableIntegerType(From) && in isArithmeticArgumentPromotion()
H A DSemaInit.cpp2951 if (Context.isPromotableIntegerType(CharTy)) in CheckDesignatedInitializer()
H A DSemaType.cpp5471 if (Context.isPromotableIntegerType(ParamTy)) { in GetFullTypeForDeclarator()
H A DSemaOverload.cpp2182 if (Context.isPromotableIntegerType(FromType) && !FromType->isBooleanType() && in IsIntegralPromotion()