Home
last modified time | relevance | path

Searched refs:trait_selectors (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc217 gfc_free_omp_selector_list (current->trait_selectors); in gfc_free_omp_set_selector_list()
4652 os->next = oss->trait_selectors; in gfc_match_omp_context_selector()
4653 oss->trait_selectors = os; in gfc_match_omp_context_selector()
H A Dgfortran.h1640 struct gfc_omp_selector *trait_selectors; member
H A Dtrans-openmp.cc7645 for (os = oss->trait_selectors; os; os = os->next) in gfc_trans_omp_declare_variant()