Searched refs:eBasicTypeInt (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 71 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/ |
D | BlockPointer.cpp | 76 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/ |
D | fooSynthProvider.py | 8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ |
D | fooSynthProvider.py | 8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
|
/external/llvm-project/lldb/test/API/python_api/type/ |
D | TestTypeList.py | 132 int_type = id_type.GetBasicType(lldb.eBasicTypeInt)
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetThreadItemInfoHandler.cpp | 268 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
|
D | AppleGetQueuesHandler.cpp | 270 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
|
D | AppleGetPendingItemsHandler.cpp | 267 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetPendingItems()
|
D | AppleGetItemInfoHandler.cpp | 264 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetItemInfo()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | VectorType.cpp | 58 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
|
/external/llvm-project/lldb/examples/summaries/cocoa/ |
D | NSNumber.py | 89 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-enumerations.h | 749 eBasicTypeInt, enumerator
|
/external/llvm-project/lldb/test/API/python_api/sbdata/ |
D | TestSBData.py | 220 lldb.eBasicTypeInt))
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 728 return lldb::eBasicTypeInt; in GetCompilerTypeForSimpleKind()
|
/external/llvm-project/lldb/bindings/python/ |
D | python-extensions.swig | 569 if basic_type == eBasicTypeInt: return (True,True)
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 494 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 890 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/ |
D | DWARFASTParserClang.cpp | 842 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
|