Home
last modified time | relevance | path

Searched refs:IsAggregateType (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i365 ") IsAggregateType;
367 IsAggregateType ();
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp32 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType
35 return type_system_sp->IsAggregateType(m_type); in IsAggregateType()
885 if (IsAggregateType()) { in GetValueAsScalar()
H A DType.cpp394 bool Type::IsAggregateType() { in IsAggregateType() function in Type
395 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h137 bool IsAggregateType();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp275 bool SBType::IsAggregateType() { in IsAggregateType() function in SBType
280 return m_opaque_sp->GetCompilerType(true).IsAggregateType(); in IsAggregateType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h135 bool IsAggregateType() const;
H A DType.h136 bool IsAggregateType();
H A DTypeSystem.h148 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp605 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
H A DABIWindows_x86_64.cpp621 if (!return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp599 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp820 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp664 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2835 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in TypeSystemClang
5472 if (pointee_clang_type.IsAggregateType()) in GetNumChildren()
5508 if (pointee_clang_type.IsAggregateType()) in GetNumChildren()
6486 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()
6566 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()
6606 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()
6933 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
6942 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
7113 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
7124 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
[all …]
H A DTypeSystemClang.h562 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp836 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue()
2439 if (var_value_sp->GetCompilerType().IsAggregateType() && in PrettyPrintFunctionArguments()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1594 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1995 if (copied_clang_type.IsAggregateType() && in AddContextClassType()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2592 str(type.IsAggregateType()) + '\n')