Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatString.cpp365 ? C.getPromotedIntegerType(argTy) : argTy; in matchesType()
/external/clang/include/clang/AST/
DASTContext.h1933 QualType getPromotedIntegerType(QualType PromotableType) const;
/external/clang/lib/Sema/
DSemaExpr.cpp710 QualType PT = Context.getPromotedIntegerType(Ty); in UsualUnaryConversions()
1259 LHSType = Context.getPromotedIntegerType(LHSType); in UsualArithmeticConversions()
7320 LHSTy = Context.getPromotedIntegerType(LHSTy); in CheckAdditionOperands()
10769 PromoteType = Context.getPromotedIntegerType(TInfo->getType()); in BuildVAArgExpr()
DSemaType.cpp2951 ParamTy = Context.getPromotedIntegerType(ParamTy); in GetFullTypeForDeclarator()
DSemaInit.cpp2229 PromotedCharTy = Context.getPromotedIntegerType(CharTy); in CheckDesignatedInitializer()
DSemaDecl.cpp13175 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
/external/clang/lib/AST/
DASTContext.cpp4447 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { in getPromotedIntegerType() function in ASTContext