Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp238 ValueObjectSP child_sp(m_backend.GetSyntheticChildAtOffset( in GetChildAtIndex() local
299 auto child_sp = synthetic_children->GetChildAtIndex(idx); in VectorTypeSummaryProvider() local
H A DValueObjectPrinter.cpp591 ValueObjectSP child_sp, in PrintChild()
708 if (ValueObjectSP child_sp = GenerateChild(synth_m_valobj, idx)) { in PrintChildren() local
762 lldb::ValueObjectSP child_sp(synth_m_valobj->GetChildAtIndex(idx)); in PrintChildrenOneLiner() local
H A DFormatManager.cpp479 ValueObjectSP child_sp(valobj.GetChildAtIndex(idx)); in ShouldPrintAsOneLiner() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp130 ValueObjectSP child_sp(struct_sp->GetSyntheticChildAtOffset( in GetChildAtIndex() local
172 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 DLibCxxMap.cpp358 auto child_sp = iterated_sp->GetChildMemberWithName("__value_"); in GetChildAtIndex() 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.cpp665 lldb::ValueObjectSP child_sp; in GetChildAtIndex() local
713 lldb::ValueObjectSP child_sp; in GetChildMemberWithName() local
836 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
649 ValueObjectSP child_sp = GetChildAtIndex(0); in GetPointeeData() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1401 ValueObjectSP child_sp = parent->GetChildAtIndex(ci); in GetValueForOffset() local