Searched refs:next_index (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dgen-protos.c30 int next_index; variable
52 hash_tab[i] = next_index;
54 next_index++;
148 next_index = 1;
H A Dgenrecog.c129 static int next_index; variable
1730 fprintf (stderr, "after %d definitions\n", next_index);
1770 next_index = 0;
1804 next_index++;
/haiku-buildtools/gcc/libvtv/
H A Dvtv_set.h390 next_index (size_type index, size_type indices_examined) const function in class:insert_only_hash_sets::insert_only_hash_set
563 index = next_index (index, indices_examined);
587 index = next_index (index, indices_examined);
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dgen-mul-tables.cc561 int next_index = 1; local
588 index = next_index++;
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtypeck.c775 HOST_WIDE_INT next_index;
792 next_index = min_index;
802 last_index = next_index = TREE_INT_CST_LOW (purpose);
805 next_index = TREE_INT_CST_LOW (TREE_OPERAND(purpose, 0));
812 last_index = next_index;
813 for ( ; next_index <= last_index; next_index++)
815 offset = (next_index - min_index) * element_size;
767 HOST_WIDE_INT next_index; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc2431 unsigned int next_index; local
2435 next_index = 0;
2441 next_index = 1;
2447 go_assert(next_index == 0);
2453 next_index = 1;
2459 for (unsigned int i = 0; i < next_index; ++i)
2481 next_index,
2483 ++next_index;
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c3194 bfd_vma next_index;
3200 next_index = MIPS_ELF_GOT_SIZE (entry->abfd) * (long) g->tls_assigned_gotno;
3209 entry->d.h->tls_got_offset = next_index;
3223 g->tls_ldm_offset = next_index;
3225 entry->gotidx = next_index;
3180 bfd_vma next_index; local

Completed in 206 milliseconds