Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSNumber.py85 ).GetBasicType(lldb.eBasicTypeUnsignedShort)
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h767 eBasicTypeUnsignedShort, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig570 if basic_type == eBasicTypeUnsignedShort: return (True,False)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp975 return lldb::eBasicTypeUnsignedShort; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1024 .. py:data:: eBasicTypeUnsignedShort
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp879 g_type_map.Append(ConstString("unsigned short"), eBasicTypeUnsignedShort); in GetBasicTypeEnumeration()
881 eBasicTypeUnsignedShort); in GetBasicTypeEnumeration()
2066 case eBasicTypeUnsignedShort: in GetOpaqueCompilerType()
5561 return eBasicTypeUnsignedShort; in GetBasicTypeEnumeration()