Home
last modified time | relevance | path

Searched refs:gfc_omp_set_selector (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1635 typedef struct gfc_omp_set_selector struct
1637 struct gfc_omp_set_selector *next; argument
1641 } gfc_omp_set_selector; typedef
1642 #define gfc_get_omp_set_selector() XCNEW (gfc_omp_set_selector)
1656 gfc_omp_set_selector *set_selectors;
H A Dopenmp.cc211 gfc_free_omp_set_selector_list (gfc_omp_set_selector *list) in gfc_free_omp_set_selector_list()
215 gfc_omp_set_selector *current = list; in gfc_free_omp_set_selector_list()
4637 gfc_match_omp_context_selector (gfc_omp_set_selector *oss) in gfc_match_omp_context_selector()
4940 gfc_omp_set_selector *oss = gfc_get_omp_set_selector (); in gfc_match_omp_context_selector_specification()
H A DChangeLog-2021870 (struct gfc_omp_set_selector): New.
H A Dtrans-openmp.cc7639 gfc_omp_set_selector *oss; in gfc_trans_omp_declare_variant()