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

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i224 ) lldb::SBType::IsAggregateType;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h142 bool IsAggregateType();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp275 bool SBType::IsAggregateType() { function in class:SBType
280 return m_opaque_sp->GetCompilerType(true).IsAggregateType();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h130 bool IsAggregateType() const;
H A DType.h445 bool IsAggregateType();
H A DTypeSystem.h150 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp31 bool CompilerType::IsAggregateType() const { function in class:CompilerType
34 return type_system_sp->IsAggregateType(m_type);
1046 if (IsAggregateType()) {
H A DType.cpp495 bool Type::IsAggregateType() { function in class:Type
496 return GetForwardCompilerType().IsAggregateType();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp599 if (return_compiler_type.IsAggregateType()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp621 if (!return_compiler_type.IsAggregateType()) {
H A DABISysV_i386.cpp605 if (return_compiler_type.IsAggregateType()) {
H A DABISysV_x86_64.cpp637 if (return_compiler_type.IsAggregateType()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2767 bool TypeSystemClang::IsAggregateType(lldb::opaque_compiler_type_t type) { function in class:TypeSystemClang
5352 if (pointee_clang_type.IsAggregateType())
5388 if (pointee_clang_type.IsAggregateType())
6361 if (transparent_pointers && pointee_clang_type.IsAggregateType()) {
6441 if (transparent_pointers && pointee_clang_type.IsAggregateType()) {
6481 if (transparent_pointers && pointee_clang_type.IsAggregateType()) {
6789 // if (TypeSystemClang::IsAggregateType
6806 if (pointee_clang_type.IsAggregateType()) {
6815 if (pointee_clang_type.IsAggregateType()) {
6968 // if (TypeSystemClang::IsAggregateType
[all...]
H A DTypeSystemClang.h632 bool IsAggregateType(lldb::opaque_compiler_type_t type) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp665 if (return_compiler_type.IsAggregateType()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp858 } else if (return_compiler_type.IsAggregateType()) {
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp829 bool is_aggregate = target->GetCompilerType().IsAggregateType();
2428 if (var_value_sp->GetCompilerType().IsAggregateType() &&
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1699 } else if (compiler_type.IsAggregateType()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1983 if (copied_clang_type.IsAggregateType() &&
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 587 milliseconds