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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 12302 bool maybe_workshare = false, lhs_refs_comp = false, rhs_refs_comp = false; local
12381 rhs_caf_attr = gfc_caf_attr (expr2, false, &rhs_refs_comp);
12641 || (rhs_caf_attr.allocatable && rhs_refs_comp)))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 11611 bool maybe_workshare = false, lhs_refs_comp = false, rhs_refs_comp = false; local
11666 rhs_caf_attr = gfc_caf_attr (expr2, false, &rhs_refs_comp);
11924 || (rhs_caf_attr.allocatable && rhs_refs_comp)))

Completed in 39 milliseconds