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

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatchexp.c92 match_defined_operator (gfc_user_op **result)
199 gfc_user_op *uop;
866 gfc_user_op *uop;
H A Dgfortran.h1342 gfc_user_op; typedef in typeref:struct:__anon108
1575 gfc_user_op *uop;
1748 gfc_user_op *uop;
2013 gfc_user_op *uop;
2808 gfc_user_op *gfc_get_uop (const char *);
2809 gfc_user_op *gfc_find_uop (const char *, gfc_namespace *);
2844 void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *));
H A Dsymbol.c2491 gfc_user_op *
2494 gfc_user_op *uop;
2506 uop = st->n.uop = XCNEW (gfc_user_op);
2518 gfc_user_op *
H A Dinterface.c49 separate from regular symbols. The symtrees point to gfc_user_op
1721 check_uop_interfaces (gfc_user_op *uop)
1724 gfc_user_op *uop2;
3767 gfc_user_op *uop;
H A Dmodule.c4259 gfc_user_op *uop;
5503 gfc_user_op *uop = st->n.uop;
5679 write_operator (gfc_user_op *uop)
H A Ddecl.c6952 gfc_user_op *uop;

Completed in 202 milliseconds