Searched refs:gfc_check_assign (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h3339 bool gfc_check_assign (gfc_expr *, gfc_expr *, int, bool c = true);
H A Dexpr.c3638 gfc_check_assign (gfc_expr *lvalue, gfc_expr *rvalue, int conform, function
4520 /* Relative of gfc_check_assign() except that the lvalue is a single
4572 r = gfc_check_assign (&lvalue, rvalue, 1);
H A Dresolve.c11081 gfc_check_assign (lhs, rhs, 1, !caf_convert_to_send);
16271 t = gfc_check_assign (var->expr, values.vnode->expr, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h3630 bool gfc_check_assign (gfc_expr *, gfc_expr *, int, bool c = true);
H A Dexpr.cc3661 gfc_check_assign (gfc_expr *lvalue, gfc_expr *rvalue, int conform, function
4551 /* Relative of gfc_check_assign() except that the lvalue is a single
4603 r = gfc_check_assign (&lvalue, rvalue, 1);
H A Dresolve.cc11241 gfc_check_assign (lhs, rhs, 1, !caf_convert_to_send);
16506 t = gfc_check_assign (var->expr, values.vnode->expr, 0);

Completed in 395 milliseconds