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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 1198 field, last_type, inner_struct, mode, mode_rhs, dim_array, dim, dim_type, local
1375 dim_array = fold_build3_loc (input_location, COMPONENT_REF,
1381 dim = gfc_build_array_ref (dim_array, gfc_rank_cst[i], NULL_TREE);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 1205 field, last_type, inner_struct, mode, mode_rhs, dim_array, dim, dim_type, local
1382 dim_array = fold_build3_loc (input_location, COMPONENT_REF,
1388 dim = gfc_build_array_ref (dim_array, gfc_rank_cst[i], NULL_TREE);

Completed in 24 milliseconds