• Home
  • Raw
  • Download

Lines Matching full:sections

84 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}}  in tmain()
88sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in tmain()
92 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain()
96 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
100 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain()
104 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
108 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain()
112 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
116 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain()
120 #pragma omp parallel sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain()
124 #pragma omp parallel sections reduction(foo : argc) //expected-error {{incorrect reduction identifi… in tmain()
128 #pragma omp parallel sections reduction(&& : argc) in tmain()
132 #pragma omp parallel sections reduction(^ : T) // expected-error {{'T' does not refer to a value}} in tmain()
136 #pragma omp parallel sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list ite… in tmain()
140 #pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list i… in tmain()
144 #pragma omp parallel sections reduction(max : h.b) // expected-error {{expected variable name, arra… in tmain()
148 #pragma omp parallel sections reduction(+ : ba) // expected-error {{const-qualified list item canno… in tmain()
152 #pragma omp parallel sections reduction(* : ca) // expected-error {{const-qualified list item canno… in tmain()
156 #pragma omp parallel sections reduction(- : da) // expected-error {{const-qualified list item canno… in tmain()
160 #pragma omp parallel sections reduction(^ : fl) // expected-error {{invalid operands to binary expr… in tmain()
164 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in tmain()
168 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list ite… in tmain()
172 #pragma omp parallel sections reduction(+ : h, k) // expected-error {{threadprivate or thread local… in tmain()
176 #pragma omp parallel sections reduction(+ : o) // expected-error 2 {{no viable overloaded '='}} in tmain()
180 #pragma omp parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{… in tmain()
185 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of … in tmain()
189 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{variable can… in tmain()
193 #pragma omp parallel sections reduction(+ : r) // expected-error 2 {{const-qualified list item cann… in tmain()
199 #pragma omp parallel sections reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'r… in tmain()
204 #pragma omp parallel sections reduction(+ : fl) in tmain()
209 #pragma omp parallel sections reduction(+ : fl) in tmain()
237 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in main()
241sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in main()
245 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in main()
249 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in main()
253 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in main()
257 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in main()
261 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in main()
265 #pragma omp parallel sections reduction(foo : argc // expected-error {{expected ')'}} expected-note… in main()
269 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in main()
273 #pragma omp parallel sections reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expe… in main()
277 #pragma omp parallel sections reduction(~ : argc) // expected-error {{expected unqualified-id}} in main()
281 #pragma omp parallel sections reduction(&& : argc) in main()
285 #pragma omp parallel sections reduction(^ : S1) // expected-error {{'S1' does not refer to a value}} in main()
289 #pragma omp parallel sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list ite… in main()
293 #pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list i… in main()
297 #pragma omp parallel sections reduction(max : h.b) // expected-error {{expected variable name, arra… in main()
301 #pragma omp parallel sections reduction(+ : ba) // expected-error {{const-qualified list item canno… in main()
305 #pragma omp parallel sections reduction(* : ca) // expected-error {{const-qualified list item canno… in main()
309 #pragma omp parallel sections reduction(- : da) // expected-error {{const-qualified list item canno… in main()
313 #pragma omp parallel sections reduction(^ : fl) // expected-error {{invalid operands to binary expr… in main()
317 #pragma omp parallel sections reduction(&& : S2::S2s) // expected-error {{shared variable cannot be… in main()
321 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list ite… in main()
325 #pragma omp parallel sections reduction(& : e, g) // expected-error {{calling a private constructor… in main()
329 #pragma omp parallel sections reduction(+ : h, k, B::x) // expected-error 2 {{threadprivate or thre… in main()
333 #pragma omp parallel sections reduction(+ : o) // expected-error {{no viable overloaded '='}} in main()
337 #pragma omp parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{… in main()
342 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of … in main()
346 #pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error {{variable can a… in main()
350 #pragma omp parallel sections reduction(+ : r) // expected-error {{const-qualified list item cannot… in main()
356 #pragma omp parallel sections reduction(max : j) // expected-error {{argument of OpenMP clause 'red… in main()
361 #pragma omp parallel sections reduction(+ : fl) in main()
366 #pragma omp parallel sections reduction(+ : fl) in main()
371 #pragma omp parallel sections reduction(+ : m) // OK in main()