Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSIndexSet.py46 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
49 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
51 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
54 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFDictionary.py47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
87 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
130 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSSet.py47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
112 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
156 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSMachPort.py47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBinaryHeap.py47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSData.py48 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBag.py47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBitVector.py69 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A Dobjc_runtime.py697 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp99 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeUnsignedInt), in TEST_F()
134 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedInt), in TEST_F()
136 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedInt), in TEST_F()
251 eBasicTypeInt, eBasicTypeUnsignedInt, eBasicTypeLong, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp196 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp67 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp215 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp216 lldb::eBasicTypeUnsignedInt); in NSStringSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp335 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h764 eBasicTypeUnsignedInt, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp878 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig572 if basic_type == eBasicTypeUnsignedInt: return (True,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1026 .. py:data:: eBasicTypeUnsignedInt
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp883 g_type_map.Append(ConstString("unsigned int"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
884 g_type_map.Append(ConstString("unsigned"), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()
2037 case eBasicTypeUnsignedInt: in GetOpaqueCompilerType()
5512 return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()