Searched refs:gfc_omp_set_selector (Results 1 – 4 of 4) sorted by relevance
1635 typedef struct gfc_omp_set_selector struct1637 struct gfc_omp_set_selector *next; argument1641 } gfc_omp_set_selector; typedef1642 #define gfc_get_omp_set_selector() XCNEW (gfc_omp_set_selector)1656 gfc_omp_set_selector *set_selectors;
211 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()
870 (struct gfc_omp_set_selector): New.
7639 gfc_omp_set_selector *oss; in gfc_trans_omp_declare_variant()