Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp515 ? C.getPromotedIntegerType(argTy) in matchesType()
H A DASTContext.cpp7148 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType() function in ASTContext
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2753 QualType getPromotedIntegerType(QualType PromotableType) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp845 QualType PT = Context.getPromotedIntegerType(Ty); in UsualUnaryConversions()
1564 LHSType = Context.getPromotedIntegerType(LHSType); in UsualArithmeticConversions()
11514 LHSTy = Context.getPromotedIntegerType(LHSTy); in CheckAdditionOperands()
12533 IntType = S.Context.getPromotedIntegerType(IntType); in checkArithmeticOrEnumeralThreeWayCompare()
16878 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
H A DSemaDecl.cpp16747 ? Context.getPromotedIntegerType(EnumTy) in ActOnTag()
17373 ? Context.getPromotedIntegerType(EnumTy) in ActOnTag()
19633 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
H A DSemaInit.cpp2952 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
H A DSemaType.cpp5472 ParamTy = Context.getPromotedIntegerType(ParamTy); in GetFullTypeForDeclarator()
H A DSemaChecking.cpp10306 S.Context.getPromotedIntegerType(From) == To) in isArithmeticArgumentPromotion()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp2611 promotedType = CGF.getContext().getPromotedIntegerType(type); in EmitScalarPrePostIncDec()