Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp67 ValueObjectSP second_child = pair.GetChildAtIndex(1); in GetSecondValueOfLibCXXCompressedPair() local
68 if (second_child) { in GetSecondValueOfLibCXXCompressedPair()
69 value = second_child->GetChildMemberWithName("__value_"); in GetSecondValueOfLibCXXCompressedPair()