Lines Matching full:sections
78 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
82 … sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in tmain()
86 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain()
90 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
94 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain()
98 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
102 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain()
106 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
110 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain()
114 #pragma omp parallel sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain()
118 #pragma omp parallel sections reduction(foo : argc) //expected-error {{incorrect reduction identifi… in tmain()
122 #pragma omp parallel sections reduction(&& : argc) in tmain()
126 #pragma omp parallel sections reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
130 #pragma omp parallel sections reduction(+ : a, b, c, d, f) // expected-error {{reduction variable w… in tmain()
134 #pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable… in tmain()
138 #pragma omp parallel sections reduction(max : qa[1]) // expected-error 2 {{expected variable name}} in tmain()
142 #pragma omp parallel sections reduction(+ : ba) // expected-error {{a reduction variable with array… in tmain()
146 #pragma omp parallel sections reduction(* : ca) // expected-error {{a reduction variable with array… in tmain()
150 #pragma omp parallel sections reduction(- : da) // expected-error {{a reduction variable with array… in tmain()
154 #pragma omp parallel sections reduction(^ : fl) // expected-error {{invalid operands to binary expr… in tmain()
158 #pragma omp parallel sections reduction(&& : S2::S2s) in tmain()
162 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in tmain()
166 #pragma omp parallel sections reduction(+ : h, k) // expected-error {{threadprivate or thread local… in tmain()
170 #pragma omp parallel sections reduction(+ : o) // expected-error {{no viable overloaded '='}} in tmain()
174 #pragma omp parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{… in tmain()
179 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of … in tmain()
183 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can… in tmain()
187 #pragma omp parallel sections reduction(+ : r) // expected-error 2 {{const-qualified variable canno… in tmain()
193 #pragma omp parallel sections reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'r… in tmain()
198 #pragma omp parallel sections reduction(+ : fl) in tmain()
203 #pragma omp parallel sections reduction(+ : fl) in tmain()
231 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in main()
235 … sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in main()
239 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in main()
243 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in main()
247 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in main()
251 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in main()
255 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in main()
259 #pragma omp parallel sections reduction(foo : argc // expected-error {{expected ')'}} expected-note… in main()
263 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in main()
267 #pragma omp parallel sections reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expe… in main()
271 #pragma omp parallel sections reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
275 #pragma omp parallel sections reduction(&& : argc) in main()
279 #pragma omp parallel sections reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
283 #pragma omp parallel sections reduction(+ : a, b, c, d, f) // expected-error {{reduction variable w… in main()
287 #pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable… in main()
291 #pragma omp parallel sections reduction(max : argv[1]) // expected-error {{expected variable name}} in main()
295 #pragma omp parallel sections reduction(+ : ba) // expected-error {{a reduction variable with array… in main()
299 #pragma omp parallel sections reduction(* : ca) // expected-error {{a reduction variable with array… in main()
303 #pragma omp parallel sections reduction(- : da) // expected-error {{a reduction variable with array… in main()
307 #pragma omp parallel sections reduction(^ : fl) // expected-error {{invalid operands to binary expr… in main()
311 #pragma omp parallel sections reduction(&& : S2::S2s) in main()
315 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in main()
319 #pragma omp parallel sections reduction(& : e, g) // expected-error {{calling a private constructor… in main()
323 #pragma omp parallel sections reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thre… in main()
327 #pragma omp parallel sections reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
331 #pragma omp parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{… in main()
336 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of … in main()
340 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error {{variable can a… in main()
344 #pragma omp parallel sections reduction(+ : r) // expected-error {{const-qualified variable cannot … in main()
350 #pragma omp parallel sections reduction(max : j) // expected-error {{argument of OpenMP clause 'red… in main()
355 #pragma omp parallel sections reduction(+ : fl) in main()
360 #pragma omp parallel sections reduction(+ : fl) in main()