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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 289 return ArgType(Ctx.getIntMaxType(), "intmax_t");
345 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
ScanfFormatString.cpp 236 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
353 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
  /external/clang/include/clang/Basic/
TargetInfo.h 194 IntType getIntMaxType() const { return IntMaxType; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 492 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
513 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
515 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 43 milliseconds