• Home
  • Raw
  • Download

Lines Matching full:expected

10 struct S1; // expected-note {{declared here}}
12 template <class T, class S> // expected-note {{declared here}}
14 #pragma omp target if // expected-error {{expected '(' after 'if'}} in tmain()
16 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} in tmain()
18 #pragma omp target if () // expected-error {{expected expression}} in tmain()
20 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in tmain()
22 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in tmain()
26 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in tmain()
28 #pragma omp target if (S) // expected-error {{'S' does not refer to a value}} in tmain()
30 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
32 …#pragma omp target if (argc argc) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
36 …#pragma omp target if(target : // expected-error {{expected expression}} expected-error {{expected in tmain()
38 …#pragma omp target if(target : argc // expected-error {{expected ')'}} expected-note {{to match th… in tmain()
42 …#pragma omp target if(target : argc) if (for:argc) // expected-error {{directive name modifier 'fo… in tmain()
44 …#pragma omp target if(target : argc) if (target:argc) // expected-error {{directive '#pragma omp t… in tmain()
46 …agma omp target if(target : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} e… in tmain()
53 #pragma omp target if // expected-error {{expected '(' after 'if'}} in main()
55 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} in main()
57 #pragma omp target if () // expected-error {{expected expression}} in main()
59 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in main()
61 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in main()
65 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in main()
67 #pragma omp target if (S1) // expected-error {{'S1' does not refer to a value}} in main()
69 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in main()
71 …#pragma omp target if (argc argc) // expected-error {{expected ')'}} expected-note {{to match this… in main()
73 #pragma omp target if (1 0) // expected-error {{expected ')'}} expected-note {{to match this '('}} in main()
75 …mp target if(if(tmain(argc, argv) // expected-error {{expected expression}} expected-error {{expec… in main()
77 …#pragma omp target if(target : // expected-error {{expected expression}} expected-error {{expected in main()
79 …#pragma omp target if(target : argc // expected-error {{expected ')'}} expected-note {{to match th… in main()
83 …#pragma omp target if(target : argc) if (for:argc) // expected-error {{directive name modifier 'fo… in main()
85 …#pragma omp target if(target : argc) if (target:argc) // expected-error {{directive '#pragma omp t… in main()
87 …agma omp target if(target : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} e… in main()