Lines Matching refs:target

14   #pragma omp target if // expected-error {{expected '(' after 'if'}}  in tmain()
15 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} … in tmain()
16 #pragma omp target if () // expected-error {{expected expression}} in tmain()
17 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in tmain()
18 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in tmain()
19 #pragma omp target if (argc > 0 ? argv[1] : argv[2]) in tmain()
20 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in tmain()
21 #pragma omp target if (S) // expected-error {{'S' does not refer to a value}} in tmain()
22 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
23 …#pragma omp target if (argc argc) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
24 #pragma omp target if(argc) in tmain()
31 #pragma omp target if // expected-error {{expected '(' after 'if'}} in main()
32 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} … in main()
33 #pragma omp target if () // expected-error {{expected expression}} in main()
34 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in main()
35 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in main()
36 #pragma omp target if (argc > 0 ? argv[1] : argv[2]) in main()
37 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in main()
38 #pragma omp target if (S1) // expected-error {{'S1' does not refer to a value}} in main()
39 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in main()
40 …#pragma omp target if (argc argc) // expected-error {{expected ')'}} expected-note {{to match this… in main()
41 #pragma omp target if (1 0) // expected-error {{expected ')'}} expected-note {{to match this '('}} in main()
42 …#pragma omp target if(if(tmain(argc, argv) // expected-error {{expected expression}} expected-erro… in main()