HomeSort by: relevance | last modified time | path
    Searched refs:getPromotedIntegerType (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h 658 QualType NewTy = Ctx.getPromotedIntegerType(LTy);
665 QualType NewTy = Ctx.getPromotedIntegerType(RTy);
  /src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp 450 ? C.getPromotedIntegerType(argTy)
ASTContext.cpp 6392 /// getPromotedIntegerType - Returns the type that Promotable will
6395 QualType ASTContext::getPromotedIntegerType(QualType Promotable) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2592 QualType getPromotedIntegerType(QualType PromotableType) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 787 QualType PT = Context.getPromotedIntegerType(Ty);
1522 LHSType = Context.getPromotedIntegerType(LHSType);
10694 LHSTy = Context.getPromotedIntegerType(LHSTy);
11584 IntType = S.Context.getPromotedIntegerType(IntType);
15720 PromoteType = Context.getPromotedIntegerType(TInfo->getType());
SemaChecking.cpp 8751 S.Context.getPromotedIntegerType(From) == To)
SemaInit.cpp 2910 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
SemaType.cpp 5269 ParamTy = Context.getPromotedIntegerType(ParamTy);
SemaDecl.cpp 18213 BestPromotionType = Context.getPromotedIntegerType(BestType);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 2521 promotedType = CGF.getContext().getPromotedIntegerType(type);

Completed in 161 milliseconds