Lines Matching full:sections
5 ! 2.8.1 sections construct
6 ! The code enclosed in a sections construct must be a structured block.
18 !$omp sections
38 !$omp end sections
41 !$omp sections
44 !$omp end sections
48 !$omp sections
50 !ERROR: RETURN statement is not allowed in a SECTIONS construct
52 !$omp end sections
64 !$omp sections
67 !ERROR: CYCLE to construct outside of SECTIONS construct is not allowed
70 !$omp end sections
74 !$omp sections
79 !$omp end sections
81 !$omp sections
88 !$omp end sections
91 !$omp sections
94 !ERROR: CYCLE to construct 'loop_2' outside of SECTIONS construct is not allowed
97 !$omp end sections
103 !$omp sections
106 !ERROR: EXIT to construct 'loop_3' outside of SECTIONS construct is not allowed
109 !$omp end sections
113 !$omp sections
116 !ERROR: EXIT to construct outside of SECTIONS construct is not allowed
119 !$omp end sections
122 !$omp sections
129 !$omp end sections
131 !$omp sections
138 !$omp end sections