Searched refs:next_child (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dcg_arcs.h19 struct arc *next_child; /* next child of PARENT */ member in struct:arc
H A Dcall_graph.c122 for (arc = sym->cg.children; arc; arc = arc->next_child)
H A Dcg_print.c415 sorted.next_child = 0;
419 detached = arc->next_child;
422 for (prev = &sorted; prev->next_child; prev = prev->next_child)
424 if (cmp_arc (arc, prev->next_child) != LESSTHAN)
428 arc->next_child = prev->next_child;
429 prev->next_child = arc;
433 parent->cg.children = sorted.next_child;
447 for (arc = parent->cg.children; arc; arc = arc->next_child)
[all...]
H A Dcg_dfn.c303 for (arc = parent->cg.children; arc; arc = arc->next_child)
H A Dcg_arcs.c72 for (arc = parent->cg.children; arc; arc = arc->next_child)
149 arc->next_child = parent->cg.children;
185 for (arc = parent->cg.children; arc; arc = arc->next_child)
H A Dgmon_io.c757 for (arc = sym->cg.children; arc; arc = arc->next_child)
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_arcs.h19 struct arc *next_child; /* next child of PARENT */ member in struct:arc
H A Dcall_graph.c115 for (arc = sym->cg.children; arc; arc = arc->next_child)
H A Dcg_print.c405 sorted.next_child = 0;
409 detached = arc->next_child;
412 for (prev = &sorted; prev->next_child; prev = prev->next_child)
414 if (cmp_arc (arc, prev->next_child) != LESSTHAN)
418 arc->next_child = prev->next_child;
419 prev->next_child = arc;
423 parent->cg.children = sorted.next_child;
436 for (arc = parent->cg.children; arc; arc = arc->next_child)
[all...]
H A Dcg_dfn.c297 for (arc = parent->cg.children; arc; arc = arc->next_child)
H A Dcg_arcs.c70 for (arc = parent->cg.children; arc; arc = arc->next_child)
144 arc->next_child = parent->cg.children;
177 for (arc = parent->cg.children; arc; arc = arc->next_child)
H A Dgmon_io.c732 for (arc = sym->cg.children; arc; arc = arc->next_child)
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp120 nd_it = next_child(nd_it, b, e, end_nd_it, r_traits);
127 next_child(node_iterator nd_it, typename e_access_traits::const_iterator b, typename e_access_traits::const_iterator e, node_iterator end_nd_it, const e_access_traits& r_traits) function in class:PB_DS_CLASS_C_DEC
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmacrotab.c387 struct macro_source_file *child, *next_child;
390 for (child = src->includes; child; child = next_child)
392 next_child = child->next_included;
383 struct macro_source_file *child, *next_child; local
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp238 next_child(node_iterator, const_e_iterator, const_e_iterator,
/openbsd-current/sys/net/
H A Dpf.c4323 next_child:
4351 goto next_child;

Completed in 273 milliseconds