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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1592   QualType getIntPtrType() const;

References

gen/tools/clang/lib/Sema/OpenCLBuiltins.inc
16832       QT.push_back(Context.getIntPtrType());
tools/clang/lib/AST/ASTContext.cpp
 5125   return getCorrespondingUnsignedType(getIntPtrType());
tools/clang/lib/CodeGen/CGAtomic.cpp
  990       MemTy->isPointerType() ? getContext().getIntPtrType() : MemTy;
 1467       getContext().getTypeSize(getContext().getIntPtrType()))
tools/clang/lib/CodeGen/CGCall.cpp
 3638     return getContext().getIntPtrType();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 5212       addFieldToRecordDecl(C, KmpDependInfoRD, C.getIntPtrType());
tools/clang/lib/Sema/Sema.cpp
  294       auto AtomicIntPtrT = Context.getAtomicType(Context.getIntPtrType());