Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h816 eBasicTypeUnsignedInt128, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig591 if basic_type == eBasicTypeUnsignedInt128: return (True,False)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp970 return lldb::eBasicTypeUnsignedInt128; in GetCompilerTypeForSimpleKind()
/freebsd-13-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1034 .. py:data:: eBasicTypeUnsignedInt128
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp844 {"__uint128_t", eBasicTypeUnsignedInt128}, in GetBasicTypeEnumeration()
2041 case eBasicTypeUnsignedInt128: in GetOpaqueCompilerType()
5544 return eBasicTypeUnsignedInt128; in GetBasicTypeEnumeration()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81601 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt128", (lldb::eBasicTypeUnsignedInt128))},