Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericOptional.cpp22 valobj.GetNumChildrenIgnoringErrors() == 0 ? "false" : "true"); in GenericOptionalSummaryProvider()
H A DLibStdcppTuple.cpp66 size_t child_count = current_child->GetNumChildrenIgnoringErrors(); in Update()
H A DLibCxxMap.cpp355 switch (potential_child_sp->GetNumChildrenIgnoringErrors()) { in GetChildAtIndex()
467 if (key_value_sp->GetNumChildrenIgnoringErrors() == 1) { in Update()
H A DCoroutines.cpp25 if (valobj_sp->GetNumChildrenIgnoringErrors() != 1) in GetCoroFramePtrFromHandle()
H A DLibCxx.cpp90 if (pair.GetNumChildrenIgnoringErrors() > 1) { in GetSecondValueOfLibCXXCompressedPair()
436 if (deleter_sp->GetNumChildrenIgnoringErrors() > 0) in Update()
H A DLibCxxUnorderedMap.cpp379 if (potential_child_sp->GetNumChildrenIgnoringErrors() == 1) in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h508 uint32_t GetNumChildrenIgnoringErrors(uint32_t max = UINT32_MAX);
509 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp232 uint32_t numChildren = thisValSP->GetNumChildrenIgnoringErrors(); in AddLambdaCaptureDecls()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp376 if (idx < GetNumChildrenIgnoringErrors()) { in GetChildAtIndex()
461 uint32_t ValueObject::GetNumChildrenIgnoringErrors(uint32_t max) { in GetNumChildrenIgnoringErrors() function in ValueObject
477 has_children = GetNumChildrenIgnoringErrors() > 0; in MightHaveChildren()
1399 const size_t count = GetNumChildrenIgnoringErrors(); in DumpPrintableRepresentation()
1438 const size_t count = GetNumChildrenIgnoringErrors(); in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp920 ->GetNumChildrenIgnoringErrors() /* synthetic does in LegacyGetValueForVariableExpressionPath()
992 synthetic->GetNumChildrenIgnoringErrors() /* synthetic in LegacyGetValueForVariableExpressionPath()
1532 for (int ci = 0, ce = parent->GetNumChildrenIgnoringErrors(); ci != ce; in GetValueForOffset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp548 for (size_t idx = 0; idx < reserved_dict->GetNumChildrenIgnoringErrors(); in GetBacktraceThreadFromException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp216 size_t count = trace_value_object->GetNumChildrenIgnoringErrors(); in CreateStackTrace()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1006 num_children = value_sp->GetNumChildrenIgnoringErrors(max); in GetNumChildren()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1028 index_higher = valobj->GetNumChildrenIgnoringErrors() - 1; in DumpValue()
H A DIOHandlerCursesGUI.cpp4524 const uint32_t num_children = valobj->GetNumChildrenIgnoringErrors(); in GetChildren()