reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 5121   return getFromTargetType(Target->getIntPtrType());
tools/clang/lib/Basic/Targets/NVPTX.cpp
  129   IntPtrType = HostTarget->getIntPtrType();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  792   DefineTypeSize("__INTPTR_MAX__", TI.getIntPtrType(), TI, Builder);
  826   DefineType("__INTPTR_TYPE__", TI.getIntPtrType(), Builder);
  827   DefineFmt("__INTPTR", TI.getIntPtrType(), TI, Builder);
  828   DefineTypeWidth("__INTPTR_WIDTH__", TI.getIntPtrType(), TI, Builder);
tools/clang/lib/Sema/SemaChecking.cpp
 3243                                             .getIntPtrType()) == 64;