Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h682 QualType NewTy = Ctx.getPromotedIntegerType(LTy); in doIntTypeConversion()
689 QualType NewTy = Ctx.getPromotedIntegerType(RTy); in doIntTypeConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp545 ? C.getPromotedIntegerType(argTy) in matchesType()
H A DASTContext.cpp7155 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType() function in ASTContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2784 QualType getPromotedIntegerType(QualType PromotableType) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp860 QualType PT = Context.getPromotedIntegerType(Ty); in UsualUnaryConversions()
1590 LHSType = Context.getPromotedIntegerType(LHSType); in UsualArithmeticConversions()
11948 LHSTy = Context.getPromotedIntegerType(LHSTy); in CheckAdditionOperands()
12971 IntType = S.Context.getPromotedIntegerType(IntType); in checkArithmeticOrEnumeralThreeWayCompare()
17393 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
H A DSemaDecl.cpp17351 ? Context.getPromotedIntegerType(EnumTy) in ActOnTag()
17981 ? Context.getPromotedIntegerType(EnumTy) in ActOnTag()
20250 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
H A DSemaInit.cpp3072 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
H A DSemaType.cpp5599 ParamTy = Context.getPromotedIntegerType(ParamTy); in GetFullTypeForDeclarator()
H A DSemaChecking.cpp12012 S.Context.getPromotedIntegerType(From) == To) in isArithmeticArgumentPromotion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2627 promotedType = CGF.getContext().getPromotedIntegerType(type); in EmitScalarPrePostIncDec()