Home
last modified time | relevance | path

Searched defs:children_count (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectCast.cpp46 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() local
H A DValueObjectChild.cpp53 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() local
H A DValueObjectDynamicValue.cpp93 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() local
H A DValueObjectRegister.cpp225 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() local
H A DValueObjectConstResult.cpp225 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() local
H A DValueObject.cpp445 size_t children_count = m_children.GetChildrenCount(); in GetNumChildren() local