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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Sparc.h 208 IntMaxType = SignedLongLong;
210 IntMaxType = SignedLong;
211 Int64Type = IntMaxType;
MSP430.h 44 IntMaxType = SignedLongLong;
PNaCl.h 33 this->IntMaxType = TargetInfo::SignedLongLong;
TCE.h 68 IntMaxType = SignedLong;
VE.h 40 IntMaxType = SignedLong;
BPF.h 35 IntMaxType = SignedLong;
Mips.h 120 IntMaxType = Int64Type;
149 IntMaxType = Int64Type;
159 IntMaxType = Int64Type;
SystemZ.h 38 IntMaxType = SignedLong;
AArch64.cpp 48 IntMaxType = SignedLongLong;
54 IntMaxType = SignedLong;
821 IntMaxType = SignedLongLong;
905 IntMaxType = SignedLongLong;
RISCV.h 149 IntMaxType = Int64Type = SignedLong;
NVPTX.cpp 133 IntMaxType = HostTarget->getIntMaxType();
PPC.h 409 IntMaxType = SignedLong;
OSTargets.h 469 this->IntMaxType = TargetInfo::SignedLongLong;
532 this->IntMaxType = TargetInfo::SignedLongLong;
839 this->IntMaxType = TargetInfo::SignedLongLong;
X86.h 676 IntMaxType = IsX32 ? SignedLongLong : SignedLong;
775 IntMaxType = SignedLongLong;
899 IntMaxType = SignedLongLong;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 132 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
332 IntType getIntMaxType() const { return IntMaxType; }
334 return getCorrespondingUnsignedType(IntMaxType);
742 return getTypeWidth(IntMaxType);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 94 IntMaxType = SignedLongLong;
393 IntMaxType = SignedLongLong;

Completed in 22 milliseconds