Home
last modified time | relevance | path

Searched refs:GetArrayType (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp931 EXPECT_EQ(bool_.GetArrayType(47), in TEST_F()
932 cv_bool.GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()
936 bool_.GetArrayType(42).GetArrayType(47), in TEST_F()
937 cv_bool.GetArrayType(42).GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()
945 bool_.GetPointerType().GetArrayType(47), in TEST_F()
946 cv_bool.GetPointerType().GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp322 {"_retval", int_type.GetArrayType(2)}, in GetSiginfoType()
324 {"_args", long_long_type.GetArrayType(8)}, in GetSiginfoType()
/llvm-project-15.0.7/lldb/examples/summaries/
H A Dsynth.py48 lldb.eBasicTypeChar).GetArrayType(
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i514 ") GetArrayType;
516 GetArrayType (uint64_t size);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h152 lldb::SBType GetArrayType(uint64_t size);
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp214 SBType SBType::GetArrayType(uint64_t size) { in GetArrayType() function in SBType
220 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp334 CompilerType CompilerType::GetArrayType(uint64_t size) const { in GetArrayType() function in CompilerType
336 return m_type_system->GetArrayType(m_type, size); in GetArrayType()
H A DTypeSystem.cpp73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystem
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h187 CompilerType GetArrayType(uint64_t size) const;
H A DTypeSystem.h224 virtual CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp246 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h662 CompilerType GetArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4248 CompilerType TypeSystemClang::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() function in TypeSystemClang