HomeSort by: relevance | last modified time | path
    Searched refs:total_var (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_map_simplify.c 604 unsigned total_var; local
615 total_var = total - bmap->n_div;
639 if (last_var >= total_var)
640 bmap = set_div_from_eq(bmap, last_var - total_var,
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 11242 static int total_var = 0; local
11257 total_var = gfc_count_forall_iterators (code);
11260 var_expr = XCNEWVEC (gfc_expr *, total_var);
11290 gcc_assert (nvar <= total_var);
11312 total_var = 0;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 10761 static int total_var = 0; local
10776 total_var = gfc_count_forall_iterators (code);
10779 var_expr = XCNEWVEC (gfc_expr *, total_var);
10809 gcc_assert (nvar <= total_var);
10831 total_var = 0;

Completed in 45 milliseconds