Home
last modified time | relevance | path

Searched refs:omp_namelist (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dst.c266 gfc_free_omp_namelist (p->ext.omp_namelist); in gfc_free_statement()
H A Ddump-parse-tree.c1867 if (c->ext.omp_namelist) in show_omp_node()
1870 show_omp_namelist (OMP_LIST_NUM, c->ext.omp_namelist); in show_omp_node()
H A Dgfortran.h2700 gfc_omp_namelist *omp_namelist; member
H A Dopenmp.c2727 new_st.ext.omp_namelist = list; in gfc_match_omp_flush()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dst.cc288 gfc_free_omp_namelist (p->ext.omp_namelist, false); in gfc_free_statement()
H A DChangeLog-20141885 (gfc_code): Change type of omp_namelist field to gfc_omp_namelist *.
1898 Use *omp_namelist* instead of *namelist* data structure and
1911 (gfc_match_omp_flush): Use *omp_namelist* instead of *namelist*
1920 Use *omp_namelist* instead of *namelist* data structure and
1928 (gfc_resolve_do_iterator): Use *omp_namelist* instead of *namelist*
H A Ddump-parse-tree.cc2171 if (c->ext.omp_namelist) in show_omp_node()
2174 show_omp_namelist (OMP_LIST_NUM, c->ext.omp_namelist); in show_omp_node()
H A Dgfortran.h2986 gfc_omp_namelist *omp_namelist; member
H A Dopenmp.cc4015 new_st.ext.omp_namelist = list; in gfc_match_omp_flush()
H A DChangeLog-20063824 (struct gfc_code): Add omp_clauses, omp_name, omp_namelist