Home | History | Annotate | Download | only in fortran

Lines Matching defs:uop

3017   gfc_user_op *uop;
3025 return st->n.uop;
3029 uop = st->n.uop = XCNEW (gfc_user_op);
3030 uop->name = gfc_get_string ("%s", name);
3031 uop->access = ACCESS_UNKNOWN;
3032 uop->ns = ns;
3034 return uop;
3050 return (st == NULL) ? NULL : st->n.uop;
3896 gfc_free_interface (uop_tree->n.uop->op);
3897 free (uop_tree->n.uop);