Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp771 uint64_t instance_ptr_value = m_valobj->GetValueAsUnsigned(0); in PrintChildrenIfNeeded() local
772 if (m_printed_instance_pointers->count(instance_ptr_value)) { in PrintChildrenIfNeeded()
778 m_printed_instance_pointers->emplace(instance_ptr_value); in PrintChildrenIfNeeded()