Home
last modified time | relevance | path

Searched refs:eBasicTypeShort (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp94 context.hasSameType(GetBasicQualType(eBasicTypeShort), context.ShortTy)); in TEST_F()
126 EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short")); in TEST_F()
127 EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short int")); in TEST_F()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNumber.py84 ).GetBasicType(lldb.eBasicTypeShort)
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp336 CompilerType short_type = ast->GetBasicType(eBasicTypeShort); in GetSiginfoType()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h761 eBasicTypeShort, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp870 return lldb::eBasicTypeShort; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig569 if basic_type == eBasicTypeShort: return (True,True)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1023 .. py:data:: eBasicTypeShort
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp874 g_type_map.Append(ConstString("short"), eBasicTypeShort); in GetBasicTypeEnumeration()
875 g_type_map.Append(ConstString("short int"), eBasicTypeShort); in GetBasicTypeEnumeration()
2031 case eBasicTypeShort: in GetOpaqueCompilerType()
5506 return eBasicTypeShort; in GetBasicTypeEnumeration()