Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h658 QualType NewTy = Ctx.getPromotedIntegerType(LTy); in doIntTypeConversion()
665 QualType NewTy = Ctx.getPromotedIntegerType(RTy); in doIntTypeConversion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp450 ? C.getPromotedIntegerType(argTy) in matchesType()
H A DASTContext.cpp6395 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2592 QualType getPromotedIntegerType(QualType PromotableType) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp787 QualType PT = Context.getPromotedIntegerType(Ty); in UsualUnaryConversions()
1522 LHSType = Context.getPromotedIntegerType(LHSType); in UsualArithmeticConversions()
10694 LHSTy = Context.getPromotedIntegerType(LHSTy); in CheckAdditionOperands()
11584 IntType = S.Context.getPromotedIntegerType(IntType); in checkArithmeticOrEnumeralThreeWayCompare()
15720 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
H A DSemaType.cpp5269 ParamTy = Context.getPromotedIntegerType(ParamTy); in GetFullTypeForDeclarator()
H A DSemaInit.cpp2910 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
H A DSemaChecking.cpp8751 S.Context.getPromotedIntegerType(From) == To) in isArithmeticArgumentPromotion()
H A DSemaDecl.cpp18213 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2521 promotedType = CGF.getContext().getPromotedIntegerType(type); in EmitScalarPrePostIncDec()