HomeSort by: relevance | last modified time | path
    Searched defs:lhs_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
12380 lhs_caf_attr = gfc_caf_attr (expr1, false, &lhs_refs_comp);
12640 && ((lhs_caf_attr.allocatable && lhs_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
11665 lhs_caf_attr = gfc_caf_attr (expr1, false, &lhs_refs_comp);
11923 && ((lhs_caf_attr.allocatable && lhs_refs_comp)

Completed in 40 milliseconds