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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1169 typedef struct gfc_component struct
1189 struct gfc_component *next;
1196 gfc_component; typedef in typeref:struct:gfc_component
1198 #define gfc_get_component() XCNEW (gfc_component)
1870 gfc_component *components; /* Derived type components */
2120 gfc_component *c;
2374 gfc_component *component;
3181 gfc_component *component; /* Record the component being initialized. */
3545 bool gfc_add_component (gfc_symbol *, const char *, gfc_component **);
3547 gfc_component *gfc_find_component (gfc_symbol *, const char *, bool, bool
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1159 typedef struct gfc_component struct
1179 struct gfc_component *next;
1186 gfc_component; typedef in typeref:struct:gfc_component
1188 #define gfc_get_component() XCNEW (gfc_component)
1823 gfc_component *components; /* Derived type components */
2041 gfc_component *c;
2284 gfc_component *component;
3075 gfc_component *component; /* Record the component being initialized. */
3424 bool gfc_add_component (gfc_symbol *, const char *, gfc_component **);
3426 gfc_component *gfc_find_component (gfc_symbol *, const char *, bool, bool
    [all...]

Completed in 41 milliseconds