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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1358 typedef struct gfc_omp_namelist struct
1388 struct gfc_omp_namelist *duplicate_of;
1390 struct gfc_omp_namelist *next;
1393 gfc_omp_namelist; typedef in typeref:struct:gfc_omp_namelist
1395 #define gfc_get_omp_namelist() XCNEW (gfc_omp_namelist)
1556 gfc_omp_namelist *lists[OMP_LIST_NUM];
2225 struct gfc_omp_namelist *omp_allocate;
3096 gfc_omp_namelist *omp_namelist;
3676 void gfc_free_omp_namelist (gfc_omp_namelist *, bool, bool, bool);
3698 void gfc_resolve_omp_allocate (gfc_namespace *, gfc_omp_namelist *);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1338 typedef struct gfc_omp_namelist struct
1356 struct gfc_omp_namelist *next;
1359 gfc_omp_namelist; typedef in typeref:struct:gfc_omp_namelist
1361 #define gfc_get_omp_namelist() XCNEW (gfc_omp_namelist)
1504 gfc_omp_namelist *lists[OMP_LIST_NUM];
2990 gfc_omp_namelist *omp_namelist;
3550 void gfc_free_omp_namelist (gfc_omp_namelist *, bool);

Completed in 30 milliseconds