Lines Matching full:reduction
23 …[[omp::directive(taskloop reduction(+:fp))]] // expected-warning {{variable 'fp' is uninitialized … in xxx()
36 [[omp::directive(taskloop reduction(+:ref))]] in foobar()
102 …[[omp::directive(taskloop reduction(+:a))]] // expected-error {{expected addressable reduction ite… in S7()
122 [[omp::directive(taskloop reduction)]] // expected-error {{expected '(' after 'reduction'}} in tmain()
125 …[[omp::directive(taskloop reduction +)]] // expected-error {{expected '(' after 'reduction'}} expe… in tmain()
128 …mp::directive(taskloop reduction())]] // expected-error {{expected unqualified-id}} expected-warni… in tmain()
131 …[[omp::directive(taskloop reduction(*))]] // expected-warning {{missing ':' after reduction identi… in tmain()
134 …p::directive(taskloop reduction(\))]] // expected-error {{expected unqualified-id}} expected-warni… in tmain()
137 …reduction(foo : argc))]] //expected-error {{incorrect reduction identifier, expected one of '+', '… in tmain()
140 [[omp::directive(taskloop reduction(^ : T))]] // expected-error {{'T' does not refer to a value}} in tmain()
143 …reduction(+ : z, a, b, c, d, f))]] // expected-error {{a reduction list item with incomplete type … in tmain()
146 …reduction(min : a, b, c, d, f))]] // expected-error {{a reduction list item with incomplete type '… in tmain()
149 …[[omp::directive(taskloop reduction(max : h.b))]] // expected-error {{expected variable name, arra… in tmain()
152 …[[omp::directive(taskloop reduction(+ : ba))]] // expected-error {{const-qualified variable cannot… in tmain()
155 …[[omp::directive(taskloop reduction(* : ca))]] // expected-error {{const-qualified variable cannot… in tmain()
158 …reduction(- : da))]] // expected-error 2 {{const-qualified variable cannot be reduction}} omp52-wa… in tmain()
161 …[[omp::directive(taskloop reduction(^ : fl))]] // expected-error {{invalid operands to binary expr… in tmain()
164 …[[omp::directive(taskloop reduction(&& : S2::S2s))]] // expected-error {{shared variable cannot be… in tmain()
167 …[[omp::directive(taskloop reduction(&& : S2::S2sc))]] // expected-error {{const-qualified variable… in tmain()
170 …[[omp::directive(taskloop reduction(+ : h, k))]] // expected-error {{threadprivate or thread local… in tmain()
173 [[omp::directive(taskloop reduction(+ : o))]] // expected-error 2 {{no viable overloaded '='}} in tmain()
176 …ective(taskloop private(i), reduction(+ : j), reduction(+ : q))]] // expected-error 4 {{argument o… in tmain()
179 …ate(k)), directive(taskloop reduction(+ : p), reduction(+ : p)))]] // expected-error 2 {{argument … in tmain()
182 …::directive(taskloop reduction(+ : p), reduction(+ : p))]] // expected-error 2 {{variable can appe… in tmain()
185 …[[omp::directive(taskloop reduction(+ : r))]] // expected-error 2 {{const-qualified variable canno… in tmain()
188 …ective(parallel reduction(min : i)), directive(taskloop reduction(max : j)))]] // expected-error 2… in tmain()
191 …[[omp::sequence(directive(parallel private(fl)), directive(taskloop reduction(+ : fl) allocate(omp… in tmain()
194 [[omp::sequence(directive(parallel reduction(* : fl)), directive(taskloop reduction(+ : fl)))]] in tmain()
221 [[omp::directive(taskloop reduction)]] // expected-error {{expected '(' after 'reduction'}} in main()
224 …[[omp::directive(taskloop reduction +)]] // expected-error {{expected '(' after 'reduction'}} expe… in main()
227 …mp::directive(taskloop reduction())]] // expected-error {{expected unqualified-id}} expected-warni… in main()
230 …[[omp::directive(taskloop reduction(*))]] // expected-warning {{missing ':' after reduction identi… in main()
233 …p::directive(taskloop reduction(\))]] // expected-error {{expected unqualified-id}} expected-warni… in main()
236 [[omp::directive(taskloop reduction(~ : argc))]] // expected-error {{expected unqualified-id}} in main()
239 [[omp::directive(taskloop reduction(&& : argc, z))]] in main()
242 …[[omp::directive(taskloop reduction(^ : S1))]] // expected-error {{'S1' does not refer to a value}} in main()
245 …reduction(+ : a, b, c, d, f))]] // expected-error {{a reduction list item with incomplete type 'S1… in main()
248 …reduction(min : a, b, c, d, f))]] // expected-error {{a reduction list item with incomplete type '… in main()
251 …[[omp::directive(taskloop reduction(max : h.b))]] // expected-error {{expected variable name, arra… in main()
254 …[[omp::directive(taskloop reduction(+ : ba))]] // expected-error {{const-qualified variable cannot… in main()
257 …[[omp::directive(taskloop reduction(* : ca))]] // expected-error {{const-qualified variable cannot… in main()
260 …reduction(- : da))]] // expected-error {{const-qualified variable cannot be reduction}} omp52-warn… in main()
263 …[[omp::directive(taskloop reduction(^ : fl))]] // expected-error {{invalid operands to binary expr… in main()
266 …[[omp::directive(taskloop reduction(&& : S2::S2s))]] // expected-error {{shared variable cannot be… in main()
269 …[[omp::directive(taskloop reduction(&& : S2::S2sc))]] // expected-error {{const-qualified variable… in main()
272 …[[omp::directive(taskloop reduction(& : e, g))]] // expected-error {{calling a private constructor… in main()
275 …p::directive(taskloop reduction(+ : h, k, B::x))]] // expected-error 2 {{threadprivate or thread l… in main()
278 [[omp::directive(taskloop reduction(+ : o))]] // expected-error {{no viable overloaded '='}} in main()
281 …ective(taskloop private(i), reduction(+ : j), reduction(+ : q))]] // expected-error 2 {{argument o… in main()
284 …ate(k)), directive(taskloop reduction(+ : p), reduction(+ : p)))]] // expected-error 2 {{argument … in main()
287 …p::directive(taskloop reduction(+ : p), reduction(+ : p))]] // expected-error {{variable can appea… in main()
290 …[[omp::directive(taskloop reduction(+ : r))]] // expected-error {{const-qualified variable cannot … in main()
293 …rective(parallel reduction(min : i)), directive(taskloop reduction(max : j)))]] // expected-error … in main()
296 [[omp::sequence(directive(parallel private(fl)), directive(taskloop reduction(+ : fl)))]] in main()
299 [[omp::sequence(directive(parallel reduction(* : fl)), directive(taskloop reduction(+ : fl)))]] in main()
303 [[omp::directive(taskloop reduction(+ : m))]] // OK in main()
306 …[[omp::directive(taskloop reduction(task, + : m))]] // expected-error {{'reduction' clause with 't… in main()
309 …[[omp::directive(taskloop nogroup reduction(+ : m))]] // expected-error {{'reduction' clause canno… in main()