HomeSort by: relevance | last modified time | path
    Searched refs:first_child (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc 122 representatives (by the means of first_child and next_sibling pointers), in
163 struct access *first_child; member in struct:access
448 if (access->first_child)
449 dump_access_tree_1 (f, access->first_child, level + 1);
471 return acc && acc->first_child;
482 for (child = acc->first_child; child; child = child->next_sibling)
506 struct access *child = access->first_child;
517 while (access->first_child
518 && access->first_child->offset == offset
519 && access->first_child->size == size
    [all...]
ipa-sra.cc 139 struct gensum_param_access *first_child; member in struct:gensum_param_access
646 for (gensum_param_access *ch = access->first_child;
1375 return get_access_1 (desc, &access->first_child, offset, size, ctx);
1391 r->first_child = access;
1506 if (verify_access_tree_1 (access->first_child, access->offset,
2202 if (access->first_child)
2229 for (gensum_param_access *ch = access->first_child;
2256 for (gensum_param_access *ch = from->first_child;
var-tracking.cc 8371 int first_child, result_first_child, last_child; local
8392 first_child = result_first_child = last_child
8452 result_first_child = first_child;
8466 elcd->expanding.truncate (first_child);
8475 elcd->expanding.truncate (first_child);
  /src/external/gpl3/binutils/dist/bfd/
dwarf1.c 81 bfd_byte *first_child; member in struct:dwarf1_unit
371 The first child die of 'aUnit' should be in 'aUnit->first_child',
380 if (aUnit->first_child)
381 for (eachDie = aUnit->first_child;
577 aUnit->first_child = stash->currentDie + aDieInfo.length;
579 aUnit->first_child = 0;
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf1.c 81 bfd_byte *first_child; member in struct:dwarf1_unit
371 The first child die of 'aUnit' should be in 'aUnit->first_child',
380 if (aUnit->first_child)
381 for (eachDie = aUnit->first_child;
577 aUnit->first_child = stash->currentDie + aDieInfo.length;
579 aUnit->first_child = 0;
  /src/usr.sbin/autofs/
common.c 612 const struct node *child, *first_child; local
627 first_child = TAILQ_FIRST(&n->n_children);
628 if (first_child == NULL || TAILQ_NEXT(first_child, n_next) != NULL ||
629 strcmp(path, node_path(first_child)) != 0) {
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 1810 unsigned first_child __attribute((unused)),
1882 unsigned first_child = 1; local
1892 _display_tree_node(child, depth, first_child,
1898 first_child = 0;

Completed in 62 milliseconds