Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp346 auto child0_sp = potential_child_sp->GetChildAtIndex(0); in GetChildAtIndex() local
347 if (child0_sp && in GetChildAtIndex()
348 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc)) in GetChildAtIndex()
349 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()
353 auto child0_sp = potential_child_sp->GetChildAtIndex(0); in GetChildAtIndex() local
355 if (child0_sp && in GetChildAtIndex()
356 (child0_sp->GetName() == g_cc_ || child0_sp->GetName() == g_cc) && in GetChildAtIndex()
358 potential_child_sp = child0_sp->Clone(ConstString(name.GetString())); in GetChildAtIndex()
456 auto child0_sp = key_value_sp->GetChildAtIndex(0); in Update() local
457 if (child0_sp && in Update()
[all …]
H A DLibCxxUnorderedMap.cpp348 if (auto child0_sp = potential_child_sp->GetChildAtIndex(0); in Update() local
349 child0_sp->GetName() == "__cc_" || child0_sp->GetName() == "__cc") in Update()
350 potential_child_sp = child0_sp->Clone(ConstString("pair")); in Update()