Searched refs:eBasicTypeUnsignedLongLong (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 105 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 D | AppleGetItemInfoHandler.cpp | 271 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetItemInfo()
|
| H A D | AppleGetQueuesHandler.cpp | 281 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetCurrentQueues()
|
| H A D | AppleGetPendingItemsHandler.cpp | 274 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetPendingItems()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 275 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetThreadItemInfo()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSNumber.py | 101 ).GetBasicType(lldb.eBasicTypeUnsignedLongLong)
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 768 eBasicTypeUnsignedLongLong, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 473 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 875 return lldb::eBasicTypeUnsignedLongLong; in GetCompilerTypeForSimpleKind()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 576 if basic_type == eBasicTypeUnsignedLongLong: return (True,False)
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 1030 .. py:data:: eBasicTypeUnsignedLongLong
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 897 eBasicTypeUnsignedLongLong); in GetBasicTypeEnumeration() 899 eBasicTypeUnsignedLongLong); in GetBasicTypeEnumeration() 2045 case eBasicTypeUnsignedLongLong: in GetOpaqueCompilerType() 5520 return eBasicTypeUnsignedLongLong; in GetBasicTypeEnumeration()
|