Home
last modified time | relevance | path

Searched defs:child_sp (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp245 ValueObjectSP child_sp(m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex() local
307 auto child_sp = synthetic_children->GetChildAtIndex(idx); in VectorTypeSummaryProvider() local
H A DValueObjectPrinter.cpp604 ValueObjectSP child_sp, in PrintChild()
737 if (ValueObjectSP child_sp = GenerateChild(synth_valobj, idx)) { in PrintChildren() local
793 lldb::ValueObjectSP child_sp(synth_valobj.GetChildAtIndex(idx)); in PrintChildrenOneLiner() local
H A DFormatManager.cpp491 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx)); in ShouldPrintAsOneLiner() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp134 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
178 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex( in BlockPointerSummaryProvider() local
H A DLibStdcppTuple.cpp70 ValueObjectSP child_sp = current_child->GetChildAtIndex(i); in Update() local
H A DLibCxx.cpp40 lldb::ValueObjectSP child_sp = obj.GetChildMemberWithName(name); in GetChildMemberWithName() local
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c112 struct sched_param sp, child_sp; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp299 ValueObjectSP child_sp(child_ptr_sp->CreateValueObjectFromData( in NSAttributedStringSummaryProvider() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp668 lldb::ValueObjectSP child_sp; in GetChildAtIndex() local
716 lldb::ValueObjectSP child_sp; in GetChildMemberWithName() local
854 lldb::ValueObjectSP child_sp; in GetValueForExpressionPath() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp376 ValueObjectSP child_sp; in GetChildAtIndex() local
436 ValueObjectSP child_sp = GetSP(); in GetChildMemberWithName() local
689 ValueObjectSP child_sp = GetChildAtIndex(0); in GetPointeeData() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1394 ValueObjectSP child_sp = parent->GetChildAtIndex(ci); in GetValueForOffset() local