Searched refs:gfc_is_proc_ptr_comp (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-io.c2591 if (expr->ref && !gfc_is_proc_ptr_comp (expr))
H A Dgfortran.h3365 bool gfc_is_proc_ptr_comp (gfc_expr *);
H A Dprimary.c2171 && !sym->attr.proc_pointer && !gfc_is_proc_ptr_comp (primary)
H A Dinterface.c3301 || gfc_is_proc_ptr_comp (a->expr)))
3317 || gfc_is_proc_ptr_comp (a->expr)))
H A Dtrans-expr.c3054 if (expr->ts.type == BT_CHARACTER && !gfc_is_proc_ptr_comp (expr))
4136 if (gfc_is_proc_ptr_comp (expr))
6263 && gfc_is_proc_ptr_comp (e))
9430 && !gfc_is_proc_ptr_comp (expr1))
H A Dmatch.c1419 || gfc_is_proc_ptr_comp (lvalue))
H A Dexpr.c5500 gfc_is_proc_ptr_comp (gfc_expr *expr) function
H A Dcheck.c2259 if (gfc_is_proc_ptr_comp (op))
H A Dresolve.c3167 if (gfc_is_proc_ptr_comp (expr))
H A Dtrans-intrinsic.c11189 if (gfc_is_proc_ptr_comp (opr_expr))
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h3655 bool gfc_is_proc_ptr_comp (gfc_expr *);
H A Dtrans-io.cc2616 if (expr->ref && !gfc_is_proc_ptr_comp (expr))
H A Dprimary.cc2150 && !sym->attr.proc_pointer && !gfc_is_proc_ptr_comp (primary)
H A Dinterface.cc3374 || gfc_is_proc_ptr_comp (a->expr)))
3391 || gfc_is_proc_ptr_comp (a->expr)))
H A Dtrans-expr.cc3154 if (expr->ts.type == BT_CHARACTER && !gfc_is_proc_ptr_comp (expr))
4223 if (gfc_is_proc_ptr_comp (expr))
6694 && gfc_is_proc_ptr_comp (e))
9966 && !gfc_is_proc_ptr_comp (expr1))
H A Dcheck.cc2263 if (gfc_is_proc_ptr_comp (op))
H A Dmatch.cc1394 || gfc_is_proc_ptr_comp (lvalue))
H A Dexpr.cc5531 gfc_is_proc_ptr_comp (gfc_expr *expr) function
H A Dtrans-intrinsic.cc11556 if (gfc_is_proc_ptr_comp (opr_expr))
H A Dresolve.cc3239 if (gfc_is_proc_ptr_comp (expr))

Completed in 741 milliseconds