Home
last modified time | relevance | path

Searched refs:Int64Type (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DMips.h119 Int64Type = SignedLongLong; in setO32ABITypes()
120 IntMaxType = Int64Type; in setO32ABITypes()
145 Int64Type = SignedLongLong; in setN64ABITypes()
147 Int64Type = SignedLong; in setN64ABITypes()
149 IntMaxType = Int64Type; in setN64ABITypes()
158 Int64Type = SignedLongLong; in setN32ABITypes()
159 IntMaxType = Int64Type; in setN32ABITypes()
H A DAArch64.cpp47 Int64Type = SignedLongLong; in AArch64TargetInfo()
53 Int64Type = SignedLong; in AArch64TargetInfo()
822 Int64Type = SignedLongLong; in WindowsARM64TargetInfo()
903 Int64Type = SignedLongLong; in DarwinAArch64TargetInfo()
H A DX86.h677 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
776 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
873 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
900 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
H A DVE.h41 Int64Type = SignedLong; in VETargetInfo()
H A DPNaCl.h34 this->Int64Type = TargetInfo::SignedLongLong; in PNaClTargetInfo()
H A DBPF.h36 Int64Type = SignedLong; in BPFTargetInfo()
H A DSystemZ.h39 Int64Type = SignedLong; in SystemZTargetInfo()
H A DRISCV.h149 IntMaxType = Int64Type = SignedLong; in RISCV64TargetInfo()
H A DSparc.h211 Int64Type = IntMaxType; in SparcV9TargetInfo()
H A DNVPTX.cpp140 Int64Type = HostTarget->getInt64Type(); in NVPTXTargetInfo()
H A DOSTargets.h470 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
533 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
840 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
H A DPPC.h410 Int64Type = SignedLong; in PPC64TargetInfo()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h133 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,
350 IntType getInt64Type() const { return Int64Type; } in getInt64Type()
352 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp100 Int64Type = SignedLongLong; in TargetInfo()
394 Int64Type = SignedLong; in adjust()
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go549 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func
559 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func