Lines Matching refs:teams

24 #pragma omp target teams is_device_ptr // expected-error {{expected '(' after 'is_device_ptr'}}  in func()
26 #pragma omp target teams is_device_ptr( // expected-error {{expected ')'}} expected-note {{to match… in func()
28 #pragma omp target teams is_device_ptr() // expected-error {{expected expression}} in func()
30 #pragma omp target teams is_device_ptr(alloc) // expected-error {{use of undeclared identifier 'all… in func()
32 #pragma omp target teams is_device_ptr(arg // expected-error {{expected ')'}} expected-note {{to ma… in func()
34 #pragma omp target teams is_device_ptr(i) // expected-error {{expected pointer, array, reference to… in func()
36 #pragma omp target teams is_device_ptr(j) // expected-error {{expected pointer, array, reference to… in func()
38 #pragma omp target teams is_device_ptr(k) // OK in func()
40 #pragma omp target teams is_device_ptr(z) // OK in func()
42 #pragma omp target teams is_device_ptr(aa) // OK in func()
44 #pragma omp target teams is_device_ptr(raa) // OK in func()
46 #pragma omp target teams is_device_ptr(e) // expected-error{{expected pointer, array, reference to … in func()
48 #pragma omp target teams is_device_ptr(g) // OK in func()
50 #pragma omp target teams is_device_ptr(rg) // OK in func()
52 #pragma omp target teams is_device_ptr(k,i,j) // expected-error2 {{expected pointer, array, referen… in func()
54 #pragma omp target teams is_device_ptr(d) // expected-error{{expected pointer, array, reference to … in func()
56 #pragma omp target teams is_device_ptr(da) // OK in func()
150 #pragma omp target teams is_device_ptr // expected-error {{expected '(' after 'is_device_ptr'}}
152 #pragma omp target teams is_device_ptr( // expected-error {{expected ')'}} expected-note {{to match…
154 #pragma omp target teams is_device_ptr() // expected-error {{expected expression}}
156 #pragma omp target teams is_device_ptr(alloc) // expected-error {{use of undeclared identifier 'all…
158 #pragma omp target teams is_device_ptr(argc // expected-error {{expected ')'}} expected-note {{to m…
160 #pragma omp target teams is_device_ptr(i) // expected-error {{expected pointer, array, reference to…
162 #pragma omp target teams is_device_ptr(j) // expected-error {{expected pointer, array, reference to…
164 #pragma omp target teams is_device_ptr(k) // OK
166 #pragma omp target teams is_device_ptr(z) // OK
168 #pragma omp target teams is_device_ptr(aa) // OK
170 #pragma omp target teams is_device_ptr(raa) // OK
172 #pragma omp target teams is_device_ptr(e) // expected-error{{expected pointer, array, reference to …
174 #pragma omp target teams is_device_ptr(g) // expected-error{{expected pointer, array, reference to …
176 #pragma omp target teams is_device_ptr(h) // OK
178 #pragma omp target teams is_device_ptr(rh) // OK
180 #pragma omp target teams is_device_ptr(k,i,j) // expected-error2 {{expected pointer, array, referen…
182 #pragma omp target teams is_device_ptr(d) // expected-error{{expected pointer, array, reference to …
184 #pragma omp target teams is_device_ptr(da) // OK
186 #pragma omp target teams map(ps) is_device_ptr(ps) // expected-error{{variable already marked as ma…
188 #pragma omp target teams is_device_ptr(ps) map(ps) // expected-error{{variable already marked as ma…
190 #pragma omp target teams map(ps->a) is_device_ptr(ps) // expected-error{{variable already marked as…
192 #pragma omp target teams is_device_ptr(ps) map(ps->a) // expected-error{{pointer cannot be mapped a…
194 #pragma omp target teams is_device_ptr(ps) firstprivate(ps) // omp4-error{{firstprivate variable ca…
196 #pragma omp target teams firstprivate(ps) is_device_ptr(ps) // expected-error{{firstprivate variabl…
198 #pragma omp target teams is_device_ptr(ps) private(ps) // omp4-error{{private variable cannot be in…
200 #pragma omp target teams private(ps) is_device_ptr(ps) // expected-error{{private variable cannot b…
219 #pragma omp target teams is_device_ptr // expected-error {{expected '(' after 'is_device_ptr'}} in main()
221 #pragma omp target teams is_device_ptr( // expected-error {{expected ')'}} expected-note {{to match… in main()
223 #pragma omp target teams is_device_ptr() // expected-error {{expected expression}} in main()
225 #pragma omp target teams is_device_ptr(alloc) // expected-error {{use of undeclared identifier 'all… in main()
227 #pragma omp target teams is_device_ptr(argc // expected-error {{expected ')'}} expected-note {{to m… in main()
229 #pragma omp target teams is_device_ptr(i) // expected-error {{expected pointer, array, reference to… in main()
231 #pragma omp target teams is_device_ptr(j) // expected-error {{expected pointer, array, reference to… in main()
233 #pragma omp target teams is_device_ptr(k) // OK in main()
235 #pragma omp target teams is_device_ptr(z) // OK in main()
237 #pragma omp target teams is_device_ptr(aa) // OK in main()
239 #pragma omp target teams is_device_ptr(raa) // OK in main()
241 #pragma omp target teams is_device_ptr(e) // expected-error{{expected pointer, array, reference to … in main()
243 #pragma omp target teams is_device_ptr(g) // expected-error{{expected pointer, array, reference to … in main()
245 #pragma omp target teams is_device_ptr(h) // OK in main()
247 #pragma omp target teams is_device_ptr(rh) // OK in main()
249 #pragma omp target teams is_device_ptr(k,i,j) // expected-error2 {{expected pointer, array, referen… in main()
251 #pragma omp target teams is_device_ptr(d) // expected-error{{expected pointer, array, reference to … in main()
253 #pragma omp target teams is_device_ptr(da) // OK in main()
255 #pragma omp target teams map(ps) is_device_ptr(ps) // expected-error{{variable already marked as ma… in main()
257 #pragma omp target teams is_device_ptr(ps) map(ps) // expected-error{{variable already marked as ma… in main()
259 #pragma omp target teams map(ps->a) is_device_ptr(ps) // expected-error{{variable already marked as… in main()
261 #pragma omp target teams is_device_ptr(ps) map(ps->a) // expected-error{{pointer cannot be mapped a… in main()
263 #pragma omp target teams is_device_ptr(ps) firstprivate(ps) // omp4-error{{firstprivate variable ca… in main()
265 #pragma omp target teams firstprivate(ps) is_device_ptr(ps) // expected-error{{firstprivate variabl… in main()
267 #pragma omp target teams is_device_ptr(ps) private(ps) // omp4-error{{private variable cannot be in… in main()
269 #pragma omp target teams private(ps) is_device_ptr(ps) // expected-error{{private variable cannot b… in main()