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 205 IntType getUIntMaxType() const { return UIntMaxType; }
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 313 return ArgType(Ctx.getUIntMaxType(), "uintmax_t");
ScanfFormatString.cpp 271 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t"));
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 516 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 75 milliseconds