Home
last modified time | relevance | path

Searched refs:eBasicTypeLongLong (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp80 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeLongLong), in TEST_F()
141 EXPECT_EQ(GetBasicQualType(eBasicTypeLongLong), in TEST_F()
143 EXPECT_EQ(GetBasicQualType(eBasicTypeLongLong), in TEST_F()
249 eBasicTypeUnsignedLong, eBasicTypeLongLong, eBasicTypeUnsignedLongLong, in TEST_F()
/external/llvm-project/lldb/examples/summaries/cocoa/
DNSNumber.py98 ).GetBasicType(lldb.eBasicTypeLongLong)
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h753 eBasicTypeLongLong, enumerator
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp726 return lldb::eBasicTypeLongLong; in GetCompilerTypeForSimpleKind()
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig573 if basic_type == eBasicTypeLongLong: return (True,True)
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp903 g_type_map.Append(ConstString("long long"), eBasicTypeLongLong); in GetBasicTypeEnumeration()
904 g_type_map.Append(ConstString("long long int"), eBasicTypeLongLong); in GetBasicTypeEnumeration()
1931 case eBasicTypeLongLong: in GetOpaqueCompilerType()
5350 return eBasicTypeLongLong; in GetBasicTypeEnumeration()