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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 658 DefineTypeSize("__UINTMAX_MAX__", TI.getUIntMaxType(), TI, Builder);
686 DefineType("__UINTMAX_TYPE__", TI.getUIntMaxType(), Builder);
687 DefineFmt("__UINTMAX", TI.getUIntMaxType(), TI, Builder);
689 TI.getTypeConstantSuffix(TI.getUIntMaxType()));
709 DefineTypeWidth("__UINTMAX_WIDTH__", TI.getUIntMaxType(), TI, Builder);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 216 IntType getUIntMaxType() const {
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 458 return ArgType(Ctx.getUIntMaxType(), "uintmax_t");
ScanfFormatString.cpp 286 return ArgType::PtrTo(ArgType(Ctx.getUIntMaxType(), "uintmax_t"));
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 101 milliseconds