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

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 4176 in the parameter expressions for the bounds and set the pdt_array
4181 bool pdt_array = false; local
4187 pdt_array = true;
4189 pdt_array = true;
4195 for (i = 0; pdt_array && i < c1->as->rank; i++)
4209 c2->attr.pdt_array = pdt_array ? 1 : c2->attr.pdt_string;
gfortran.h 993 pdt_array:1, pdt_string:1; member in struct:__anon13616
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 4123 in the parameter expressions for the bounds and set the pdt_array
4128 bool pdt_array = false; local
4134 pdt_array = true;
4136 pdt_array = true;
4142 for (i = 0; pdt_array && i < c1->as->rank; i++)
4156 c2->attr.pdt_array = pdt_array ? 1 : c2->attr.pdt_string;
gfortran.h 985 pdt_array:1, pdt_string:1; member in struct:__anon16051

Completed in 51 milliseconds