| /src/external/gpl3/gcc/dist/gcc/ |
| tree-sra.cc | 123 representatives (by the means of first_child and next_sibling pointers), in 164 struct access *first_child; member in struct:access 452 if (access->first_child) 453 dump_access_tree_1 (f, access->first_child, level + 1); 475 return acc && acc->first_child; 486 for (child = acc->first_child; child; child = child->next_sibling) 510 struct access *child = access->first_child; 521 while (access->first_child 522 && access->first_child->offset == offset 523 && access->first_child->size == size [all...] |
| ipa-sra.cc | 142 struct gensum_param_access *first_child; member in struct:gensum_param_access 713 for (gensum_param_access *ch = access->first_child; 1505 return get_access_1 (desc, &access->first_child, offset, size, ctx); 1521 r->first_child = access; 1636 if (verify_access_tree_1 (access->first_child, access->offset, 2396 if (access->first_child) 2440 for (gensum_param_access *ch = access->first_child; 2467 for (gensum_param_access *ch = from->first_child;
|
| var-tracking.cc | 8354 int first_child, result_first_child, last_child; local 8375 first_child = result_first_child = last_child 8435 result_first_child = first_child; 8449 elcd->expanding.truncate (first_child); 8458 elcd->expanding.truncate (first_child);
|
| tree-vect-slp.cc | 4661 auto first_child = SLP_TREE_CHILDREN (node)[0]; local 4663 && !is_compatible_layout (first_child, in_layout_i)) 4679 if (SLP_TREE_LANES (node) == SLP_TREE_LANES (first_child))
|
| /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/external/gpl3/gdb/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/gdb.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;
|
| /src/external/mit/isl/dist/include/isl/ |
| cpp-checked.h | 3294 inline isl::checked::schedule_node first_child() const; 16028 isl::checked::schedule_node schedule_node::first_child() const function in class:isl::checked::schedule_node
|
| cpp.h | 3360 inline isl::schedule_node first_child() const; 22155 isl::schedule_node schedule_node::first_child() const function in class:isl::schedule_node
|
| /src/external/mit/isl/dist/interface/ |
| isl.py | 15298 def first_child(arg0): member in class:schedule_node
|