Lines Matching defs:any
82 #pragma omp declare target to(q) device_type(any) device_type(any) device_type(host)
108 // omp51-error@+1 {{only 'device_type(any)' clause is allowed with indirect clause}}
300 void any() {bazz();}
326 void any1() {any();}
334 void any5() {any();}
344 #pragma omp declare target to(MultiDevTy) device_type(any)
347 // host-5-and-51-error@+2 {{'device_type(host)' does not match previously specified 'device_type(any)' for the same declaration}}
352 // no-host5-and-51-error@+2 {{'device_type(nohost)' does not match previously specified 'device_type(any)' for the same declaration}}
356 // expected-warning@+1 {{declaration is not declared in any declare target region}}
359 // expected-warning@+1 {{declaration is not declared in any declare target region}}
362 // expected-warning@+1 {{declaration is not declared in any declare target region}}
367 // expected-warning@+1 {{declaration is not declared in any declare target region}}
371 // expected-warning@+1 {{declaration is not declared in any declare target region}}
379 // expected-warning@+1 {{declaration is not declared in any declare target region}}
386 // expected-warning@+1 {{declaration is not declared in any declare target region}}