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

  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 2207 gfc_intrinsic_op other_op; local
2215 other_op = gfc_equivalent_op ((gfc_intrinsic_op) i);
2216 if (other_op != INTRINSIC_NONE
2217 && check_interface1 (ns->op[i], ns2->op[other_op],
decl.cc 9264 gfc_intrinsic_op other_op; local
9270 other_op = gfc_equivalent_op (op);
9272 if (other_op != INTRINSIC_NONE)
9273 gfc_current_ns->operator_access[other_op] = access;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 2164 gfc_intrinsic_op other_op; local
2172 other_op = gfc_equivalent_op ((gfc_intrinsic_op) i);
2173 if (other_op != INTRINSIC_NONE
2174 && check_interface1 (ns->op[i], ns2->op[other_op],
decl.cc 9193 gfc_intrinsic_op other_op; local
9199 other_op = gfc_equivalent_op (op);
9201 if (other_op != INTRINSIC_NONE)
9202 gfc_current_ns->operator_access[other_op] = access;
  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 2797 tree other_op; local
2803 other_op = gimple_assign_rhs2 (stmt);
2805 other_op = gimple_assign_rhs1 (stmt);
2808 gimple_assign_set_rhs_from_tree (&si, other_op);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 2766 tree other_op; local
2772 other_op = gimple_assign_rhs2 (stmt);
2774 other_op = gimple_assign_rhs1 (stmt);
2777 gimple_assign_set_rhs_from_tree (&si, other_op);

Completed in 98 milliseconds