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.h805 eBasicTypeUnsignedShort, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp365 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.cpp882 {"unsigned short", eBasicTypeUnsignedShort}, in GetBasicTypeEnumeration()
883 {"unsigned short int", eBasicTypeUnsignedShort}, in GetBasicTypeEnumeration()
2073 case eBasicTypeUnsignedShort: in GetOpaqueCompilerType()
5441 return eBasicTypeUnsignedShort; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78306 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedShort", lldb::eBasicTypeUnsignedShort)},