Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i224 ) lldb::SBType::IsAggregateType;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp31 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType
34 return type_system_sp->IsAggregateType(m_type); in IsAggregateType()
1090 if (IsAggregateType()) { in GetValueAsScalar()
H A DType.cpp500 bool Type::IsAggregateType() { in IsAggregateType() function in Type
501 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h173 bool IsAggregateType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp293 bool SBType::IsAggregateType() { in IsAggregateType() function in SBType
298 return m_opaque_sp->GetCompilerType(true).IsAggregateType(); in IsAggregateType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h130 bool IsAggregateType() const;
H A DType.h451 bool IsAggregateType();
H A DTypeSystem.h155 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/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()
H A DABISysV_x86_64.cpp637 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp599 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp858 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2775 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in TypeSystemClang
5431 if (pointee_clang_type.IsAggregateType()) { in GetNumChildren()
5471 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()
6931 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
6940 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
7109 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
7120 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
[all …]
H A DTypeSystemClang.h639 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp665 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp861 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue()
2477 if (var_value_sp->GetCompilerType().IsAggregateType() && in PrettyPrintFunctionArguments()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1699 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1978 if (copied_clang_type.IsAggregateType() && in AddContextClassType()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68436 result = (bool)(arg1)->IsAggregateType(); in _wrap_SBType_IsAggregateType()