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

  /external/clang/include/clang/Basic/
TargetInfo.h 160 IntType getUIntMaxType() const { return UIntMaxType; }
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 297 return ArgTypeResult(Ctx.getUIntMaxType(), "uintmax_t");
ScanfFormatString.cpp 244 return ScanfArgTypeResult(Ctx.getUIntMaxType(), "uintmax_t *");
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 477 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 39 milliseconds