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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatString.cpp369 ? C.getPromotedIntegerType(argTy) : argTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2146 QualType getPromotedIntegerType(QualType PromotableType) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp786 QualType PT = Context.getPromotedIntegerType(Ty);
1291 LHSType = Context.getPromotedIntegerType(LHSType);
8161 LHSTy = Context.getPromotedIntegerType(LHSTy);
11940 PromoteType = Context.getPromotedIntegerType(TInfo->getType());
H A DSemaInit.cpp2401 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
H A DSemaType.cpp4020 ParamTy = Context.getPromotedIntegerType(ParamTy);
H A DSemaDecl.cpp14445 BestPromotionType = Context.getPromotedIntegerType(BestType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4752 /// getPromotedIntegerType - Returns the type that Promotable will
4755 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const { function in class:ASTContext

Completed in 394 milliseconds