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

References

tools/clang/include/clang/Basic/TargetInfo.h
  303   IntType getInt64Type() const { return Int64Type; }
  305     return getCorrespondingUnsignedType(Int64Type);
tools/clang/lib/Basic/TargetInfo.cpp
   96   Int64Type = SignedLongLong;
  375     Int64Type = SignedLong;
tools/clang/lib/Basic/Targets/AArch64.cpp
   40     Int64Type = SignedLongLong;
   46     Int64Type = SignedLong;
  555   Int64Type = SignedLongLong;
  633   Int64Type = SignedLongLong;
tools/clang/lib/Basic/Targets/BPF.h
   35     Int64Type = SignedLong;
tools/clang/lib/Basic/Targets/Mips.h
  119     Int64Type = SignedLongLong;
  120     IntMaxType = Int64Type;
  145       Int64Type = SignedLongLong;
  147       Int64Type = SignedLong;
  149     IntMaxType = Int64Type;
  158     Int64Type = SignedLongLong;
  159     IntMaxType = Int64Type;
tools/clang/lib/Basic/Targets/NVPTX.cpp
  134   Int64Type = HostTarget->getInt64Type();
tools/clang/lib/Basic/Targets/OSTargets.h
  525     this->Int64Type = TargetInfo::SignedLongLong;
  764     this->Int64Type = TargetInfo::SignedLongLong;
tools/clang/lib/Basic/Targets/PNaCl.h
   34     this->Int64Type = TargetInfo::SignedLongLong;
tools/clang/lib/Basic/Targets/PPC.h
  376     Int64Type = SignedLong;
tools/clang/lib/Basic/Targets/RISCV.h
  109     IntMaxType = Int64Type = SignedLong;
tools/clang/lib/Basic/Targets/Sparc.h
  205     Int64Type = IntMaxType;
tools/clang/lib/Basic/Targets/SystemZ.h
   38     Int64Type = SignedLong;
tools/clang/lib/Basic/Targets/X86.h
  614     Int64Type = IsX32 ? SignedLongLong : SignedLong;
  711     Int64Type = SignedLongLong;
  808     Int64Type = SignedLongLong;
  835     Int64Type = SignedLongLong;