Home
last modified time | relevance | path

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

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