Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp46 return m_parent->GetCompilerType(); in GetCompilerTypeImpl()
48 return m_parent->GetCompilerType(); in GetCompilerTypeImpl()
57 return m_parent->GetTypeName(); in GetTypeName()
65 return m_parent->GetTypeImpl(); in GetTypeImpl()
74 return m_parent->GetQualifiedTypeName(); in GetQualifiedTypeName()
85 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
98 return m_parent->GetNumChildren(max); in CalculateNumChildren()
107 return m_parent->GetByteSize(); in GetByteSize()
111 return m_parent->GetValueType(); in GetValueType()
118 if (!m_parent->UpdateValueIfNeeded(false)) { in UpdateValue()
[all …]
H A DValueObjectSyntheticFilter.cpp63 if (m_parent->GetCompilerType().IsCompleteType()) in ValueObjectSynthetic()
64 CopyValueData(m_parent); in ValueObjectSynthetic()
71 return m_parent->GetCompilerType(); in GetCompilerTypeImpl()
75 return m_parent->GetTypeName(); in GetTypeName()
79 return m_parent->GetQualifiedTypeName(); in GetQualifiedTypeName()
86 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
122 if (!m_parent) in GetDynamicValue()
126 return m_parent->GetDynamicValue(valueType); in GetDynamicValue()
137 return m_parent->GetByteSize(); in GetByteSize()
141 return m_parent->GetValueType(); in GetValueType()
[all …]
H A DValueObjectCast.cpp60 return m_parent->GetValueType(); in GetValueType()
67 if (m_parent->UpdateValueIfNeeded(false)) { in UpdateValue()
70 m_value = m_parent->GetValue(); in UpdateValue()
73 SetAddressTypeOfChildren(m_parent->GetAddressTypeOfChildren()); in UpdateValue()
83 SetValueDidChange(m_parent->GetValueDidChange()); in UpdateValue()
88 if (m_error.Success() && m_parent->GetError().Fail()) in UpdateValue()
89 m_error = m_parent->GetError(); in UpdateValue()
94 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope()
H A DValueObjectChild.cpp49 return m_parent->GetValueType(); in GetValueType()
89 if (m_parent) { in CanUpdateWithInvalidExecutionContext()
91 m_parent->FollowParentChain([](ValueObject *valobj) -> bool { in CanUpdateWithInvalidExecutionContext()
106 ValueObject *parent = m_parent; in UpdateValue()
202 Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value; in UpdateValue()
H A DIOHandlerCursesGUI.cpp575 m_parent(nullptr), m_subwindows(), m_delegate_sp(), in Window()
582 m_parent(nullptr), m_subwindows(), m_delegate_sp(), in Window()
592 m_parent(nullptr), m_subwindows(), m_delegate_sp(), in Window()
651 Reset(::subwin(m_parent->m_window, size.height, size.width, origin.y, in MoveWindow()
663 Reset(::subwin(m_parent->m_window, bounds.size.height, bounds.size.width, in SetBounds()
675 if (m_parent) in Touch()
676 m_parent->Touch(); in Touch()
690 subwindow_sp->m_parent = this; in CreateSubWindow()
720 if (m_parent) in RemoveSubWindow()
721 m_parent->Touch(); in RemoveSubWindow()
[all …]
H A DValueObject.cpp83 : m_parent(&parent), m_update_point(parent.GetUpdatePoint()), in ValueObject()
3528 if (m_parent) { in GetSymbolContextScope()
3529 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
3530 return m_parent->GetSymbolContextScope(); in GetSymbolContextScope()
3673 return (vo->m_parent != nullptr); in GetRoot()
3683 vo = vo->m_parent; in FollowParentChain()
3702 with_dv_info = with_dv_info->m_parent; in GetDynamicValueType()
3712 with_fmt_info = with_fmt_info->m_parent; in GetFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h74 return ((m_parent != nullptr) ? m_parent->IsDynamic() : false); in IsDynamic()
78 return ((m_parent != nullptr) ? m_parent->GetStaticValue() : GetSP()); in GetStaticValue()
82 return ((m_parent != nullptr) ? m_parent->GetDynamicValueType() in GetDynamicValueType()
87 return m_parent != nullptr ? m_parent->GetVariable() : nullptr; in GetVariable()
91 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr); in GetParent()
95 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr); in GetParent()
H A DValueObjectDynamicValue.h55 if (m_parent) in IsBaseClass()
56 return m_parent->IsBaseClass(); in IsBaseClass()
63 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr); in GetParent()
67 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr); in GetParent()
70 lldb::ValueObjectSP GetStaticValue() override { return m_parent->GetSP(); } in GetStaticValue()
79 return m_parent ? m_parent->GetVariable() : nullptr; in GetVariable()
H A DValueObjectCast.h43 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr); in GetParent()
47 return ((m_parent != nullptr) ? m_parent->GetParent() : nullptr); in GetParent()
H A DValueObject.h828 virtual ValueObject *GetParent() { return m_parent; } in GetParent()
830 virtual const ValueObject *GetParent() const { return m_parent; } in GetParent()
915 ValueObject *m_parent = nullptr; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h160 return m_parent->GetByteSize(); in GetByteSize()
164 if (!m_parent->UpdateValueIfNeeded()) return false; in UpdateValue()
165 m_value = m_parent->GetValue(); in UpdateValue()
170 return m_parent->GetNumChildren(max);
173 return m_parent->GetCompilerType(); in GetCompilerTypeImpl()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp511 : m_default_mm_up(new llvm::SectionMemoryManager()), m_parent(parent) {} in MemoryManager()
616 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
627 if (m_parent.m_reported_allocations) { in allocateCodeSection()
630 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection()
632 m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back()); in allocateCodeSection()
649 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
658 if (m_parent.m_reported_allocations) { in allocateDataSection()
661 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection()
663 m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back()); in allocateDataSection()
973 lldb::addr_t ret = m_parent.FindSymbol(name_cs, missing_weak); in GetSymbolAddressAndPresence()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1342 : m_parent(parent), m_index(index) { in const_iterator()
1347 : m_parent(rhs.m_parent), m_index(rhs.m_index) { in const_iterator()
1353 assert(&m_parent == &rhs.m_parent); in operator =()
1359 if (&m_parent != &rhs.m_parent) in operator ==()
1382 lldb::addr_t pairs_ptr = m_parent.m_buckets_ptr; in operator *()
1383 size_t map_pair_size = m_parent.m_map_pair_size; in operator *()
1389 m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in operator *()
1392 lldb::addr_t value = m_parent.m_process->ReadPointerFromMemory( in operator *()
1393 pair_ptr + m_parent.m_process->GetAddressByteSize(), err); in operator *()
1399 m_parent.m_process->ReadCStringFromMemory(key, key_string, err); in operator *()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h322 IRExecutionUnit &m_parent; ///< The execution unit this is a proxy for. variable
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7481 ITracker* m_parent; member in Catch::TestCaseTracking::TrackerBase
14111 m_parent( parent ) in TrackerBase()
14146 assert( m_parent ); // Should always be non-null except for root in parent()
14147 return *m_parent; in parent()
14153 if( m_parent ) in openChild()
14154 m_parent->openChild(); in openChild()
14164 if( m_parent ) in open()
14165 m_parent->openChild(); in open()
14199 if( m_parent ) in fail()
14200 m_parent->markAsNeedingAnotherRun(); in fail()
[all …]