Lines Matching full:reduction
30 #pragma omp parallel sections reduction(+:fp) // expected-warning {{variable 'fp' is uninitialized … in xxx()
45 #pragma omp parallel sections reduction(+:ref) in foobar()
123 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
127 #pragma omp parallel sections reduction + // expected-error {{expected '(' after 'reduction'}} expe… in tmain()
131 …ma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-warning… in tmain()
135 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
139 …a omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-warning… in tmain()
143 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
147 …a omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-warnin… in tmain()
151 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
155 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain()
159 #pragma omp parallel sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain()
163 …reduction(foo : argc) //omp45-error {{incorrect reduction identifier, expected one of '+', '-', '*… in tmain()
167 #pragma omp parallel sections reduction(&& : argc) allocate , allocate(, allocate(omp_default , all… in tmain()
171 #pragma omp parallel sections reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
175 …reduction(+ : z, a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1… in tmain()
179 …reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1'… in tmain()
183 #pragma omp parallel sections reduction(max : h.b) // expected-error {{expected variable name, arra… in tmain()
187 #pragma omp parallel sections reduction(+ : ba) // expected-error {{const-qualified variable cannot… in tmain()
191 #pragma omp parallel sections reduction(* : ca) // expected-error {{const-qualified variable cannot… in tmain()
195 …reduction(- : da) // expected-error 2 {{const-qualified variable cannot be reduction}} omp52-warni… in tmain()
199 #pragma omp parallel sections reduction(^ : fl) // expected-error {{invalid operands to binary expr… in tmain()
203 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in tmain()
207 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in tmain()
211 …agma omp parallel sections reduction(+ : h, k) // expected-error {{threadprivate or thread local v… in tmain()
215 #pragma omp parallel sections reduction(+ : o) // expected-error 2 {{no viable overloaded '='}} in tmain()
219 …parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of… in tmain()
224 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of … in tmain()
228 … omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{variable can appea… in tmain()
232 #pragma omp parallel sections reduction(+ : r) // expected-error 2 {{const-qualified variable canno… in tmain()
237 #pragma omp parallel reduction(min : i) in tmain()
238 #pragma omp parallel sections reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'r… in tmain()
243 #pragma omp parallel sections reduction(+ : fl) in tmain()
247 #pragma omp parallel reduction(* : fl) in tmain()
248 #pragma omp parallel sections reduction(+ : fl) in tmain()
276 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in main()
280 #pragma omp parallel sections reduction + // expected-error {{expected '(' after 'reduction'}} expe… in main()
284 …ma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-warning… in main()
288 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in main()
292 …a omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-warning… in main()
296 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in main()
300 …a omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-warnin… in main()
304 …reduction(foo : argc // expected-error {{expected ')'}} expected-note {{to match this '('}} omp45-… in main()
308 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in main()
312 #pragma omp parallel sections reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expe… in main()
316 #pragma omp parallel sections reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
320 #pragma omp parallel sections reduction(&& : argc) in main()
324 #pragma omp parallel sections reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
328 …reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1'}}… in main()
332 …reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1'… in main()
336 #pragma omp parallel sections reduction(max : h.b) // expected-error {{expected variable name, arra… in main()
340 #pragma omp parallel sections reduction(+ : ba) // expected-error {{const-qualified variable cannot… in main()
344 #pragma omp parallel sections reduction(* : ca) // expected-error {{const-qualified variable cannot… in main()
348 …reduction(- : da) // expected-error {{const-qualified variable cannot be reduction}} omp52-warning… in main()
352 #pragma omp parallel sections reduction(^ : fl) // expected-error {{invalid operands to binary expr… in main()
356 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in main()
360 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified variable… in main()
364 #pragma omp parallel sections reduction(& : e, g) // expected-error {{calling a private constructor… in main()
368 … omp parallel sections reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thread loc… in main()
372 #pragma omp parallel sections reduction(+ : o, z) // expected-error {{no viable overloaded '='}} in main()
376 …parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of… in main()
381 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of … in main()
385 …a omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear… in main()
389 #pragma omp parallel sections reduction(+ : r) // expected-error {{const-qualified variable cannot … in main()
394 #pragma omp parallel reduction(min : i) in main()
395 #pragma omp parallel sections reduction(max : j) // expected-error {{argument of OpenMP clause 'red… in main()
400 #pragma omp parallel sections reduction(+ : fl) in main()
404 #pragma omp parallel reduction(* : fl) in main()
405 #pragma omp parallel sections reduction(+ : fl) in main()
410 #pragma omp parallel sections reduction(+ : m) // OK in main()
414 … omp parallel sections reduction(task,+ : m) // omp45-error 2 {{expected expression}} omp45-warnin… in main()