Home
last modified time | relevance | path

Searched refs:section_clauses (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c5066 gfc_omp_clauses section_clauses; in gfc_trans_omp_parallel_sections() local
5069 memset (&section_clauses, 0, sizeof (section_clauses)); in gfc_trans_omp_parallel_sections()
5070 section_clauses.nowait = true; in gfc_trans_omp_parallel_sections()
5076 stmt = gfc_trans_omp_sections (code, &section_clauses); in gfc_trans_omp_parallel_sections()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc6569 gfc_omp_clauses section_clauses; in gfc_trans_omp_parallel_sections() local
6572 memset (&section_clauses, 0, sizeof (section_clauses)); in gfc_trans_omp_parallel_sections()
6573 section_clauses.nowait = true; in gfc_trans_omp_parallel_sections()
6579 stmt = gfc_trans_omp_sections (code, &section_clauses); in gfc_trans_omp_parallel_sections()