Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h808 eBasicTypeUnsignedShort, enumerator
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp386 case lldb::eBasicTypeUnsignedShort: in IsPromotableIntegerType()
/freebsd-head/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig583 if basic_type == eBasicTypeUnsignedShort: return (True,False)
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp979 return lldb::eBasicTypeUnsignedShort; in GetCompilerTypeForSimpleKind()
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1026 .. py:data:: eBasicTypeUnsignedShort
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp821 {"unsigned short", eBasicTypeUnsignedShort}, in GetBasicTypeEnumeration()
822 {"unsigned short int", eBasicTypeUnsignedShort}, in GetBasicTypeEnumeration()
2025 case eBasicTypeUnsignedShort: in GetOpaqueCompilerType()
5528 return eBasicTypeUnsignedShort; in GetBasicTypeEnumeration()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp81593 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedShort", (lldb::eBasicTypeUnsignedShort))},