Lines Matching refs:vect

1219   char **vect;
1227 vect = (char **) obstack_base (&irp);
1231 vect [i] = next_sep_el (pstr, sep, paren_p);
1234 vect [i] = NULL;
1235 return vect;
6753 output_vect (vla_hwint_t vect)
6756 size_t vect_length = VEC_length (vect_el_t, vect);
6761 fputs ("0 /* This is dummy el because the vect is empty */", output_file);
6765 fprintf (output_file, "%5ld", (long) VEC_index (vect_el_t, vect, i));
7149 add_vect (state_ainsn_table_t tab, int vect_num, vla_hwint_t vect)
7163 vect_length = VEC_length (vect_el_t, vect);
7165 gcc_assert (VEC_last (vect_el_t, vect) != undefined_vect_el_value);
7175 VEC_index (vect_el_t, vect, i));
7185 if (VEC_index (vect_el_t, vect, first_unempty_vect_index)
7189 /* Search for the place in comb vect for the inserted vect. */
7202 if (VEC_index (vect_el_t, vect, vect_index)
7222 if (VEC_index (vect_el_t, vect, vect_index) != undefined_vect_el_value)
7226 /* Search for the place in comb vect for the inserted vect. */
7279 if (VEC_index (vect_el_t, vect, vect_index) != undefined_vect_el_value)
7281 vect_el_t x = VEC_index (vect_el_t, vect, vect_index);
7345 add_vect_el (vla_hwint_t *vect, ainsn_t ainsn, int el_value)
7352 for (vect_index = VEC_length (vect_el_t, *vect);
7355 VEC_safe_push (vect_el_t,heap, *vect, undefined_vect_el_value);
7356 VEC_replace (vect_el_t, *vect, equiv_class_num, el_value);
7381 /* Create vect of pointers to states ordered by num of transitions
7494 /* Create vect of pointers to states ordered by num of transitions
7573 /* Create vect of pointers to states ordered by num of
7626 /* Create vect of pointers to states. */
8844 ? "use comb vect" : "use simple vect"));