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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2862 gfc_iterator; typedef in typeref:struct:__anon13651
2864 #define gfc_get_iterator() XCNEW (gfc_iterator)
3061 gfc_iterator *iterator;
3112 gfc_iterator iter;
3176 gfc_iterator *iterator;
3672 void gfc_free_iterator (gfc_iterator *, int);
3831 bool gfc_resolve_iterator (gfc_iterator *, bool, bool);
3848 gfc_iterator *gfc_copy_iterator (gfc_iterator *);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2761 gfc_iterator; typedef in typeref:struct:__anon16083
2763 #define gfc_get_iterator() XCNEW (gfc_iterator)
2957 gfc_iterator *iterator;
3006 gfc_iterator iter;
3070 gfc_iterator *iterator;
3546 void gfc_free_iterator (gfc_iterator *, int);
3700 bool gfc_resolve_iterator (gfc_iterator *, bool, bool);
3718 gfc_iterator *gfc_copy_iterator (gfc_iterator *);

Completed in 21 milliseconds