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

References

tools/clang/include/clang/Basic/TargetInfo.h
  280       return SignedLongLong;
  320     case SignedLongLong:
tools/clang/lib/AST/ASTContext.cpp
 7888   case TargetInfo::SignedLongLong: return LongLongTy;
 9440       case TargetInfo::SignedLongLong:
 9461       case TargetInfo::SignedLongLong:
tools/clang/lib/Basic/TargetInfo.cpp
   90   IntMaxType = SignedLongLong;
   96   Int64Type = SignedLongLong;
  169   case SignedLongLong:   return "long long int";
  183   case SignedLongLong:   return "LL";
  212   case SignedLongLong:
  230   case SignedLongLong:
  246     return IsSigned ? SignedLongLong : UnsignedLongLong;
  261     return IsSigned ? SignedLongLong : UnsignedLongLong;
  301   case SignedLongLong:
  315   case SignedLongLong:
  374     IntMaxType = SignedLongLong;
tools/clang/lib/Basic/Targets/AArch64.cpp
   40     Int64Type = SignedLongLong;
   41     IntMaxType = SignedLongLong;
  554   IntMaxType = SignedLongLong;
  555   Int64Type = SignedLongLong;
  557   PtrDiffType = SignedLongLong;
  558   IntPtrType = SignedLongLong;
  633   Int64Type = SignedLongLong;
tools/clang/lib/Basic/Targets/MSP430.h
   44     IntMaxType = SignedLongLong;
tools/clang/lib/Basic/Targets/Mips.h
  119     Int64Type = SignedLongLong;
  145       Int64Type = SignedLongLong;
  158     Int64Type = SignedLongLong;
tools/clang/lib/Basic/Targets/OSTargets.h
  171                ? (IsSigned ? TargetInfo::SignedLongLong
  524     this->IntMaxType = TargetInfo::SignedLongLong;
  525     this->Int64Type = TargetInfo::SignedLongLong;
  763     this->IntMaxType = TargetInfo::SignedLongLong;
  764     this->Int64Type = TargetInfo::SignedLongLong;
tools/clang/lib/Basic/Targets/PNaCl.h
   33     this->IntMaxType = TargetInfo::SignedLongLong;
   34     this->Int64Type = TargetInfo::SignedLongLong;
tools/clang/lib/Basic/Targets/Sparc.h
  202       IntMaxType = SignedLongLong;
tools/clang/lib/Basic/Targets/WebAssembly.h
  107     return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong)
  114                ? (IsSigned ? SignedLongLong : UnsignedLongLong)
tools/clang/lib/Basic/Targets/X86.h
  613     IntMaxType = IsX32 ? SignedLongLong : SignedLong;
  614     Int64Type = IsX32 ? SignedLongLong : SignedLong;
  710     IntMaxType = SignedLongLong;
  711     Int64Type = SignedLongLong;
  713     PtrDiffType = SignedLongLong;
  714     IntPtrType = SignedLongLong;
  808     Int64Type = SignedLongLong;
  834     IntMaxType = SignedLongLong;
  835     Int64Type = SignedLongLong;
tools/clang/lib/Frontend/InitPreprocessor.cpp
  784   DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder);
  882     DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder);
  909     DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder);