Lines Matching full:reduction
30 #pragma omp parallel reduction(+:fp) // expected-warning {{variable 'fp' is uninitialized when used… in xxx()
43 #pragma omp parallel reduction(+:ref) in foobar()
121 #pragma omp parallel reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
123 #pragma omp parallel reduction + // expected-error {{expected '(' after 'reduction'}} expected-warn… in tmain()
125 #pragma omp parallel reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain()
127 #pragma omp parallel reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain()
129 #pragma omp parallel reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain()
131 #pragma omp parallel reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain()
133 #pragma omp parallel reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain()
135 #pragma omp parallel reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
137 #pragma omp parallel reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain()
139 #pragma omp parallel reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name, … in tmain()
141 …reduction(foo : argc) //omp45-error {{incorrect reduction identifier, expected one of '+', '-', '*… in tmain()
143 #pragma omp parallel reduction(&& : argc) allocate , allocate(, allocate(omp_default , allocate(omp… in tmain()
145 #pragma omp parallel reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
147 …reduction(+ : z, a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1… in tmain()
149 …reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1'… in tmain()
151 #pragma omp parallel reduction(max : h.b) // expected-error {{expected variable name, array element… in tmain()
153 #pragma omp parallel reduction(+ : ba) // expected-error {{const-qualified variable cannot be reduc… in tmain()
155 #pragma omp parallel reduction(* : ca) // expected-error {{const-qualified variable cannot be reduc… in tmain()
157 …reduction(- : da) // expected-error 2 {{const-qualified variable cannot be reduction}} omp52-warni… in tmain()
159 #pragma omp parallel reduction(^ : fl) // expected-error {{invalid operands to binary expression ('… in tmain()
161 #pragma omp parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in tmain()
163 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in tmain()
165 #pragma omp parallel reduction(+ : h, k) // expected-error {{threadprivate or thread local variable… in tmain()
167 #pragma omp parallel reduction(+ : o) // expected-error 2 {{no viable overloaded '='}} in tmain()
169 …agma omp parallel private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of… in tmain()
172 #pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP cl… in tmain()
174 #pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error 2 {{variable can appear o… in tmain()
176 #pragma omp parallel reduction(+ : r) // expected-error 2 {{const-qualified variable cannot be redu… in tmain()
179 #pragma omp parallel reduction(min : i) in tmain()
180 #pragma omp parallel reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction'… in tmain()
185 #pragma omp parallel reduction(+ : fl) in tmain()
188 …reduction(- : fl) // omp52-warning 3 {{minus(-) operator for reductions is deprecated; use + or us… in tmain()
190 #pragma omp parallel reduction(+ : fl) in tmain()
216 #pragma omp parallel reduction // expected-error {{expected '(' after 'reduction'}} in main()
218 #pragma omp parallel reduction + // expected-error {{expected '(' after 'reduction'}} expected-warn… in main()
220 #pragma omp parallel reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in main()
222 #pragma omp parallel reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in main()
224 #pragma omp parallel reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in main()
226 #pragma omp parallel reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in main()
228 #pragma omp parallel reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in main()
230 …reduction(foo : argc // expected-error {{expected ')'}} expected-note {{to match this '('}} omp45-… in main()
232 #pragma omp parallel reduction(| : argc, // expected-error {{expected expression}} expected-error {… in main()
234 #pragma omp parallel reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expected vari… in main()
236 #pragma omp parallel reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
238 #pragma omp parallel reduction(&& : argc, z) in main()
240 #pragma omp parallel reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
242 …reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1'}}… in main()
244 …reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with incomplete type 'S1'… in main()
246 #pragma omp parallel reduction(max : h.b) // expected-error {{expected variable name, array element… in main()
248 #pragma omp parallel reduction(+ : ba) // expected-error {{const-qualified variable cannot be reduc… in main()
250 #pragma omp parallel reduction(* : ca) // expected-error {{const-qualified variable cannot be reduc… in main()
252 …reduction(- : da) // expected-error {{const-qualified variable cannot be reduction}} omp52-warning… in main()
254 #pragma omp parallel reduction(^ : fl) // expected-error {{invalid operands to binary expression ('… in main()
256 #pragma omp parallel reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reductio… in main()
258 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot b… in main()
260 #pragma omp parallel reduction(& : e, g) // expected-error {{calling a private constructor of class… in main()
262 #pragma omp parallel reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thread local … in main()
264 #pragma omp parallel reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
266 …agma omp parallel private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of… in main()
269 #pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP cl… in main()
271 #pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear onl… in main()
273 #pragma omp parallel reduction(+ : r) // expected-error {{const-qualified variable cannot be reduct… in main()
276 #pragma omp parallel reduction(min : i) in main()
277 #pragma omp parallel reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' m… in main()
282 #pragma omp parallel reduction(+ : fl) in main()
285 …reduction(- : fl) // omp52-warning {{minus(-) operator for reductions is deprecated; use + or user… in main()
287 #pragma omp parallel reduction(+ : fl) in main()
290 #pragma omp parallel reduction(+ : m) // OK in main()
292 #pragma omp parallel reduction(task, + : m) // omp45-error 2 {{expected expression}} omp45-warning … in main()
294 #pragma omp parallel reduction(+:gptr[:argc]) // expected-error {{threadprivate or thread local var… in main()