Searched refs:Int64Type (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/samples/winrt/ImageManipulations/common/ |
D | suspensionmanager.cpp | 302 UInt8Type, UInt16Type, UInt32Type, UInt64Type, Int16Type, Int32Type, Int64Type, 348 writer->WriteByte(Int64Type); 459 case Int64Type:
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 181 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType, 230 IntType getInt64Type() const { return Int64Type; } in getInt64Type() 232 return getCorrespondingUnsignedType(Int64Type); in getUInt64Type()
|
/external/clang/lib/Basic/ |
D | TargetInfo.cpp | 63 Int64Type = SignedLongLong; in TargetInfo() 307 Int64Type = SignedLong; in adjust()
|
D | Targets.cpp | 566 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo() 716 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo() 1513 Int64Type = SignedLong; in PPC64TargetInfo() 1530 Int64Type = SignedLongLong; in PPC64TargetInfo() 3963 Int64Type = IsX32 ? SignedLongLong : SignedLong; in X86_64TargetInfo() 4035 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo() 4139 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo() 4164 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo() 4173 Int64Type = SignedLongLong; in BitrigX86_64TargetInfo() 5272 Int64Type = SignedLongLong; in AArch64TargetInfo() [all …]
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return } func 494 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return } func
|