Home
last modified time | relevance | path

Searched refs:eBasicTypeLong (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFArray.py97 ).GetBasicType(lldb.eBasicTypeLong)
125 ).GetBasicType(lldb.eBasicTypeLong)
H A DNSNumber.py92 ).GetBasicType(lldb.eBasicTypeLong)
/llvm-project-15.0.7/lldb/examples/summaries/
H A Dsynth.py40 type = self.value.target.GetBasicType(lldb.eBasicTypeLong)
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp77 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 DPlatformFreeBSD.cpp197 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp216 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp337 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h765 eBasicTypeLong, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp883 return lldb::eBasicTypeLong; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig573 if basic_type == eBasicTypeLong: return (True,True)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1027 .. py:data:: eBasicTypeLong
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp887 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()