Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp67 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h755 eBasicTypeUnsignedInt, enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp739 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython-extensions.swig571 if basic_type == eBasicTypeUnsignedInt: return (True,False)
/freebsd-12-stable/contrib/llvm-project/lldb/docs/
Dpython_api_enums.rst1025 .. py:data:: eBasicTypeUnsignedInt
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
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-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp71023 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt", lldb::eBasicTypeUnsignedInt)},