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

References

tools/clang/include/clang/Basic/TargetInfo.h
  285   IntType getIntMaxType() const { return IntMaxType; }
  287     return getCorrespondingUnsignedType(IntMaxType);
  661     return getTypeWidth(IntMaxType);
tools/clang/lib/Basic/TargetInfo.cpp
   90   IntMaxType = SignedLongLong;
  374     IntMaxType = SignedLongLong;
tools/clang/lib/Basic/Targets/AArch64.cpp
   41     IntMaxType = SignedLongLong;
   47     IntMaxType = SignedLong;
  554   IntMaxType = SignedLongLong;
tools/clang/lib/Basic/Targets/BPF.h
   34     IntMaxType = SignedLong;
tools/clang/lib/Basic/Targets/MSP430.h
   44     IntMaxType = SignedLongLong;
tools/clang/lib/Basic/Targets/Mips.h
  120     IntMaxType = Int64Type;
  149     IntMaxType = Int64Type;
  159     IntMaxType = Int64Type;
tools/clang/lib/Basic/Targets/NVPTX.cpp
  127   IntMaxType = HostTarget->getIntMaxType();
tools/clang/lib/Basic/Targets/OSTargets.h
  524     this->IntMaxType = TargetInfo::SignedLongLong;
  763     this->IntMaxType = TargetInfo::SignedLongLong;
tools/clang/lib/Basic/Targets/PNaCl.h
   33     this->IntMaxType = TargetInfo::SignedLongLong;
tools/clang/lib/Basic/Targets/PPC.h
  375     IntMaxType = SignedLong;
tools/clang/lib/Basic/Targets/RISCV.h
  109     IntMaxType = Int64Type = SignedLong;
tools/clang/lib/Basic/Targets/Sparc.h
  202       IntMaxType = SignedLongLong;
  204       IntMaxType = SignedLong;
  205     Int64Type = IntMaxType;
tools/clang/lib/Basic/Targets/SystemZ.h
   37     IntMaxType = SignedLong;
tools/clang/lib/Basic/Targets/TCE.h
   58     IntMaxType = SignedLong;
tools/clang/lib/Basic/Targets/X86.h
  613     IntMaxType = IsX32 ? SignedLongLong : SignedLong;
  710     IntMaxType = SignedLongLong;
  834     IntMaxType = SignedLongLong;