HomeSort by: relevance | last modified time | path
    Searched defs:gfc_interface (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1763 /* gfc_interface()-- Interfaces are lists of symbols strung together. */
1764 typedef struct gfc_interface struct
1768 struct gfc_interface *next;
1770 gfc_interface; typedef in typeref:struct:gfc_interface
1772 #define gfc_get_interface() XCNEW (gfc_interface)
1779 gfc_interface *op;
1857 gfc_interface *generic;
2168 gfc_interface *op[GFC_INTRINSIC_OPS];
3880 void gfc_free_interface (gfc_interface *);
3881 void gfc_drop_interface_elements_before (gfc_interface **, gfc_interface *)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1716 /* gfc_interface()-- Interfaces are lists of symbols strung together. */
1717 typedef struct gfc_interface struct
1721 struct gfc_interface *next;
1723 gfc_interface; typedef in typeref:struct:gfc_interface
1725 #define gfc_get_interface() XCNEW (gfc_interface)
1732 gfc_interface *op;
1810 gfc_interface *generic;
2089 gfc_interface *op[GFC_INTRINSIC_OPS];
3750 void gfc_free_interface (gfc_interface *);
3763 gfc_symbol *gfc_search_interface (gfc_interface *, int
    [all...]

Completed in 24 milliseconds