Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp261 (*type_system_or_err)->GetBasicTypeFromAST(eBasicTypeUnsignedLong)); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h812 eBasicTypeUnsignedLong, enumerator
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig587 if basic_type == eBasicTypeUnsignedLong: return (True,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp983 return lldb::eBasicTypeUnsignedLong; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1030 .. py:data:: eBasicTypeUnsignedLong
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp833 {"unsigned long", eBasicTypeUnsignedLong}, in GetBasicTypeEnumeration()
834 {"unsigned long int", eBasicTypeUnsignedLong}, in GetBasicTypeEnumeration()
2033 case eBasicTypeUnsignedLong: in GetOpaqueCompilerType()
5536 return eBasicTypeUnsignedLong; in GetBasicTypeEnumeration()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81597 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedLong", (lldb::eBasicTypeUnsignedLong))},