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

References

tools/clang/lib/AST/ASTContext.cpp
 9434       switch (Context.getTargetInfo().getInt64Type()) {
tools/clang/lib/Basic/Targets/NVPTX.cpp
  134   Int64Type = HostTarget->getInt64Type();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  217     Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
  237     Ty = IsSigned ? TI.getInt64Type() : TI.getUInt64Type();
tools/clang/lib/Sema/SemaChecking.cpp
 1690         Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong;