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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1643 typedef struct gfc_omp_declare_simd struct
1645 struct gfc_omp_declare_simd *next;
1652 gfc_omp_declare_simd; typedef in typeref:struct:gfc_omp_declare_simd
1653 #define gfc_get_omp_declare_simd() XCNEW (gfc_omp_declare_simd)
2218 struct gfc_omp_declare_simd *omp_declare_simd;
3694 void gfc_free_omp_declare_simd (gfc_omp_declare_simd *);
3695 void gfc_free_omp_declare_simd_list (gfc_omp_declare_simd *);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1586 typedef struct gfc_omp_declare_simd struct
1588 struct gfc_omp_declare_simd *next;
1595 gfc_omp_declare_simd; typedef in typeref:struct:gfc_omp_declare_simd
1596 #define gfc_get_omp_declare_simd() XCNEW (gfc_omp_declare_simd)
2139 struct gfc_omp_declare_simd *omp_declare_simd;
3568 void gfc_free_omp_declare_simd (gfc_omp_declare_simd *);
3569 void gfc_free_omp_declare_simd_list (gfc_omp_declare_simd *);

Completed in 34 milliseconds