Searched refs:m_synthetic_children_count (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp52 m_synthetic_children_count(UINT32_MAX),
88 if (m_synthetic_children_count < UINT32_MAX)
89 return m_synthetic_children_count <= max ? m_synthetic_children_count : max;
99 size_t num_children = (m_synthetic_children_count =
199 m_synthetic_children_count = UINT32_MAX;
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h154 uint32_t m_synthetic_children_count; member in class:lldb_private::ValueObjectSynthetic

Completed in 63 milliseconds