Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSIndexSet.py41 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
44 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
46 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
49 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFDictionary.py42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
82 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
125 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSSet.py42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
107 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
151 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSMachPort.py42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBinaryHeap.py42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSData.py43 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBag.py42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBitVector.py68 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A Dobjc_runtime.py697 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp70 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp216 lldb::eBasicTypeUnsignedInt); in NSStringSummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp338 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h769 eBasicTypeUnsignedInt, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig572 if basic_type == eBasicTypeUnsignedInt: return (True,False)
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp972 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1026 .. py:data:: eBasicTypeUnsignedInt
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp886 g_type_map.Append(ConstString("unsigned int"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
887 g_type_map.Append(ConstString("unsigned"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
2070 case eBasicTypeUnsignedInt: in GetOpaqueCompilerType()
5565 return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()