• Home
  • Raw
  • Download

Lines Matching full:sections

85 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}}  in tmain()
90 …a omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in tmain()
95 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain()
100 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain()
105 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain()
110 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain()
115 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain()
120 #pragma omp sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
125 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain()
130 #pragma omp sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name, … in tmain()
135 #pragma omp sections reduction(foo : argc) //expected-error {{incorrect reduction identifier, expec… in tmain()
140 #pragma omp sections reduction(&& : argc) in tmain()
145 #pragma omp sections reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
150 #pragma omp sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with in… in tmain()
155 #pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with … in tmain()
160 #pragma omp sections reduction(max : h.b) // expected-error {{expected variable name, array element… in tmain()
165 #pragma omp sections reduction(+ : ba) // expected-error {{const-qualified list item cannot be redu… in tmain()
170 #pragma omp sections reduction(* : ca) // expected-error {{const-qualified list item cannot be redu… in tmain()
175 #pragma omp sections reduction(- : da) // expected-error {{const-qualified list item cannot be redu… in tmain()
180 #pragma omp sections reduction(^ : fl) // expected-error {{invalid operands to binary expression ('… in tmain()
185 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in tmain()
190 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot … in tmain()
195 #pragma omp sections reduction(+ : h, k) // expected-error {{threadprivate or thread local variable… in tmain()
200 #pragma omp sections reduction(+ : o) // expected-error 2 {{no viable overloaded '='}} in tmain()
205 #pragma omp sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument … in tmain()
210 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP cl… in tmain()
215 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{variable can appear o… in tmain()
220 #pragma omp sections reduction(+ : r) // expected-error 2 {{const-qualified list item cannot be red… in tmain()
226 #pragma omp sections reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction'… in tmain()
231 #pragma omp sections reduction(+ : fl) // expected-error 2 {{reduction variable must be shared}} in tmain()
236 #pragma omp sections reduction(+ : fl) // expected-error 2 {{reduction variable must be shared}} in tmain()
265 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in main()
270 …a omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in main()
275 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in main()
280 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in main()
285 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in main()
290 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in main()
295 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in main()
300 #pragma omp sections reduction(foo : argc // expected-error {{expected ')'}} expected-note {{to mat… in main()
305 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in main()
310 #pragma omp sections reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expected vari… in main()
315 #pragma omp sections reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
320 #pragma omp sections reduction(&& : argc) in main()
325 #pragma omp sections reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
330 #pragma omp sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with in… in main()
335 #pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with … in main()
340 #pragma omp sections reduction(max : h.b) // expected-error {{expected variable name, array element… in main()
345 #pragma omp sections reduction(+ : ba) // expected-error {{const-qualified list item cannot be redu… in main()
350 #pragma omp sections reduction(* : ca) // expected-error {{const-qualified list item cannot be redu… in main()
355 #pragma omp sections reduction(- : da) // expected-error {{const-qualified list item cannot be redu… in main()
360 #pragma omp sections reduction(^ : fl) // expected-error {{invalid operands to binary expression ('… in main()
365 #pragma omp sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in main()
370 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot … in main()
375 #pragma omp sections reduction(& : e, g) // expected-error {{calling a private constructor of class… in main()
380 #pragma omp sections reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thread local … in main()
385 #pragma omp sections reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
390 #pragma omp sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument … in main()
395 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP cl… in main()
400 #pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear onl… in main()
405 #pragma omp sections reduction(+ : r) // expected-error {{const-qualified list item cannot be reduc… in main()
411 #pragma omp sections reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' m… in main()
416 #pragma omp sections reduction(+ : fl) // expected-error {{reduction variable must be shared}} in main()
421 #pragma omp sections reduction(+ : fl) // expected-error {{reduction variable must be shared}} in main()
426 #pragma omp sections reduction(+ : m) // OK in main()