Home | History | Annotate | Download | only in Target

Lines Matching refs:child_index

758                             long child_index = ::strtol (&var_path[1], &end, 0);
830 else if (child_index >= synthetic->GetNumChildren() /* synthetic does not have that many values */)
834 child_index,
840 child_valobj_sp = synthetic->GetChildAtIndex(child_index, true);
845 child_index,
853 child_valobj_sp = valobj_sp->GetSyntheticArrayMemberFromPointer (child_index, true);
858 child_index,
868 child_valobj_sp = valobj_sp->GetChildAtIndex (child_index, true);
870 child_valobj_sp = valobj_sp->GetSyntheticArrayMember (child_index, true);
876 child_index,
884 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild(child_index, child_index, true);
889 child_index, child_index,
906 else if (child_index >= synthetic->GetNumChildren() /* synthetic does not have that many values */)
910 child_index,
916 child_valobj_sp = synthetic->GetChildAtIndex(child_index, true);
921 child_index,
957 if (child_index > final_index)
959 long temp = child_index;
960 child_index = final_index;
1003 child_valobj_sp = valobj_sp->GetSyntheticArrayRangeChild(child_index, final_index, true);
1009 child_index, final_index,
1017 child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true);
1022 child_index, final_index,