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

References

tools/clang/include/clang/Basic/TargetInfo.h
  295   IntType getIntPtrType() const { return IntPtrType; }
  297     return getCorrespondingUnsignedType(IntPtrType);
tools/clang/lib/Basic/TargetInfo.cpp
   91   IntPtrType = SignedLong;
  372     IntPtrType = Is32BitArch ? SignedInt : SignedLong;
tools/clang/lib/Basic/Targets/AArch64.cpp
  558   IntPtrType = SignedLongLong;
tools/clang/lib/Basic/Targets/AMDGPU.cpp
  287     IntPtrType = SignedLong;
tools/clang/lib/Basic/Targets/ARC.h
   34     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/ARM.cpp
  236   PtrDiffType = IntPtrType =
tools/clang/lib/Basic/Targets/AVR.h
   52     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/BPF.h
   33     IntPtrType = SignedLong;
tools/clang/lib/Basic/Targets/Hexagon.h
   49     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/MSP430.h
   45     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/NVPTX.cpp
   92       IntPtrType = TargetInfo::SignedInt;
   97       IntPtrType = TargetInfo::SignedLong;
  129   IntPtrType = HostTarget->getIntPtrType();
tools/clang/lib/Basic/Targets/OSTargets.h
  307     this->IntPtrType = TargetInfo::SignedLong;
  772     this->IntPtrType = TargetInfo::SignedInt;
tools/clang/lib/Basic/Targets/PNaCl.h
   40     this->IntPtrType = TargetInfo::SignedInt;
tools/clang/lib/Basic/Targets/PPC.h
  340       IntPtrType = SignedInt;
  345       IntPtrType = SignedLong;
tools/clang/lib/Basic/Targets/RISCV.h
   83     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/SPIR.h
  107     PtrDiffType = IntPtrType = TargetInfo::SignedInt;
  122     PtrDiffType = IntPtrType = TargetInfo::SignedLong;
tools/clang/lib/Basic/Targets/Sparc.h
  159       IntPtrType = SignedInt;
  165       IntPtrType = SignedLong;
tools/clang/lib/Basic/Targets/TCE.h
   59     IntPtrType = SignedInt;
tools/clang/lib/Basic/Targets/WebAssembly.h
   58     IntPtrType = SignedLong;
  142     IntPtrType = SignedLong;
tools/clang/lib/Basic/Targets/X86.h
  346     IntPtrType = SignedInt;
  423     IntPtrType = SignedLong;
  442     IntPtrType = SignedLong;
  584     IntPtrType = SignedLong;
  612     IntPtrType = IsX32 ? SignedInt : SignedLong;
  714     IntPtrType = SignedLongLong;
tools/clang/lib/Basic/Targets/XCore.h
   36     IntPtrType = SignedInt;