Home
last modified time | relevance | path

Searched refs:getPromotedIntegerType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h680 QualType NewTy = Ctx.getPromotedIntegerType(LTy); in doIntTypeConversion()
687 QualType NewTy = Ctx.getPromotedIntegerType(RTy); in doIntTypeConversion()
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatString.cpp455 ? C.getPromotedIntegerType(argTy) in matchesType()
H A DASTContext.cpp7042 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType() function in ASTContext
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2759 QualType getPromotedIntegerType(QualType PromotableType) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp841 QualType PT = Context.getPromotedIntegerType(Ty); in UsualUnaryConversions()
1563 LHSType = Context.getPromotedIntegerType(LHSType); in UsualArithmeticConversions()
11253 LHSTy = Context.getPromotedIntegerType(LHSTy); in CheckAdditionOperands()
12272 IntType = S.Context.getPromotedIntegerType(IntType); in checkArithmeticOrEnumeralThreeWayCompare()
16609 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
H A DSemaDecl.cpp16288 ? Context.getPromotedIntegerType(EnumTy) in ActOnTag()
16914 ? Context.getPromotedIntegerType(EnumTy) in ActOnTag()
19020 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
H A DSemaType.cpp5394 ParamTy = Context.getPromotedIntegerType(ParamTy); in GetFullTypeForDeclarator()
H A DSemaInit.cpp2938 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
H A DSemaChecking.cpp10009 S.Context.getPromotedIntegerType(From) == To) in isArithmeticArgumentPromotion()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2588 promotedType = CGF.getContext().getPromotedIntegerType(type); in EmitScalarPrePostIncDec()