reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2387 if (child_valobj_sp.get()) // store the new root and move on 2389 root = child_valobj_sp; 2401 child_valobj_sp = root->GetNonSyntheticValue(); 2402 if (child_valobj_sp.get()) 2403 child_valobj_sp = 2404 child_valobj_sp->GetChildMemberWithName(child_name, true); 2410 child_valobj_sp = root->GetSyntheticValue(); 2411 if (child_valobj_sp.get()) 2412 child_valobj_sp = 2413 child_valobj_sp->GetChildMemberWithName(child_name, true); 2419 child_valobj_sp = root->GetNonSyntheticValue(); 2420 if (child_valobj_sp.get()) 2421 child_valobj_sp = 2422 child_valobj_sp->GetChildMemberWithName(child_name, true); 2424 child_valobj_sp = root->GetSyntheticValue(); 2425 if (child_valobj_sp.get()) 2426 child_valobj_sp = 2427 child_valobj_sp->GetChildMemberWithName(child_name, true); 2436 if (child_valobj_sp.get()) // if it worked, move on 2438 root = child_valobj_sp;