Home
last modified time | relevance | path

Searched refs:gfc_omp_declare_simd (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1402 typedef struct gfc_omp_declare_simd struct
1404 struct gfc_omp_declare_simd *next; argument
1411 gfc_omp_declare_simd; argument
1412 #define gfc_get_omp_declare_simd() XCNEW (gfc_omp_declare_simd)
1877 struct gfc_omp_declare_simd *omp_declare_simd;
3272 void gfc_free_omp_declare_simd (gfc_omp_declare_simd *);
3273 void gfc_free_omp_declare_simd_list (gfc_omp_declare_simd *);
H A Dopenmp.c147 gfc_free_omp_declare_simd (gfc_omp_declare_simd *ods) in gfc_free_omp_declare_simd()
157 gfc_free_omp_declare_simd_list (gfc_omp_declare_simd *list) in gfc_free_omp_declare_simd_list()
161 gfc_omp_declare_simd *current = list; in gfc_free_omp_declare_simd_list()
2738 gfc_omp_declare_simd *ods; in gfc_match_omp_declare_simd()
6458 gfc_omp_declare_simd *ods; in gfc_resolve_omp_declare_simd()
H A Dmodule.c4204 mio_omp_declare_simd (gfc_namespace *ns, gfc_omp_declare_simd **odsp) in mio_omp_declare_simd()
4214 gfc_omp_declare_simd *ods = *odsp; in mio_omp_declare_simd()
H A Dtrans-openmp.c5835 gfc_omp_declare_simd *ods; in gfc_trans_omp_declare_simd()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1586 typedef struct gfc_omp_declare_simd struct
1588 struct gfc_omp_declare_simd *next; argument
1595 gfc_omp_declare_simd; argument
1596 #define gfc_get_omp_declare_simd() XCNEW (gfc_omp_declare_simd)
2135 struct gfc_omp_declare_simd *omp_declare_simd;
3564 void gfc_free_omp_declare_simd (gfc_omp_declare_simd *);
3565 void gfc_free_omp_declare_simd_list (gfc_omp_declare_simd *);
H A Dopenmp.cc152 gfc_free_omp_declare_simd (gfc_omp_declare_simd *ods) in gfc_free_omp_declare_simd()
162 gfc_free_omp_declare_simd_list (gfc_omp_declare_simd *list) in gfc_free_omp_declare_simd_list()
166 gfc_omp_declare_simd *current = list; in gfc_free_omp_declare_simd_list()
4027 gfc_omp_declare_simd *ods; in gfc_match_omp_declare_simd()
9296 gfc_omp_declare_simd *ods; in gfc_resolve_omp_declare_simd()
H A Dmodule.cc4355 mio_omp_declare_simd (gfc_namespace *ns, gfc_omp_declare_simd **odsp) in mio_omp_declare_simd()
4365 gfc_omp_declare_simd *ods = *odsp; in mio_omp_declare_simd()
H A DChangeLog-20141877 (gfc_omp_declare_simd): New typedef.
H A Dtrans-openmp.cc7550 gfc_omp_declare_simd *ods; in gfc_trans_omp_declare_simd()