Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h174 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
223 IntType getInt64Type() const { return Int64Type; } in getInt64Type()
225 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargets.cpp532 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
647 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
1315 Int64Type = SignedLong; in PPC64TargetInfo()
1332 Int64Type = SignedLongLong; in PPC64TargetInfo()
3565 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo()
3619 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()
3686 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()
3703 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()
3714 Int64Type = SignedLongLong; in BitrigX86_64TargetInfo()
4653 Int64Type = SignedLongLong; in AArch64TargetInfo()
[all …]
H A DTargetInfo.cpp60 Int64Type = SignedLongLong; in TargetInfo()
303 Int64Type = SignedLong; in adjust()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go482 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func
492 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func