HomeSort by: relevance | last modified time | path
    Searched defs:countm1t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 2596 countm1t = countm1;
2598 if (countm1t == 0) goto exit_label;
2823 /* Initialize countm1t. */
2824 tree countm1t = gfc_create_var (utype, "countm1t"); local
2825 gfc_add_modify_loc (loc, &body, countm1t, countm1);
2832 /* End with the loop condition. Loop until countm1t == 0. */
2833 cond = fold_build2_loc (loc, EQ_EXPR, logical_type_node, countm1t,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 2518 countm1t = countm1;
2520 if (countm1t == 0) goto exit_label;
2745 /* Initialize countm1t. */
2746 tree countm1t = gfc_create_var (utype, "countm1t"); local
2747 gfc_add_modify_loc (loc, &body, countm1t, countm1);
2754 /* End with the loop condition. Loop until countm1t == 0. */
2755 cond = fold_build2_loc (loc, EQ_EXPR, logical_type_node, countm1t,

Completed in 32 milliseconds