Lines Matching refs:map
53 [[omp::directive(target map(d))]]
55 [[omp::directive(target map(i))]]
57 [[omp::directive(target map(i[1:23]))]]
59 [[omp::directive(target map(p))]]
61 [[omp::directive(target map(p[1:24]))]]
63 [[omp::directive(target map(s))]]
65 [[omp::directive(target map(s.i))]]
67 [[omp::directive(target map(s.s.f))]]
69 [[omp::directive(target map(s.p))]]
71 [[omp::directive(target map(to: s.p[:22]))]]
73 [[omp::directive(target map(s.ps))]]
75 [[omp::directive(target map(from: s.ps->s.i))]]
77 [[omp::directive(target map(to: s.ps->ps))]]
79 [[omp::directive(target map(s.ps->ps->ps))]]
81 [[omp::directive(target map(to: s.ps->ps->s.f[:22]))]]
83 [[omp::directive(target map(ps))]]
85 [[omp::directive(target map(ps->i))]]
87 [[omp::directive(target map(ps->s.f))]]
89 [[omp::directive(target map(from: ps->p))]]
91 [[omp::directive(target map(to: ps->p[:22]))]]
93 [[omp::directive(target map(ps->ps))]]
95 [[omp::directive(target map(from: ps->ps->s.i))]]
97 [[omp::directive(target map(from: ps->ps->ps))]]
99 [[omp::directive(target map(ps->ps->ps->ps))]]
101 [[omp::directive(target map(to: ps->ps->ps->s.f[:22]))]]
103 [[omp::directive(target map(to: s.f[:22]) map(from: s.p[:33]))]]
105 [[omp::directive(target map(from: s.f[:22]) map(to: ps->p[:33]))]]
107 [[omp::directive(target map(from: s.f[:22], s.s) map(to: ps->p[:33]))]]
141 [[omp::directive(target map(to:t))]]
143 [[omp::directive(target map(to:t) nowait)]]
145 [[omp::directive(target teams map(to:t))]]
147 [[omp::directive(target teams map(to:t) nowait)]]
149 [[omp::directive(target data map(to:t))]]
151 [[omp::sequence(directive(target enter data map(to:t)),
152 directive(target enter data map(to:t) nowait),
153 directive(target exit data map(from:t)),
154 directive(target exit data map(from:t) nowait),
165 [[omp::directive(declare mapper(id: S3 s) map(s.Z[0:64]))]]
168 [[omp::directive(target map(mapper(id), to:s))]]
174 // Clang used to mistakenly generate the map name "x" for both x and y on this
175 // directive. Conditions to reproduce the bug: a single map clause has two
182 [[omp::directive(target map(to: x, y))]];