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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 8653 tree *temp_vars; local
8667 temp_vars = XCNEWVEC (tree, n);
8691 temp_vars[n] = gfc_create_var (type, fsym->name);
8700 gfc_trans_string_copy (&se->pre, arglen, temp_vars[n], fsym->ts.kind,
8711 temp_vars[n] = gfc_create_var (type, fsym->name);
8716 gfc_add_modify (&se->pre, temp_vars[n], lse.expr);
8726 gfc_shadow_sym (fargs->sym, temp_vars[n], &saved_vars[n]);
8754 free (temp_vars);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 8212 tree *temp_vars; local
8226 temp_vars = XCNEWVEC (tree, n);
8250 temp_vars[n] = gfc_create_var (type, fsym->name);
8259 gfc_trans_string_copy (&se->pre, arglen, temp_vars[n], fsym->ts.kind,
8270 temp_vars[n] = gfc_create_var (type, fsym->name);
8275 gfc_add_modify (&se->pre, temp_vars[n], lse.expr);
8285 gfc_shadow_sym (fargs->sym, temp_vars[n], &saved_vars[n]);
8313 free (temp_vars);

Completed in 41 milliseconds