Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp70 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp210 lldb::eBasicTypeUnsignedInt); in NSStringSummaryProvider()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h807 eBasicTypeUnsignedInt, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig585 if basic_type == eBasicTypeUnsignedInt: return (True,False)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp976 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1028 .. py:data:: eBasicTypeUnsignedInt
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp888 {"unsigned int", eBasicTypeUnsignedInt}, in GetBasicTypeEnumeration()
889 {"unsigned", eBasicTypeUnsignedInt}, in GetBasicTypeEnumeration()
2077 case eBasicTypeUnsignedInt: in GetOpaqueCompilerType()
5445 return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78308 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt", lldb::eBasicTypeUnsignedInt)},