Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp106 : m_entry(entry), m_max_depth(depth), m_error(false) {} in MapIterator()
120 if (m_error || m_entry.null() || (steps > m_max_depth)) in advance()
145 if (steps > m_max_depth) { in next()
167 if (steps > m_max_depth) in tree_min()
182 size_t m_max_depth = 0; member in MapIterator
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h133 uint32_t m_max_depth = UINT32_MAX; variable
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp43 m_max_depth = depth; in SetMaximumDepth()
H A DValueObjectPrinter.cpp879 return m_curr_depth >= m_options.m_max_depth; in HasReachedMaximumDepth()