last_child        819 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c       newobj->last_child = newobj->children[newobj->arity-1];
last_child       2264 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	parent->last_child = child->last_child;
last_child       2299 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c 	    parent->parent->last_child = child;
last_child       2489 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   parent->last_child = prev_child;
last_child       3903 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     assert(!parent->last_child);
last_child       3909 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(parent->last_child);
last_child       3928 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   assert(parent->last_child == parent->children[parent->arity-1]);
last_child        415 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h   struct hwloc_obj *last_child;		/**< \brief Last normal child */