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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-io.cc 1691 int n_dim; local
1815 for ( n_dim = 0 ; n_dim < rank ; n_dim++ )
1820 build_int_cst (gfc_int4_type_node, n_dim),
1821 gfc_conv_array_stride (decl, n_dim),
1822 gfc_conv_array_lbound (decl, n_dim),
1823 gfc_conv_array_ubound (decl, n_dim));
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-io.cc 1689 int n_dim; local
1810 for ( n_dim = 0 ; n_dim < rank ; n_dim++ )
1815 build_int_cst (gfc_int4_type_node, n_dim),
1816 gfc_conv_array_stride (decl, n_dim),
1817 gfc_conv_array_lbound (decl, n_dim),
1818 gfc_conv_array_ubound (decl, n_dim));

Completed in 28 milliseconds