| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 73 context.hasSameType(GetBasicQualType(eBasicTypeInt), context.IntTy)); in TEST_F() 132 EXPECT_EQ(GetBasicQualType(eBasicTypeInt), GetBasicQualType("int")); in TEST_F() 133 EXPECT_EQ(GetBasicQualType(eBasicTypeInt), GetBasicQualType("signed int")); in TEST_F() 243 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() 251 eBasicTypeInt, eBasicTypeUnsignedInt, eBasicTypeLong, in TEST_F() 277 CompilerType basic_compiler_type = ast.GetBasicType(BasicType::eBasicTypeInt); in TEST_F() 386 CompilerType int_type = m_ast->GetBasicType(eBasicTypeInt); in TEST_F() 750 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() 774 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() 902 m_ast->CreateFunctionType(m_ast->GetBasicType(lldb::eBasicTypeInt), in TEST_F() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 72 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd() 75 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/synthcapping/ |
| H A D | fooSynthProvider.py | 8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ |
| H A D | fooSynthProvider.py | 8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/type/ |
| H A D | TestTypeList.py | 134 int_type = id_type.GetBasicType(lldb.eBasicTypeInt)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 195 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetItemInfoHandler.cpp | 265 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetItemInfo()
|
| H A D | AppleGetQueuesHandler.cpp | 271 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
|
| H A D | AppleGetPendingItemsHandler.cpp | 268 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetPendingItems()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 269 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 58 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 214 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSNumber.py | 89 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 334 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 763 eBasicTypeInt, enumerator
|
| /llvm-project-15.0.7/lldb/test/API/python_api/sbdata/ |
| H A D | TestSBData.py | 225 lldb.eBasicTypeInt))
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 867 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 571 if basic_type == eBasicTypeInt: return (True,True)
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 496 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 1025 .. py:data:: eBasicTypeInt
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 881 g_type_map.Append(ConstString("int"), eBasicTypeInt); in GetBasicTypeEnumeration() 882 g_type_map.Append(ConstString("signed int"), eBasicTypeInt); in GetBasicTypeEnumeration() 2035 case eBasicTypeInt: in GetOpaqueCompilerType() 5510 return eBasicTypeInt; in GetBasicTypeEnumeration()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 826 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
|