Lines Matching full:modifier

70 #pragma omp target teams distribute if(teams: argc) // expected-error {{directive name modifier 'te…  in tmain()
73 …eams distribute if(distribute: argc) // expected-error {{directive name modifier 'distribute' is n… in tmain()
76 …note {{previous clause with directive name modifier specified here}} expected-error {{directive na… in tmain()
79 …note {{previous clause with directive name modifier specified here}} expected-error {{directive na… in tmain()
82 …r {{directive name modifier 'for' is not allowed for '#pragma omp target teams distribute'}} expec… in tmain()
85 …omp target teams distribute' cannot contain more than one 'if' clause with 'target' name modifier}} in tmain()
88 … argc) if (argc) // expected-note {{previous clause with directive name modifier specified here}} … in tmain()
91 …te 2 {{previous clause with directive name modifier specified here}} expected-error {{directive na… in tmain()
141 #pragma omp target teams distribute if(teams : argc) // expected-error {{directive name modifier 't… in main()
144 …ams distribute if(distribute : argc) // expected-error {{directive name modifier 'distribute' is n… in main()
147 …target : argc) if (distribute :argc) // expected-error {{directive name modifier 'distribute' is n… in main()
150 …omp target teams distribute' cannot contain more than one 'if' clause with 'target' name modifier}} in main()
153 …' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}} in main()
156 …note {{previous clause with directive name modifier specified here}} expected-error {{directive na… in main()
159 …note {{previous clause with directive name modifier specified here}} expected-error {{directive na… in main()