Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDVectorType.cpp71 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.cpp218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDNSString.cpp210 lldb::eBasicTypeUnsignedInt); in NSStringSummaryProvider()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h810 eBasicTypeUnsignedInt, enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-extensions.swig585 if basic_type == eBasicTypeUnsignedInt: return (True,False)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp976 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst1028 .. py:data:: eBasicTypeUnsignedInt
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp827 {"unsigned int", eBasicTypeUnsignedInt}, in GetBasicTypeEnumeration()
828 {"unsigned", eBasicTypeUnsignedInt}, in GetBasicTypeEnumeration()
2029 case eBasicTypeUnsignedInt: in GetOpaqueCompilerType()
5532 return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81595 {SWIG_LUA_CONSTTAB_INT("eBasicTypeUnsignedInt", (lldb::eBasicTypeUnsignedInt))},