HomeSort by relevance Sort by last modified time
    Searched refs:getIntMaxType (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
370 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
PrintfFormatString.cpp 294 return ArgType(Ctx.getIntMaxType(), "intmax_t");
363 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
  /external/clang/include/clang/Basic/
TargetInfo.h 208 IntType getIntMaxType() const { return IntMaxType; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 608 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
637 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
639 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1491 milliseconds