| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBType.i | 365 ") IsAggregateType; 367 IsAggregateType ();
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 32 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 D | Type.cpp | 394 bool Type::IsAggregateType() { in IsAggregateType() function in Type 395 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBType.h | 137 bool IsAggregateType();
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 275 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 D | CompilerType.h | 135 bool IsAggregateType() const;
|
| H A D | Type.h | 136 bool IsAggregateType();
|
| H A D | TypeSystem.h | 148 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.cpp | 605 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| H A D | ABIWindows_x86_64.cpp | 621 if (!return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 599 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 820 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 664 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2835 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 D | TypeSystemClang.h | 562 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 836 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 D | ABISysV_arm.cpp | 1594 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1995 if (copied_clang_type.IsAggregateType() && in AddContextClassType()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 2592 str(type.IsAggregateType()) + '\n')
|