Searched refs:parents (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dused_types_9.f9017 TYPE(domain_ptr) , DIMENSION( : ) , POINTER :: parents component in type:domain
/haiku-buildtools/legacy/binutils/gprof/
H A Dsymtab.h96 struct arc *parents; /* List of caller arcs. */
95 struct arc *parents; /* List of caller arcs. */ member in struct:sym::__anon2641
H A Dcg_arcs.c147 /* prepend this parent to the parents of this child: */
148 arc->next_parent = child->cg.parents;
149 child->cg.parents = arc;
333 for (arc = member->cg.parents; arc; arc = arc->next_parent)
354 * Check if any parent of this child (or outside parents of this
357 * fractions from parents.
368 /* just a regular child, check its parents: */
371 for (arc = child->cg.parents; arc; arc = arc->next_parent)
394 * Its a member of a cycle, look at all parents from outside
401 for (arc = member->cg.parents; ar
[all...]
H A Dcg_print.c96 "", "", "", "", _("called"), _("total"), _("parents"));
312 /* Unlink parents from child, then insertion sort back on to
313 sorted's parents.
320 for (arc = child->cg.parents; arc; arc = detached)
336 child->cg.parents = sorted.next_parent;
352 if (!child->cg.parents)
363 for (arc = child->cg.parents; arc; arc = arc->next_parent)
713 the total arc count) for functions which have several parents.
894 arc = sym->cg.parents;
/haiku-buildtools/gcc/gcc/
H A Dvtable-verify.h88 vec<struct vtv_graph_node *> parents; /* Vector of parents in the graph. */ member in struct:vtv_graph_node
H A Dvtable-verify.c410 (node->class_info->parents).create (4);
/haiku-buildtools/binutils/gprof/
H A Dsymtab.h97 struct arc *parents; /* List of caller arcs. */
96 struct arc *parents; /* List of caller arcs. */ member in struct:sym::__anon599
H A Dcg_arcs.c147 /* prepend this parent to the parents of this child: */
148 arc->next_parent = child->cg.parents;
149 child->cg.parents = arc;
333 for (arc = member->cg.parents; arc; arc = arc->next_parent)
354 * Check if any parent of this child (or outside parents of this
357 * fractions from parents.
368 /* just a regular child, check its parents: */
371 for (arc = child->cg.parents; arc; arc = arc->next_parent)
394 * Its a member of a cycle, look at all parents from outside
401 for (arc = member->cg.parents; ar
[all...]
H A Dcg_print.c97 "", "", "", "", _("called"), _("total"), _("parents"));
316 /* Unlink parents from child, then insertion sort back on to
317 sorted's parents.
324 for (arc = child->cg.parents; arc; arc = detached)
340 child->cg.parents = sorted.next_parent;
356 if (!child->cg.parents)
367 for (arc = child->cg.parents; arc; arc = arc->next_parent)
717 the total arc count) for functions which have several parents.
895 arc = sym->cg.parents;
/haiku-buildtools/jam/
H A Drules.h148 # define T_FATE_SPOIL 4 /* >= SPOIL rebuilds parents */
158 # define T_FATE_BROKEN 10 /* >= BROKEN ruins parents */
173 TARGETS *parents; /* used by make1() for completion */ member in struct:_target
H A Dmake1.c142 t->parents = targetentry( t->parents, parent );
280 /* parents. */
336 /* Tell parents dependent has been built */
340 for( c = t->parents; c; c = c->next )
/haiku-buildtools/gcc/gcc/cp/
H A Dvtable-class-hierarchy.c419 parents to the worklist, where a 'leaf' node is one that has no
433 for (i = 0; i < (temp_node->parents).length(); ++i)
435 temp_node->parents[i]->num_processed_children =
436 temp_node->parents[i]->num_processed_children + 1;
437 if (!bitmap_bit_p (inserted, temp_node->parents[i]->class_uid))
438 add_to_worklist (&worklist, temp_node->parents[i], inserted);
1087 (derived_node->parents).safe_push (base_node);
/haiku-buildtools/legacy/binutils/binutils/
H A Dprdbg.c75 char *parents; member in struct:pr_stack
76 /* How many parents contains parents. */
395 /* Append a string to the parents on the top of the type stack. */
407 len = info->stack->parents ? strlen (info->stack->parents) : 0;
408 info->stack->parents = (char *) xrealloc (info->stack->parents,
410 strcpy (info->stack->parents + len, s);
2121 info->stack->parents
[all...]
/haiku-buildtools/gcc/contrib/
H A Dgcc_update375 # Extract SVN revision corresponding to parents, as stored by
379 parents=`$GCC_HG parents --template '{rev}'`
380 convert_revision=`$GCC_HG log --debug -r$parents | \
/haiku-buildtools/binutils/binutils/
H A Dprdbg.c73 char *parents; member in struct:pr_stack
74 /* How many parents contains parents. */
394 /* Append a string to the parents on the top of the type stack. */
406 len = info->stack->parents ? strlen (info->stack->parents) : 0;
407 info->stack->parents = (char *) xrealloc (info->stack->parents,
409 strcpy (info->stack->parents + len, s);
2148 info->stack->parents
[all...]

Completed in 171 milliseconds