Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedShort (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp107 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeUnsignedShort), in TEST_F()
128 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedShort), in TEST_F()
130 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedShort), in TEST_F()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNumber.py87 ).GetBasicType(lldb.eBasicTypeUnsignedShort)
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h762 eBasicTypeUnsignedShort, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp881 return lldb::eBasicTypeUnsignedShort; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig570 if basic_type == eBasicTypeUnsignedShort: return (True,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1024 .. py:data:: eBasicTypeUnsignedShort
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp876 g_type_map.Append(ConstString("unsigned short"), eBasicTypeUnsignedShort); in GetBasicTypeEnumeration()
878 eBasicTypeUnsignedShort); in GetBasicTypeEnumeration()
2033 case eBasicTypeUnsignedShort: in GetOpaqueCompilerType()
5508 return eBasicTypeUnsignedShort; in GetBasicTypeEnumeration()