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

  /src/external/apache2/llvm/dist/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;
PNaCl.h 34 this->Int64Type = TargetInfo::SignedLongLong;
VE.h 41 Int64Type = SignedLong;
BPF.h 36 Int64Type = SignedLong;
SystemZ.h 39 Int64Type = SignedLong;
AArch64.cpp 47 Int64Type = SignedLongLong;
53 Int64Type = SignedLong;
822 Int64Type = SignedLongLong;
903 Int64Type = SignedLongLong;
RISCV.h 149 IntMaxType = Int64Type = SignedLong;
Sparc.h 211 Int64Type = IntMaxType;
NVPTX.cpp 140 Int64Type = HostTarget->getInt64Type();
X86.h 677 Int64Type = IsX32 ? SignedLongLong : SignedLong;
776 Int64Type = SignedLongLong;
873 Int64Type = SignedLongLong;
900 Int64Type = SignedLongLong;
PPC.h 410 Int64Type = SignedLong;
OSTargets.h 470 this->Int64Type = TargetInfo::SignedLongLong;
533 this->Int64Type = TargetInfo::SignedLongLong;
840 this->Int64Type = TargetInfo::SignedLongLong;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 100 Int64Type = SignedLongLong;
394 Int64Type = SignedLong;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 133 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,
350 IntType getInt64Type() const { return Int64Type; }
352 return getCorrespondingUnsignedType(Int64Type);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 549 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }
559 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return }

Completed in 37 milliseconds