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

  /external/clang/include/clang/Basic/
TargetInfo.h 159 IntType getIntMaxType() const { return IntMaxType; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 457 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
476 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
478 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 273 return ArgTypeResult(Ctx.getIntMaxType(), "intmax_t");
ScanfFormatString.cpp 217 return ScanfArgTypeResult(Ctx.getIntMaxType(), "intmax_t *");
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 160 milliseconds