Searched refs:gfc_typebound_proc (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h1032 struct gfc_typebound_proc *tb;
1349 gfc_typebound_proc and set specific for further use. */
1351 struct gfc_typebound_proc* specific;
1362 typedef struct gfc_typebound_proc struct
1378 struct gfc_typebound_proc* overridden;
1393 gfc_typebound_proc; typedef in typeref:struct:gfc_typebound_proc
1493 vec<gfc_typebound_proc *> tbps;
1577 gfc_typebound_proc *tb;
1617 gfc_typebound_proc *tb_op[GFC_INTRINSIC_OPS];
2034 gfc_typebound_proc* tb
[all...]
H A Dclass.c747 add_proc_comp (gfc_symbol *vtype, const char *name, gfc_typebound_proc *tb)
763 c->tb = XCNEW (gfc_typebound_proc);
2338 c->tb = XCNEW (gfc_typebound_proc);
2404 c->tb = XCNEW (gfc_typebound_proc);
2609 c->tb = XCNEW (gfc_typebound_proc);
2680 c->tb = XCNEW (gfc_typebound_proc);
2812 gfc_typebound_proc*
2817 gfc_typebound_proc* res;
H A Ddecl.c5159 match_binding_attributes (gfc_typebound_proc* ba, bool generic, bool ppc);
5173 gfc_typebound_proc* tb;
5182 tb = XCNEW (gfc_typebound_proc);
5238 c->tb = XCNEW (gfc_typebound_proc);
8163 match_binding_attributes (gfc_typebound_proc* ba, bool generic, bool ppc)
8366 gfc_typebound_proc tb;
8541 gfc_typebound_proc tbattr; /* Used for match_binding_attributes. */
8542 gfc_typebound_proc* tb;
H A Dinterface.c3633 static gfc_typebound_proc*
3644 gfc_typebound_proc* tb;
3731 gfc_expr* base, gfc_typebound_proc* target,
3770 gfc_typebound_proc* tbo;
3913 gfc_typebound_proc* tbo;
H A Dsymbol.c3246 gfc_typebound_proc *tbp;
4493 gfc_typebound_proc*
4494 gfc_get_typebound_proc (gfc_typebound_proc *tb0)
4496 gfc_typebound_proc *result;
4498 result = XCNEW (gfc_typebound_proc);
H A Dresolve.c5407 gfc_typebound_proc* tbp;
5469 gfc_typebound_proc* tb;
5657 gfc_typebound_proc* genproc;
9335 gfc_typebound_proc* tbp;
11927 gfc_typebound_proc* p, const char* name)
11940 gfc_typebound_proc* overridden_tbp;
12075 gfc_typebound_proc* p)
12423 gfc_typebound_proc* p = derived->f2k_derived->tb_op[op];
H A Dmodule.c2607 static void mio_typebound_proc (gfc_typebound_proc** proc);
3633 mio_typebound_proc (gfc_typebound_proc** proc)

Completed in 274 milliseconds