Home
last modified time | relevance | path

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

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