Lines Matching full:sections
79 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
84 …a omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in tmain()
89 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain()
94 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain()
99 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain()
104 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain()
109 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain()
114 #pragma omp sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
119 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain()
124 #pragma omp sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain()
129 #pragma omp sections reduction(foo : argc) //expected-error {{incorrect reduction identifier, expec… in tmain()
134 #pragma omp sections reduction(&& : argc) in tmain()
139 #pragma omp sections reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
144 #pragma omp sections reduction(+ : a, b, c, d, f) // expected-error {{reduction variable with incom… in tmain()
149 #pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable with inc… in tmain()
154 #pragma omp sections reduction(max : qa[1]) // expected-error 2 {{expected variable name}} in tmain()
159 #pragma omp sections reduction(+ : ba) // expected-error {{a reduction variable with array type 'co… in tmain()
164 #pragma omp sections reduction(* : ca) // expected-error {{a reduction variable with array type 'co… in tmain()
169 #pragma omp sections reduction(- : da) // expected-error {{a reduction variable with array type 'co… in tmain()
174 #pragma omp sections reduction(^ : fl) // expected-error {{invalid operands to binary expression ('… in tmain()
179 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in tmain()
184 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in tmain()
189 #pragma omp sections reduction(+ : h, k) // expected-error {{threadprivate or thread local variable… in tmain()
194 #pragma omp sections reduction(+ : o) // expected-error {{no viable overloaded '='}} in tmain()
199 #pragma omp sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument … in tmain()
204 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP cl… in tmain()
209 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear o… in tmain()
214 #pragma omp sections reduction(+ : r) // expected-error 2 {{const-qualified variable cannot be redu… in tmain()
220 #pragma omp sections reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction'… in tmain()
225 #pragma omp sections reduction(+ : fl) // expected-error 2 {{reduction variable must be shared}} in tmain()
230 #pragma omp sections reduction(+ : fl) // expected-error 2 {{reduction variable must be shared}} in tmain()
259 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in main()
264 …a omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in main()
269 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in main()
274 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in main()
279 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in main()
284 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in main()
289 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in main()
294 #pragma omp sections reduction(foo : argc // expected-error {{expected ')'}} expected-note {{to mat… in main()
299 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in main()
304 #pragma omp sections reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expected vari… in main()
309 #pragma omp sections reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
314 #pragma omp sections reduction(&& : argc) in main()
319 #pragma omp sections reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
324 #pragma omp sections reduction(+ : a, b, c, d, f) // expected-error {{reduction variable with incom… in main()
329 #pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable with inc… in main()
334 #pragma omp sections reduction(max : argv[1]) // expected-error {{expected variable name}} in main()
339 #pragma omp sections reduction(+ : ba) // expected-error {{a reduction variable with array type 'co… in main()
344 #pragma omp sections reduction(* : ca) // expected-error {{a reduction variable with array type 'co… in main()
349 #pragma omp sections reduction(- : da) // expected-error {{a reduction variable with array type 'co… in main()
354 #pragma omp sections reduction(^ : fl) // expected-error {{invalid operands to binary expression ('… in main()
359 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in main()
364 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in main()
369 #pragma omp sections reduction(& : e, g) // expected-error {{calling a private constructor of class… in main()
374 #pragma omp sections reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thread local … in main()
379 #pragma omp sections reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
384 #pragma omp sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument … in main()
389 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP cl… in main()
394 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear onl… in main()
399 #pragma omp sections reduction(+ : r) // expected-error {{const-qualified variable cannot be reduct… in main()
405 #pragma omp sections reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' m… in main()
410 #pragma omp sections reduction(+ : fl) // expected-error {{reduction variable must be shared}} in main()
415 #pragma omp sections reduction(+ : fl) // expected-error {{reduction variable must be shared}} in main()