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

  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 3292 until-spec is UNTIL_COUNT = scalar-int-expr
3299 gfc_expr *tmp, *eventvar, *until_count, *stat, *errmsg; local
3302 tmp = eventvar = until_count = stat = errmsg = NULL;
3394 m = gfc_match (" until_count = %e", &tmp);
3401 gfc_error ("Redundant UNTIL_COUNT tag found at %L",
3405 until_count = tmp;
3441 new_st.expr4 = until_count;
3449 if (until_count != tmp)
3450 gfc_free_expr (until_count);
trans-stmt.cc 1049 tree until_count = NULL_TREE; local
1065 until_count = fold_convert (integer_type_node, argse.expr);
1068 until_count = integer_one_node;
1086 until_count)));
1194 token, index, until_count,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 3284 until-spec is UNTIL_COUNT = scalar-int-expr
3291 gfc_expr *tmp, *eventvar, *until_count, *stat, *errmsg; local
3294 tmp = eventvar = until_count = stat = errmsg = NULL;
3386 m = gfc_match (" until_count = %e", &tmp);
3393 gfc_error ("Redundant UNTIL_COUNT tag found at %L",
3397 until_count = tmp;
3433 new_st.expr4 = until_count;
3441 if (until_count != tmp)
3442 gfc_free_expr (until_count);
trans-stmt.cc 1045 tree until_count = NULL_TREE; local
1061 until_count = fold_convert (integer_type_node, argse.expr);
1064 until_count = integer_one_node;
1082 until_count)));
1190 token, index, until_count,

Completed in 40 milliseconds