Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp71 context.hasSameType(GetBasicQualType(eBasicTypeInt), context.IntTy)); in TEST_F()
129 EXPECT_EQ(GetBasicQualType(eBasicTypeInt), GetBasicQualType("int")); in TEST_F()
130 EXPECT_EQ(GetBasicQualType(eBasicTypeInt), GetBasicQualType("signed int")); in TEST_F()
240 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F()
248 eBasicTypeInt, eBasicTypeUnsignedInt, eBasicTypeLong, in TEST_F()
274 CompilerType basic_compiler_type = ast.GetBasicType(BasicType::eBasicTypeInt); in TEST_F()
383 CompilerType int_type = m_ast->GetBasicType(eBasicTypeInt); in TEST_F()
561 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F()
585 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F()
713 m_ast->CreateFunctionType(m_ast->GetBasicType(lldb::eBasicTypeInt), in TEST_F()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp76 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
79 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
/external/llvm-project/lldb/test/API/functionalities/data-formatter/synthcapping/
DfooSynthProvider.py8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/
DfooSynthProvider.py8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/llvm-project/lldb/test/API/python_api/type/
DTestTypeList.py132 int_type = id_type.GetBasicType(lldb.eBasicTypeInt)
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.cpp267 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetPendingItems()
DAppleGetThreadItemInfoHandler.cpp268 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp270 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
DAppleGetItemInfoHandler.cpp264 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetItemInfo()
/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp58 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
/external/llvm-project/lldb/examples/summaries/cocoa/
DNSNumber.py89 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h749 eBasicTypeInt, enumerator
/external/llvm-project/lldb/test/API/python_api/sbdata/
DTestSBData.py220 lldb.eBasicTypeInt))
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp728 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
/external/llvm-project/lldb/bindings/python/
Dpython-extensions.swig569 if basic_type == eBasicTypeInt: return (True,True)
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp494 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp890 g_type_map.Append(ConstString("int"), eBasicTypeInt); in GetBasicTypeEnumeration()
891 g_type_map.Append(ConstString("signed int"), eBasicTypeInt); in GetBasicTypeEnumeration()
1923 case eBasicTypeInt: in GetOpaqueCompilerType()
5342 return eBasicTypeInt; in GetBasicTypeEnumeration()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp842 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()