Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectSyntheticFilter.cpp51 m_synthetic_children_count(UINT32_MAX), in ValueObjectSynthetic()
87 if (m_synthetic_children_count < UINT32_MAX) in CalculateNumChildren()
88 return m_synthetic_children_count <= max ? m_synthetic_children_count : max; in CalculateNumChildren()
98 size_t num_children = (m_synthetic_children_count = in CalculateNumChildren()
198 m_synthetic_children_count = UINT32_MAX; in UpdateValue()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h151 uint32_t m_synthetic_children_count; // FIXME use the ValueObject's variable