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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 655 DefineTypeSize("__INTMAX_MAX__", TI.getIntMaxType(), TI, Builder);
682 DefineType("__INTMAX_TYPE__", TI.getIntMaxType(), Builder);
683 DefineFmt("__INTMAX", TI.getIntMaxType(), TI, Builder);
685 TI.getTypeConstantSuffix(TI.getIntMaxType()));
690 DefineTypeWidth("__INTMAX_WIDTH__", TI.getIntMaxType(), TI, Builder);
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 424 return ArgType(Ctx.getIntMaxType(), "intmax_t");
495 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
ScanfFormatString.cpp 247 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
380 return ArgType::PtrTo(ArgType(Ctx.getIntMaxType(), "intmax_t"));
  /external/clang/include/clang/Basic/
TargetInfo.h 215 IntType getIntMaxType() const { return IntMaxType; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 50 milliseconds