Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h811 eBasicTypeUnsignedLongLong, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp488 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig589 if basic_type == eBasicTypeUnsignedLongLong: return (True,False)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp973 return lldb::eBasicTypeUnsignedLongLong; in GetCompilerTypeForSimpleKind()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1032 .. py:data:: eBasicTypeUnsignedLongLong
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp900 {"unsigned long long", eBasicTypeUnsignedLongLong}, in GetBasicTypeEnumeration()
901 {"unsigned long long int", eBasicTypeUnsignedLongLong}, in GetBasicTypeEnumeration()
2085 case eBasicTypeUnsignedLongLong: in GetOpaqueCompilerType()
5453 return eBasicTypeUnsignedLongLong; in GetBasicTypeEnumeration()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78312 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedLongLong", lldb::eBasicTypeUnsignedLongLong)},