HomeSort by: relevance | last modified time | path
    Searched refs:SignedLongLong (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
PNaCl.h 33 this->IntMaxType = TargetInfo::SignedLongLong;
34 this->Int64Type = TargetInfo::SignedLongLong;
MSP430.h 44 IntMaxType = SignedLongLong;
AArch64.cpp 47 Int64Type = SignedLongLong;
48 IntMaxType = SignedLongLong;
821 IntMaxType = SignedLongLong;
822 Int64Type = SignedLongLong;
824 PtrDiffType = SignedLongLong;
825 IntPtrType = SignedLongLong;
903 Int64Type = SignedLongLong;
905 IntMaxType = SignedLongLong;
WebAssembly.h 116 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong)
123 ? (IsSigned ? SignedLongLong : UnsignedLongLong)
Mips.h 119 Int64Type = SignedLongLong;
145 Int64Type = SignedLongLong;
158 Int64Type = SignedLongLong;
X86.h 676 IntMaxType = IsX32 ? SignedLongLong : SignedLong;
677 Int64Type = IsX32 ? SignedLongLong : SignedLong;
775 IntMaxType = SignedLongLong;
776 Int64Type = SignedLongLong;
778 PtrDiffType = SignedLongLong;
779 IntPtrType = SignedLongLong;
873 Int64Type = SignedLongLong;
899 IntMaxType = SignedLongLong;
900 Int64Type = SignedLongLong;
OSTargets.h 162 ? (IsSigned ? TargetInfo::SignedLongLong
469 this->IntMaxType = TargetInfo::SignedLongLong;
470 this->Int64Type = TargetInfo::SignedLongLong;
532 this->IntMaxType = TargetInfo::SignedLongLong;
533 this->Int64Type = TargetInfo::SignedLongLong;
839 this->IntMaxType = TargetInfo::SignedLongLong;
840 this->Int64Type = TargetInfo::SignedLongLong;
Sparc.h 208 IntMaxType = SignedLongLong;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 94 IntMaxType = SignedLongLong;
100 Int64Type = SignedLongLong;
183 case SignedLongLong: return "long long int";
197 case SignedLongLong: return "LL";
226 case SignedLongLong:
244 case SignedLongLong:
260 return IsSigned ? SignedLongLong : UnsignedLongLong;
275 return IsSigned ? SignedLongLong : UnsignedLongLong;
320 case SignedLongLong:
334 case SignedLongLong
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 120 SignedLongLong,
327 return SignedLongLong;
371 case SignedLongLong:
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 872 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder);
970 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder);
997 DefineExactWidthIntTypeSize(TargetInfo::SignedLongLong, TI, Builder);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 8564 case TargetInfo::SignedLongLong: return LongLongTy;
10311 case TargetInfo::SignedLongLong:
10332 case TargetInfo::SignedLongLong:

Completed in 31 milliseconds