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

  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 373 int ndimensions; member in struct:array_descr_info
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 402 int ndimensions; member in struct:array_descr_info
  /src/external/gpl3/gdb/dist/gdb/
f-lang.c 140 int ndimensions = calc_f77_array_dims (array_type); local
147 1, ndimensions);
155 for (LONGEST dst_offset = elm_len * (ndimensions - 1);
192 int ndimensions = calc_f77_array_dims (array_type); local
194 if (dim < 1 || dim > ndimensions)
197 error (_("LBOUND dimension must be from 1 to %d"), ndimensions);
199 error (_("UBOUND dimension must be from 1 to %d"), ndimensions);
204 for (int i = ndimensions - 1; i >= 0; --i)
606 int ndimensions = calc_f77_array_dims (array_type); local
616 if (dim < 1 || dim > ndimensions)
721 int ndimensions = 0; local
1132 int ndimensions = calc_f77_array_dims (original_array_type); local
1997 int ndimensions = calc_f77_array_dims (type); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
f-lang.c 140 int ndimensions = calc_f77_array_dims (array_type); local
147 1, ndimensions);
155 for (LONGEST dst_offset = elm_len * (ndimensions - 1);
192 int ndimensions = calc_f77_array_dims (array_type); local
194 if (dim < 1 || dim > ndimensions)
197 error (_("LBOUND dimension must be from 1 to %d"), ndimensions);
199 error (_("UBOUND dimension must be from 1 to %d"), ndimensions);
204 for (int i = ndimensions - 1; i >= 0; --i)
606 int ndimensions = calc_f77_array_dims (array_type); local
616 if (dim < 1 || dim > ndimensions)
721 int ndimensions = 0; local
1132 int ndimensions = calc_f77_array_dims (original_array_type); local
1986 int ndimensions = calc_f77_array_dims (type); local
    [all...]

Completed in 27 milliseconds