Lines Matching refs:child_valobj_sp

635                     ValueObjectSP child_valobj_sp;  in GetValueForVariableExpressionPath()  local
700 child_valobj_sp = valobj_sp->GetChildMemberWithName (child_name, true); in GetValueForVariableExpressionPath()
701 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
705 child_valobj_sp = valobj_sp->GetSyntheticValue(); in GetValueForVariableExpressionPath()
706 if (child_valobj_sp) in GetValueForVariableExpressionPath()
707child_valobj_sp = child_valobj_sp->GetChildMemberWithName (child_name, true); in GetValueForVariableExpressionPath()
710 if (no_synth_child || !child_valobj_sp) in GetValueForVariableExpressionPath()
746 … ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
748 child_valobj_sp = dynamic_value_sp; in GetValueForVariableExpressionPath()
840child_valobj_sp = synthetic->GetChildAtIndex(child_index, true); in GetValueForVariableExpressionPath()
841 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
853child_valobj_sp = valobj_sp->GetSyntheticArrayMemberFromPointer (child_index, true); in GetValueForVariableExpressionPath()
854 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
868child_valobj_sp = valobj_sp->GetChildAtIndex (child_index, true); in GetValueForVariableExpressionPath()
869 … if (!child_valobj_sp && (is_incomplete_array || no_synth_child == false)) in GetValueForVariableExpressionPath()
870child_valobj_sp = valobj_sp->GetSyntheticArrayMember (child_index, true); in GetValueForVariableExpressionPath()
872 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
884child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild(child_index, child_index, true); in GetValueForVariableExpressionPath()
885 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
916child_valobj_sp = synthetic->GetChildAtIndex(child_index, true); in GetValueForVariableExpressionPath()
917 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
928 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
940 … ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
942 child_valobj_sp = dynamic_value_sp; in GetValueForVariableExpressionPath()
1017child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true); in GetValueForVariableExpressionPath()
1018 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
1029 if (!child_valobj_sp) in GetValueForVariableExpressionPath()
1041 … ValueObjectSP dynamic_value_sp(child_valobj_sp->GetDynamicValue(use_dynamic)); in GetValueForVariableExpressionPath()
1043 child_valobj_sp = dynamic_value_sp; in GetValueForVariableExpressionPath()
1072 if (child_valobj_sp) in GetValueForVariableExpressionPath()
1073 valobj_sp = child_valobj_sp; in GetValueForVariableExpressionPath()