Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp105 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeUnsignedLongLong), in TEST_F()
148 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLongLong), in TEST_F()
150 EXPECT_EQ(GetBasicQualType(eBasicTypeUnsignedLongLong), in TEST_F()
252 eBasicTypeUnsignedLong, eBasicTypeLongLong, eBasicTypeUnsignedLongLong, in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp271 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetItemInfo()
H A DAppleGetQueuesHandler.cpp281 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetCurrentQueues()
H A DAppleGetPendingItemsHandler.cpp274 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp275 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetThreadItemInfo()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNumber.py101 ).GetBasicType(lldb.eBasicTypeUnsignedLongLong)
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h768 eBasicTypeUnsignedLongLong, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp473 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp875 return lldb::eBasicTypeUnsignedLongLong; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig576 if basic_type == eBasicTypeUnsignedLongLong: return (True,False)
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1030 .. py:data:: eBasicTypeUnsignedLongLong
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp897 eBasicTypeUnsignedLongLong); in GetBasicTypeEnumeration()
899 eBasicTypeUnsignedLongLong); in GetBasicTypeEnumeration()
2045 case eBasicTypeUnsignedLongLong: in GetOpaqueCompilerType()
5520 return eBasicTypeUnsignedLongLong; in GetBasicTypeEnumeration()