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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1695 typedef struct gfc_omp_declare_variant struct
1697 struct gfc_omp_declare_variant *next;
1708 gfc_omp_declare_variant; typedef in typeref:struct:gfc_omp_declare_variant
1709 #define gfc_get_omp_declare_variant() XCNEW (gfc_omp_declare_variant)
2221 struct gfc_omp_declare_variant *omp_declare_variant;
3693 void gfc_free_omp_declare_variant_list (gfc_omp_declare_variant *list);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1648 typedef struct gfc_omp_declare_variant struct
1650 struct gfc_omp_declare_variant *next;
1661 gfc_omp_declare_variant; typedef in typeref:struct:gfc_omp_declare_variant
1662 #define gfc_get_omp_declare_variant() XCNEW (gfc_omp_declare_variant)
2142 struct gfc_omp_declare_variant *omp_declare_variant;
3567 void gfc_free_omp_declare_variant_list (gfc_omp_declare_variant *list);

Completed in 32 milliseconds