Home
last modified time | relevance | path

Searched refs:eBasicTypeInt (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp73 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 DBlockPointer.cpp72 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 DfooSynthProvider.py8 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 DfooSynthProvider.py8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py134 int_type = id_type.GetBasicType(lldb.eBasicTypeInt)
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp195 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp265 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetItemInfo()
H A DAppleGetQueuesHandler.cpp271 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
H A DAppleGetPendingItemsHandler.cpp268 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp269 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp58 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp214 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNumber.py89 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp334 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h763 eBasicTypeInt, enumerator
/llvm-project-15.0.7/lldb/test/API/python_api/sbdata/
H A DTestSBData.py225 lldb.eBasicTypeInt))
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp867 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig571 if basic_type == eBasicTypeInt: return (True,True)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp496 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1025 .. py:data:: eBasicTypeInt
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp881 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 DDWARFASTParserClang.cpp826 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()