Searched refs:eBasicTypeLong (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | CFArray.py | 97 ).GetBasicType(lldb.eBasicTypeLong) 125 ).GetBasicType(lldb.eBasicTypeLong)
|
| H A D | NSNumber.py | 92 ).GetBasicType(lldb.eBasicTypeLong)
|
| /llvm-project-15.0.7/lldb/examples/summaries/ |
| H A D | synth.py | 40 type = self.value.target.GetBasicType(lldb.eBasicTypeLong)
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 77 context.hasSameType(GetBasicQualType(eBasicTypeLong), context.LongTy)); in TEST_F() 138 EXPECT_EQ(GetBasicQualType(eBasicTypeLong), GetBasicQualType("long")); in TEST_F() 139 EXPECT_EQ(GetBasicQualType(eBasicTypeLong), GetBasicQualType("long int")); 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 | 197 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 216 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 337 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 765 eBasicTypeLong, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 883 return lldb::eBasicTypeLong; in GetCompilerTypeForSimpleKind()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 573 if basic_type == eBasicTypeLong: return (True,True)
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 1027 .. py:data:: eBasicTypeLong
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 887 g_type_map.Append(ConstString("long"), eBasicTypeLong); in GetBasicTypeEnumeration() 888 g_type_map.Append(ConstString("long int"), eBasicTypeLong); in GetBasicTypeEnumeration() 2039 case eBasicTypeLong: in GetOpaqueCompilerType() 5514 return eBasicTypeLong; in GetBasicTypeEnumeration()
|