Lines Matching refs:reduction

85 #pragma omp teams reduction // expected-error {{expected '(' after 'reduction'}}  in tmain()
88 #pragma omp teams reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning… in tmain()
91 #pragma omp teams reduction( // expected-error {{expected unqualified-id}} expected-warning {{missi… in tmain()
94 #pragma omp teams reduction(- // expected-warning {{missing ':' after reduction identifier - ignori… in tmain()
97 #pragma omp teams reduction() // expected-error {{expected unqualified-id}} expected-warning {{miss… in tmain()
100 #pragma omp teams reduction(*) // expected-warning {{missing ':' after reduction identifier - ignor… in tmain()
103 #pragma omp teams reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{mis… in tmain()
106 #pragma omp teams reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match th… in tmain()
109 #pragma omp teams reduction(| : argc, // expected-error {{expected expression}} expected-error {{ex… in tmain()
112 #pragma omp teams reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name, arr… in tmain()
115 #pragma omp teams reduction(foo : argc) //expected-error {{incorrect reduction identifier, expected… in tmain()
118 #pragma omp teams reduction(&& : argc) in tmain()
121 #pragma omp teams reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
124 #pragma omp teams reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with incom… in tmain()
127 #pragma omp teams reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with inc… in tmain()
130 #pragma omp teams reduction(max : h.b) // expected-error {{expected variable name, array element or… in tmain()
133 #pragma omp teams reduction(+ : ba) // expected-error {{const-qualified list item cannot be reducti… in tmain()
136 #pragma omp teams reduction(* : ca) // expected-error {{const-qualified list item cannot be reducti… in tmain()
139 #pragma omp teams reduction(- : da) // expected-error {{const-qualified list item cannot be reducti… in tmain()
142 #pragma omp teams reduction(^ : fl) // expected-error {{invalid operands to binary expression ('flo… in tmain()
145 #pragma omp teams reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in tmain()
148 #pragma omp teams reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be … in tmain()
151 #pragma omp teams reduction(+ : h, k) // expected-error {{threadprivate or thread local variable ca… in tmain()
154 #pragma omp teams reduction(+ : o) // expected-error 2 {{no viable overloaded '='}} in tmain()
157 #pragma omp teams private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of … in tmain()
161 #pragma omp teams reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP claus… in tmain()
164 #pragma omp teams reduction(+ : p), reduction(+ : p) // expected-error 2 {{variable can appear only… in tmain()
167 #pragma omp teams reduction(+ : r) // expected-error 2 {{const-qualified list item cannot be reduct… in tmain()
170 #pragma omp parallel reduction(min : i) in tmain()
172 #pragma omp teams reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction' mu… in tmain()
180 #pragma omp teams reduction(+ : fl) in tmain()
184 #pragma omp parallel for reduction(- : fl) in tmain()
188 #pragma omp teams reduction(+ : fl) in tmain()
215 #pragma omp teams reduction // expected-error {{expected '(' after 'reduction'}} in main()
218 #pragma omp teams reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning… in main()
221 #pragma omp teams reduction( // expected-error {{expected unqualified-id}} expected-warning {{missi… in main()
224 #pragma omp teams reduction(- // expected-warning {{missing ':' after reduction identifier - ignori… in main()
227 #pragma omp teams reduction() // expected-error {{expected unqualified-id}} expected-warning {{miss… in main()
230 #pragma omp teams reduction(*) // expected-warning {{missing ':' after reduction identifier - ignor… in main()
233 #pragma omp teams reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{mis… in main()
236 #pragma omp teams reduction(foo : argc // expected-error {{expected ')'}} expected-note {{to match … in main()
239 #pragma omp teams reduction(| : argc, // expected-error {{expected expression}} expected-error {{ex… in main()
242 #pragma omp teams reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variabl… in main()
245 #pragma omp teams reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
248 #pragma omp teams reduction(&& : argc) in main()
251 #pragma omp teams reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
254 #pragma omp teams reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with incom… in main()
257 #pragma omp teams reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with inc… in main()
260 #pragma omp teams reduction(max : h.b) // expected-error {{expected variable name, array element or… in main()
263 #pragma omp teams reduction(+ : ba) // expected-error {{const-qualified list item cannot be reducti… in main()
266 #pragma omp teams reduction(* : ca) // expected-error {{const-qualified list item cannot be reducti… in main()
269 #pragma omp teams reduction(- : da) // expected-error {{const-qualified list item cannot be reducti… in main()
272 #pragma omp teams reduction(^ : fl) // expected-error {{invalid operands to binary expression ('flo… in main()
275 #pragma omp teams reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in main()
278 #pragma omp teams reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be … in main()
281 #pragma omp teams reduction(& : e, g) // expected-error {{calling a private constructor of class 'S… in main()
284 #pragma omp teams reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thread local var… in main()
287 #pragma omp teams reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
290 #pragma omp teams private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of … in main()
294 #pragma omp teams reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP claus… in main()
297 #pragma omp teams reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only o… in main()
300 #pragma omp teams reduction(+ : r) // expected-error {{const-qualified list item cannot be reductio… in main()
303 #pragma omp parallel reduction(min : i) in main()
305 #pragma omp teams reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' must… in main()
313 #pragma omp teams reduction(+ : fl) in main()
317 #pragma omp parallel for reduction(- : fl) in main()
321 #pragma omp teams reduction(+ : fl) in main()
325 #pragma omp teams reduction(+ : m) // OK in main()