Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp67 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h755 eBasicTypeUnsignedInt, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp739 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig571 if basic_type == eBasicTypeUnsignedInt: return (True,False)
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1025 .. py:data:: eBasicTypeUnsignedInt
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp893 g_type_map.Append(ConstString("unsigned int"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
894 g_type_map.Append(ConstString("unsigned"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
2031 case eBasicTypeUnsignedInt: in GetOpaqueCompilerType()
5471 return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp71023 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt", lldb::eBasicTypeUnsignedInt)},