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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 1847 bool not_lhs_array_type; local
1853 not_lhs_array_type = !(tmp && TREE_CODE (tmp) == ARRAY_TYPE
1859 && not_lhs_array_type)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 1785 bool not_lhs_array_type; local
1791 not_lhs_array_type = !(tmp && TREE_CODE (tmp) == ARRAY_TYPE
1797 && not_lhs_array_type)

Completed in 39 milliseconds