Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFDictionary.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
84 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
127 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSSet.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
109 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
153 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSMachPort.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFBinaryHeap.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSData.py45 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFBag.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSIndexSet.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFBitVector.py66 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DCFArray.py72 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A DNSNumber.py95 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
H A Dobjc_runtime.py694 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp103 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeUnsignedLong), in TEST_F()
140 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLong), in TEST_F()
142 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLong), in TEST_F()
252 eBasicTypeUnsignedLong, eBasicTypeLongLong, eBasicTypeUnsignedLongLong, in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h766 eBasicTypeUnsignedLong, enumerator
/llvm-project-15.0.7/lldb/examples/synthetic/
H A Dlibcxx.py783 self.count_type = valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp885 return lldb::eBasicTypeUnsignedLong; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig574 if basic_type == eBasicTypeUnsignedLong: return (True,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1028 .. py:data:: eBasicTypeUnsignedLong
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp889 g_type_map.Append(ConstString("unsigned long"), eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
891 eBasicTypeUnsignedLong); in GetBasicTypeEnumeration()
2041 case eBasicTypeUnsignedLong: in GetOpaqueCompilerType()
5516 return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()