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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 765 /* For an array reference in an elemental procedure call we need
1045 /* For an array reference in an elemental procedure call we need
1163 bool elemental, bool copyback, bool optional,
1242 if (!elemental && full_array && copyback)
1318 if (!elemental && full_array && copyback)
1343 if (!elemental && full_array && copyback
1379 if (!elemental && full_array && copyback)
1690 /* Although '_copy' is set to be elemental in class.cc, it is
1692 ppc_code->resolved_sym->attr.elemental = 1;
1695 /* Since '_copy' is elemental, the scalarizer will take car
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 752 /* For an array reference in an elemental procedure call we need
1018 /* For an array reference in an elemental procedure call we need
1147 bool elemental, bool copyback, bool optional,
1226 if (!elemental && full_array && copyback)
1298 if (!elemental && full_array && copyback)
1323 if (!elemental && full_array && copyback
1657 /* Although '_copy' is set to be elemental in class.cc, it is
1659 ppc_code->resolved_sym->attr.elemental = 1;
1662 /* Since '_copy' is elemental, the scalarizer will take care
1768 /* Class valued elemental function calls or class array elements arrivin
    [all...]

Completed in 26 milliseconds