Lines Matching full:variable
107 #pragma omp for reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{variable of type 'float' is not valid for specified reduction operation}}
111 #pragma omp for reduction(| : argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{variable of type 'float' is not valid for specified reduction operation}}
115 #pragma omp for reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}}
131 #pragma omp for reduction(+ : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 3 {{const-qualified variable cannot be reduction}}
135 #pragma omp for reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified variable cannot be reduction}}
139 #pragma omp for reduction(max : qa[1]) // expected-error 2 {{expected variable name}}
143 #pragma omp for reduction(+ : ba) // expected-error {{a reduction variable with array type 'const S2 [5]'}}
147 #pragma omp for reduction(* : ca) // expected-error {{a reduction variable with array type 'const S3 [5]'}}
151 #pragma omp for reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}} expected-error {{a reduction variable with array type 'const float [5]'}}
155 #pragma omp for reduction(^ : fl) // expected-error {{variable of type 'float' is not valid for specified reduction operation}}
159 #pragma omp for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
163 #pragma omp for reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be reduction}}
167 #pragma omp for reduction(+ : h, k) // expected-error {{threadprivate or thread local variable cannot be reduction}}
171 #pragma omp for reduction(+ : o) // expected-error {{variable of type 'class S6' is not valid for specified reduction operation}}
183 #pragma omp for reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear only once in OpenMP 'reduction' clause}} expected-note 3 {{previously referenced here}}
187 #pragma omp for reduction(+ : r) // expected-error 2 {{const-qualified variable cannot be reduction}}
196 #pragma omp for reduction(+ : fl) // expected-error 2 {{reduction variable must be shared}}
200 #pragma omp for reduction(+ : fl) // expected-error 2 {{reduction variable must be shared}}
256 #pragma omp for reduction(|| : argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
272 #pragma omp for reduction(+ : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{const-qualified variable cannot be reduction}}
276 #pragma omp for reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified variable cannot be reduction}}
280 #pragma omp for reduction(max : argv[1]) // expected-error {{expected variable name}}
284 #pragma omp for reduction(+ : ba) // expected-error {{a reduction variable with array type 'const S2 [5]'}}
288 #pragma omp for reduction(* : ca) // expected-error {{a reduction variable with array type 'const S3 [5]'}}
292 #pragma omp for reduction(- : da) // expected-error {{a reduction variable with array type 'const int [5]'}}
296 #pragma omp for reduction(^ : fl) // expected-error {{variable of type 'float' is not valid for specified reduction operation}}
300 #pragma omp for reduction(&& : S2::S2s) // expected-error {{shared variable cannot be reduction}}
304 #pragma omp for reduction(&& : S2::S2sc) // expected-error {{const-qualified variable cannot be reduction}}
308 #pragma omp for reduction(& : e, g) // expected-error {{reduction variable must have an accessible, unambiguous default constructor}} expected-error {{variable of type 'S5' is not valid for specified reduction operation}}
312 #pragma omp for reduction(+ : h, k) // expected-error {{threadprivate or thread local variable cannot be reduction}}
316 #pragma omp for reduction(+ : o) // expected-error {{variable of type 'class S6' is not valid for specified reduction operation}}
328 #pragma omp for reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only once in OpenMP 'reduction' clause}} expected-note {{previously referenced here}}
332 #pragma omp for reduction(+ : r) // expected-error {{const-qualified variable cannot be reduction}}
341 #pragma omp for reduction(+ : fl) // expected-error {{reduction variable must be shared}}
345 #pragma omp for reduction(+ : fl) // expected-error {{reduction variable must be shared}}