Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedInt128 (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h813 eBasicTypeUnsignedInt128, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig591 if basic_type == eBasicTypeUnsignedInt128: return (True,False)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp970 return lldb::eBasicTypeUnsignedInt128; in GetCompilerTypeForSimpleKind()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1034 .. py:data:: eBasicTypeUnsignedInt128
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp905 {"__uint128_t", eBasicTypeUnsignedInt128}, in GetBasicTypeEnumeration()
2089 case eBasicTypeUnsignedInt128: in GetOpaqueCompilerType()
5457 return eBasicTypeUnsignedInt128; in GetBasicTypeEnumeration()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78314 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt128", lldb::eBasicTypeUnsignedInt128)},