Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatString.cpp400 ? C.getPromotedIntegerType(argTy) : argTy; in matchesType()
/external/clang/include/clang/AST/
DASTContext.h2166 QualType getPromotedIntegerType(QualType PromotableType) const;
/external/clang/lib/Sema/
DSemaExpr.cpp798 QualType PT = Context.getPromotedIntegerType(Ty); in UsualUnaryConversions()
1345 LHSType = Context.getPromotedIntegerType(LHSType); in UsualArithmeticConversions()
8419 LHSTy = Context.getPromotedIntegerType(LHSTy); in CheckAdditionOperands()
12301 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
DSemaType.cpp4255 ParamTy = Context.getPromotedIntegerType(ParamTy); in GetFullTypeForDeclarator()
DSemaInit.cpp2487 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
DSemaDecl.cpp14857 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
/external/clang/lib/AST/
DASTContext.cpp4771 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType() function in ASTContext