Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp51 bool CompilerType::IsAggregateType() const { in IsAggregateType() function in CompilerType
53 return m_type_system->IsAggregateType(m_type); in IsAggregateType()
813 if (IsAggregateType()) { in GetValueAsScalar()
912 if (!IsAggregateType()) { in SetValueFromScalar()
H A DType.cpp345 bool Type::IsAggregateType() { in IsAggregateType() function in Type
346 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
H A DClangASTContext.cpp2839 bool ClangASTContext::IsAggregateType(lldb::opaque_compiler_type_t type) { in IsAggregateType() function in ClangASTContext
2854 return IsAggregateType(llvm::cast<clang::AutoType>(qual_type) in IsAggregateType()
2858 return IsAggregateType(llvm::cast<clang::ElaboratedType>(qual_type) in IsAggregateType()
2862 return IsAggregateType(llvm::cast<clang::TypedefType>(qual_type) in IsAggregateType()
2867 return IsAggregateType( in IsAggregateType()
6960 if (transparent_pointers && pointee_clang_type.IsAggregateType()) { in GetChildCompilerTypeAtIndex()
7381 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
7390 if (pointee_clang_type.IsAggregateType()) { in GetIndexOfChildMemberWithName()
7592 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
7604 if (pointee_type.IsAggregateType()) { in GetIndexOfChildWithName()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h82 bool IsAggregateType() const;
H A DTypeSystem.h144 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
H A DType.h135 bool IsAggregateType();
H A DClangASTContext.h550 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp619 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp864 } else if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp668 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp728 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp869 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue()
1706 if (var_value_sp->GetCompilerType().IsAggregateType() && in Format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1581 if (return_compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1713 } else if (compiler_type.IsAggregateType()) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2142 if (copied_clang_type.IsAggregateType() && in AddThisType()