Searched refs:omp_namelist (Results 1 – 10 of 10) sorted by relevance
266 gfc_free_omp_namelist (p->ext.omp_namelist); in gfc_free_statement()
1867 if (c->ext.omp_namelist) in show_omp_node()1870 show_omp_namelist (OMP_LIST_NUM, c->ext.omp_namelist); in show_omp_node()
2700 gfc_omp_namelist *omp_namelist; member
2727 new_st.ext.omp_namelist = list; in gfc_match_omp_flush()
288 gfc_free_omp_namelist (p->ext.omp_namelist, false); in gfc_free_statement()
1885 (gfc_code): Change type of omp_namelist field to gfc_omp_namelist *.1898 Use *omp_namelist* instead of *namelist* data structure and1911 (gfc_match_omp_flush): Use *omp_namelist* instead of *namelist*1920 Use *omp_namelist* instead of *namelist* data structure and1928 (gfc_resolve_do_iterator): Use *omp_namelist* instead of *namelist*
2171 if (c->ext.omp_namelist) in show_omp_node()2174 show_omp_namelist (OMP_LIST_NUM, c->ext.omp_namelist); in show_omp_node()
2986 gfc_omp_namelist *omp_namelist; member
4015 new_st.ext.omp_namelist = list; in gfc_match_omp_flush()
3824 (struct gfc_code): Add omp_clauses, omp_name, omp_namelist