Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp91 context.hasSameType(GetBasicQualType(eBasicTypeShort), context.ShortTy)); in TEST_F()
123 EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short")); in TEST_F()
124 EXPECT_EQ(GetBasicQualType(eBasicTypeShort), GetBasicQualType("short int")); in TEST_F()
/external/llvm-project/lldb/examples/summaries/cocoa/
DNSNumber.py84 ).GetBasicType(lldb.eBasicTypeShort)
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h747 eBasicTypeShort, enumerator
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp731 return lldb::eBasicTypeShort; in GetCompilerTypeForSimpleKind()
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig567 if basic_type == eBasicTypeShort: return (True,True)
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp883 g_type_map.Append(ConstString("short"), eBasicTypeShort); in GetBasicTypeEnumeration()
884 g_type_map.Append(ConstString("short int"), eBasicTypeShort); in GetBasicTypeEnumeration()
1919 case eBasicTypeShort: in GetOpaqueCompilerType()
5338 return eBasicTypeShort; in GetBasicTypeEnumeration()