Searched refs:eBasicTypeLongLong (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 80 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/ |
D | NSNumber.py | 98 ).GetBasicType(lldb.eBasicTypeLongLong)
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-enumerations.h | 753 eBasicTypeLongLong, enumerator
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 726 return lldb::eBasicTypeLongLong; in GetCompilerTypeForSimpleKind()
|
/external/llvm-project/lldb/bindings/python/ |
D | python-extensions.swig | 573 if basic_type == eBasicTypeLongLong: return (True,True)
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 903 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()
|