Searched refs:eBasicTypeUnsignedInt (Results 1 – 20 of 20) sorted by relevance
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSIndexSet.py | 46 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 49 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 51 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 54 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | CFDictionary.py | 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 87 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 130 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSSet.py | 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 112 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 156 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSMachPort.py | 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | CFBinaryHeap.py | 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSData.py | 48 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | CFBag.py | 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | CFBitVector.py | 69 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | objc_runtime.py | 697 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 99 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 D | PlatformFreeBSD.cpp | 196 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 67 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 215 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSString.cpp | 216 lldb::eBasicTypeUnsignedInt); in NSStringSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 335 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 764 eBasicTypeUnsignedInt, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 878 return lldb::eBasicTypeUnsignedInt; in GetCompilerTypeForSimpleKind()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 572 if basic_type == eBasicTypeUnsignedInt: return (True,False)
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 1026 .. py:data:: eBasicTypeUnsignedInt
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 883 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()
|