Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h821 eBasicTypeUnsignedShort, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp388 case lldb::eBasicTypeUnsignedShort: in IsPromotableIntegerType()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig583 if basic_type == eBasicTypeUnsignedShort: return (True,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp979 return lldb::eBasicTypeUnsignedShort; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1026 .. py:data:: eBasicTypeUnsignedShort
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp841 {"unsigned short", eBasicTypeUnsignedShort}, in GetBasicTypeEnumeration()
842 {"unsigned short int", eBasicTypeUnsignedShort}, in GetBasicTypeEnumeration()
2044 case eBasicTypeUnsignedShort: in GetOpaqueCompilerType()
5502 return eBasicTypeUnsignedShort; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82997 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedShort", (lldb::eBasicTypeUnsignedShort))},