Searched refs:child_index (Results 1 – 1 of 1) sorted by relevance
768 long child_index = 0; in GetValueForVariableExpressionPath() local783 if (index_expr.consumeInteger(0, child_index)) { in GetValueForVariableExpressionPath()860 } else if (static_cast<uint32_t>(child_index) >= in GetValueForVariableExpressionPath()867 "array index %ld is not valid for \"(%s) %s\"", child_index, in GetValueForVariableExpressionPath()871 child_valobj_sp = synthetic->GetChildAtIndex(child_index); in GetValueForVariableExpressionPath()875 "array index %ld is not valid for \"(%s) %s\"", child_index, in GetValueForVariableExpressionPath()882 valobj_sp->GetSyntheticArrayMember(child_index, true); in GetValueForVariableExpressionPath()888 child_index, in GetValueForVariableExpressionPath()897 child_valobj_sp = valobj_sp->GetChildAtIndex(child_index); in GetValueForVariableExpressionPath()900 valobj_sp->GetSyntheticArrayMember(child_index, true); in GetValueForVariableExpressionPath()[all …]