Lines Matching refs:reduction

29 #pragma omp target teams reduction(+:fp) // expected-warning {{variable 'fp' is uninitialized when …  in xxx()
42 #pragma omp target teams reduction(+:ref) in foobar()
118 #pragma omp target teams reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
120 #pragma omp target teams reduction + // expected-error {{expected '(' after 'reduction'}} expected-… in tmain()
122 #pragma omp target teams reduction( // expected-error {{expected unqualified-id}} expected-warning … in tmain()
124 #pragma omp target teams reduction(- // expected-warning {{missing ':' after reduction identifier -… in tmain()
126 #pragma omp target teams reduction() // expected-error {{expected unqualified-id}} expected-warning… in tmain()
128 #pragma omp target teams reduction(*) // expected-warning {{missing ':' after reduction identifier … in tmain()
130 #pragma omp target teams reduction(\) // expected-error {{expected unqualified-id}} expected-warnin… in tmain()
132 #pragma omp target teams reduction(& : argc // expected-error {{expected ')'}} expected-note {{to m… in tmain()
134 #pragma omp target teams reduction(| : argc, // expected-error {{expected expression}} expected-err… in tmain()
136 #pragma omp target teams reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable na… in tmain()
138 #pragma omp target teams reduction(foo : argc) //expected-error {{incorrect reduction identifier, e… in tmain()
140 #pragma omp target teams reduction(&& : argc) allocate , allocate(, allocate(omp_default , allocate… in tmain()
142 #pragma omp target teams reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
144 #pragma omp target teams reduction(+ : z, a, b, c, d, f) // expected-error {{a reduction list item … in tmain()
146 #pragma omp target teams reduction(min : a, b, c, d, f) // expected-error {{a reduction list item w… in tmain()
148 #pragma omp target teams reduction(max : h.b) // expected-error {{expected variable name, array ele… in tmain()
150 #pragma omp target teams reduction(+ : ba) // expected-error {{const-qualified variable cannot be r… in tmain()
152 #pragma omp target teams reduction(* : ca) // expected-error {{const-qualified variable cannot be r… in tmain()
154 #pragma omp target teams reduction(- : da) // expected-error {{const-qualified variable cannot be r… in tmain()
156 #pragma omp target teams reduction(^ : fl) // expected-error {{invalid operands to binary expressio… in tmain()
158 #pragma omp target teams reduction(&& : S2::S2s) // expected-error {{shared variable cannot be redu… in tmain()
160 #pragma omp target teams reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cann… in tmain()
162 #pragma omp target teams reduction(+ : h, k) // expected-error {{threadprivate or thread local vari… in tmain()
164 #pragma omp target teams reduction(+ : o) // expected-error 2 {{no viable overloaded '='}} in tmain()
166 #pragma omp target teams private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argum… in tmain()
169 #pragma omp target teams reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenM… in tmain()
171 #pragma omp target teams reduction(+ : p), reduction(+ : p) // expected-error 2 {{variable can appe… in tmain()
173 #pragma omp target teams reduction(+ : r) // expected-error 2 {{const-qualified variable cannot be … in tmain()
176 #pragma omp parallel reduction(min : i) in tmain()
177 #pragma omp target teams reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduct… in tmain()
183 #pragma omp target teams reduction(+ : fl) allocate(omp_thread_mem_alloc: fl) // expected-warning 2… in tmain()
186 #pragma omp parallel for reduction(- : fl) in tmain()
189 #pragma omp target teams reduction(+ : fl) in tmain()
215 #pragma omp target teams reduction // expected-error {{expected '(' after 'reduction'}} in main()
217 #pragma omp target teams reduction + // expected-error {{expected '(' after 'reduction'}} expected-… in main()
219 #pragma omp target teams reduction( // expected-error {{expected unqualified-id}} expected-warning … in main()
221 #pragma omp target teams reduction(- // expected-warning {{missing ':' after reduction identifier -… in main()
223 #pragma omp target teams reduction() // expected-error {{expected unqualified-id}} expected-warning… in main()
225 #pragma omp target teams reduction(*) // expected-warning {{missing ':' after reduction identifier … in main()
227 #pragma omp target teams reduction(\) // expected-error {{expected unqualified-id}} expected-warnin… in main()
229 #pragma omp target teams reduction(foo : argc // expected-error {{expected ')'}} expected-note {{to… in main()
231 #pragma omp target teams reduction(| : argc, // expected-error {{expected expression}} expected-err… in main()
233 #pragma omp target teams reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expected … in main()
235 #pragma omp target teams reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
237 #pragma omp target teams reduction(&& : argc, z) in main()
239 #pragma omp target teams reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
241 #pragma omp target teams reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item wit… in main()
243 #pragma omp target teams reduction(min : a, b, c, d, f) // expected-error {{a reduction list item w… in main()
245 #pragma omp target teams reduction(max : h.b) // expected-error {{expected variable name, array ele… in main()
247 #pragma omp target teams reduction(+ : ba) // expected-error {{const-qualified variable cannot be r… in main()
249 #pragma omp target teams reduction(* : ca) // expected-error {{const-qualified variable cannot be r… in main()
251 #pragma omp target teams reduction(- : da) // expected-error {{const-qualified variable cannot be r… in main()
253 #pragma omp target teams reduction(^ : fl) // expected-error {{invalid operands to binary expressio… in main()
255 #pragma omp target teams reduction(&& : S2::S2s) // expected-error {{shared variable cannot be redu… in main()
257 #pragma omp target teams reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cann… in main()
259 #pragma omp target teams reduction(& : e, g) // expected-error {{calling a private constructor of c… in main()
261 #pragma omp target teams reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thread lo… in main()
263 #pragma omp target teams reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
265 #pragma omp target teams private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argum… in main()
268 #pragma omp target teams reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenM… in main()
270 #pragma omp target teams reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear… in main()
272 #pragma omp target teams reduction(+ : r) // expected-error {{const-qualified variable cannot be re… in main()
275 #pragma omp parallel reduction(min : i) in main()
276 #pragma omp target teams reduction(max : j) // expected-error {{argument of OpenMP clause 'reductio… in main()
282 #pragma omp target teams reduction(+ : fl) in main()
285 #pragma omp parallel for reduction(- : fl) in main()
288 #pragma omp target teams reduction(+ : fl) in main()
291 #pragma omp target teams reduction(+ : m) // OK in main()
293 #pragma omp target teams reduction(task, + : m) // omp45-error 2 {{expected expression}} omp45-warn… in main()