Lines Matching defs:count2
5455 tree count1, tree count2,
5617 index = count2;
5629 /* Increment count2. */
5631 gfc_array_index_type, count2,
5633 gfc_add_modify (&body, count2, tmp);
5676 tree count1, count2;
5837 count2 = gfc_create_var (gfc_array_index_type, "count2");
5839 gfc_add_modify (block, count2, gfc_index_zero_node);
5843 count1, count2,
5855 count2 = gfc_create_var (gfc_array_index_type, "count2");
5857 gfc_add_modify (block, count2, gfc_index_zero_node);
5861 count1, count2,