Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSNumber.py82 ).GetBasicType(lldb.eBasicTypeShort)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp339 CompilerType short_type = ast->GetBasicType(eBasicTypeShort); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h766 eBasicTypeShort, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig569 if basic_type == eBasicTypeShort: return (True,True)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp964 return lldb::eBasicTypeShort; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1023 .. py:data:: eBasicTypeShort
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp877 g_type_map.Append(ConstString("short"), eBasicTypeShort); in GetBasicTypeEnumeration()
878 g_type_map.Append(ConstString("short int"), eBasicTypeShort); in GetBasicTypeEnumeration()
2064 case eBasicTypeShort: in GetOpaqueCompilerType()
5559 return eBasicTypeShort; in GetBasicTypeEnumeration()