Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedLong (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFDictionary.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
79 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
122 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSSet.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
104 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
148 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSMachPort.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFBinaryHeap.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSData.py40 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFBag.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSIndexSet.py39 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFBitVector.py65 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFArray.py67 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSNumber.py93 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A Dobjc_runtime.py694 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h771 eBasicTypeUnsignedLong, enumerator
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dlibcxx.py783 self.count_type = valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig574 if basic_type == eBasicTypeUnsignedLong: return (True,False)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp979 return lldb::eBasicTypeUnsignedLong; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1028 .. py:data:: eBasicTypeUnsignedLong
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp892 g_type_map.Append(ConstString("unsigned long"), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
894 eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
2074 case eBasicTypeUnsignedLong: in GetOpaqueCompilerType()
5569 return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()