Lines Matching refs:simd
18 #pragma omp simd reduction(+:fp) // expected-warning {{variable 'fp' is uninitialized when used her… in xxx()
31 #pragma omp simd reduction(+:ref) in foobar()
108 #pragma omp simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
111 #pragma omp simd reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning … in tmain()
114 #pragma omp simd reduction( // expected-error {{expected unqualified-id}} expected-warning {{missin… in tmain()
117 #pragma omp simd reduction(- // expected-warning {{missing ':' after reduction identifier - ignorin… in tmain()
120 #pragma omp simd reduction() // expected-error {{expected unqualified-id}} expected-warning {{missi… in tmain()
123 #pragma omp simd reduction(*) // expected-warning {{missing ':' after reduction identifier - ignori… in tmain()
126 #pragma omp simd reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{miss… in tmain()
129 #pragma omp simd reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match thi… in tmain()
132 #pragma omp simd reduction(| : argc, // expected-error {{expected expression}} expected-error {{exp… in tmain()
135 #pragma omp simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name, arra… in tmain()
138 #pragma omp simd reduction(foo : argc) //expected-error {{incorrect reduction identifier, expected … in tmain()
141 #pragma omp simd reduction(&& : argc) allocate , allocate(, allocate(omp_default , allocate(omp_def… in tmain()
144 #pragma omp simd reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
147 #pragma omp simd reduction(+ : z, a, b, c, d, f) // expected-error {{a reduction list item with inc… in tmain()
150 #pragma omp simd reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with inco… in tmain()
153 #pragma omp simd reduction(max : h.b) // expected-error {{expected variable name, array element or … in tmain()
156 #pragma omp simd reduction(+ : ba) // expected-error {{const-qualified variable cannot be reduction… in tmain()
159 #pragma omp simd reduction(* : ca) // expected-error {{const-qualified variable cannot be reduction… in tmain()
162 #pragma omp simd reduction(- : da) // expected-error {{const-qualified variable cannot be reduction… in tmain()
165 #pragma omp simd reduction(^ : fl) // expected-error {{invalid operands to binary expression ('floa… in tmain()
168 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in tmain()
171 #pragma omp simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be re… in tmain()
174 #pragma omp simd reduction(+ : h, k) // expected-error {{threadprivate or thread local variable can… in tmain()
177 #pragma omp simd reduction(+ : o) // expected-error 2 {{no viable overloaded '='}} in tmain()
180 #pragma omp simd private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of O… in tmain()
183 #pragma omp simd reduction(+ : j), reduction(+ : q) // OK in tmain()
187 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause… in tmain()
190 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error 2 {{variable can appear only … in tmain()
193 #pragma omp simd reduction(+ : r) // expected-error 2 {{const-qualified variable cannot be reductio… in tmain()
198 #pragma omp simd reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction' mus… in tmain()
202 #pragma omp simd reduction(+ : fl) in tmain()
206 #pragma omp simd reduction(+ : fl) in tmain()
233 #pragma omp simd reduction // expected-error {{expected '(' after 'reduction'}} in main()
236 #pragma omp simd reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning … in main()
239 #pragma omp simd reduction( // expected-error {{expected unqualified-id}} expected-warning {{missin… in main()
242 #pragma omp simd reduction(- // expected-warning {{missing ':' after reduction identifier - ignorin… in main()
245 #pragma omp simd reduction() // expected-error {{expected unqualified-id}} expected-warning {{missi… in main()
248 #pragma omp simd reduction(*) // expected-warning {{missing ':' after reduction identifier - ignori… in main()
251 #pragma omp simd reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{miss… in main()
254 #pragma omp simd reduction(foo : argc // expected-error {{expected ')'}} expected-note {{to match t… in main()
257 #pragma omp simd reduction(| : argc, // expected-error {{expected expression}} expected-error {{exp… in main()
260 #pragma omp simd reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable… in main()
263 #pragma omp simd reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
266 #pragma omp simd reduction(&& : argc, z) in main()
269 #pragma omp simd reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
272 #pragma omp simd reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with incomp… in main()
275 #pragma omp simd reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with inco… in main()
278 #pragma omp simd reduction(max : h.b) // expected-error {{expected variable name, array element or … in main()
281 #pragma omp simd reduction(+ : ba) // expected-error {{const-qualified variable cannot be reduction… in main()
284 #pragma omp simd reduction(* : ca) // expected-error {{const-qualified variable cannot be reduction… in main()
287 #pragma omp simd reduction(- : da) // expected-error {{const-qualified variable cannot be reduction… in main()
290 #pragma omp simd reduction(^ : fl) // expected-error {{invalid operands to binary expression ('floa… in main()
293 #pragma omp simd reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}} in main()
296 #pragma omp simd reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be re… in main()
299 #pragma omp simd reduction(& : e, g) // expected-error {{calling a private constructor of class 'S4… in main()
302 #pragma omp simd reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thread local vari… in main()
305 #pragma omp simd reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
308 #pragma omp simd private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of O… in main()
312 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause… in main()
315 #pragma omp simd reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only on… in main()
318 #pragma omp simd reduction(+ : r) // expected-error {{const-qualified variable cannot be reduction}} in main()
323 #pragma omp simd reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' must … in main()
327 #pragma omp simd reduction(+ : fl) in main()
331 #pragma omp simd reduction(+ : fl) in main()
334 #pragma omp simd reduction(task, + : fl) // omp45-error 2 {{expected expression}} omp45-warning {{m… in main()