Lines Matching refs:map

53   [[omp::directive(target map(d))]]  in foo()
55 [[omp::directive(target map(i))]] in foo()
57 [[omp::directive(target map(i[1:23]))]] in foo()
59 [[omp::directive(target map(p))]] in foo()
61 [[omp::directive(target map(p[1:24]))]] in foo()
63 [[omp::directive(target map(s))]] in foo()
65 [[omp::directive(target map(s.i))]] in foo()
67 [[omp::directive(target map(s.s.f))]] in foo()
69 [[omp::directive(target map(s.p))]] in foo()
71 [[omp::directive(target map(to: s.p[:22]))]] in foo()
73 [[omp::directive(target map(s.ps))]] in foo()
75 [[omp::directive(target map(from: s.ps->s.i))]] in foo()
77 [[omp::directive(target map(to: s.ps->ps))]] in foo()
79 [[omp::directive(target map(s.ps->ps->ps))]] in foo()
81 [[omp::directive(target map(to: s.ps->ps->s.f[:22]))]] in foo()
83 [[omp::directive(target map(ps))]] in foo()
85 [[omp::directive(target map(ps->i))]] in foo()
87 [[omp::directive(target map(ps->s.f))]] in foo()
89 [[omp::directive(target map(from: ps->p))]] in foo()
91 [[omp::directive(target map(to: ps->p[:22]))]] in foo()
93 [[omp::directive(target map(ps->ps))]] in foo()
95 [[omp::directive(target map(from: ps->ps->s.i))]] in foo()
97 [[omp::directive(target map(from: ps->ps->ps))]] in foo()
99 [[omp::directive(target map(ps->ps->ps->ps))]] in foo()
101 [[omp::directive(target map(to: ps->ps->ps->s.f[:22]))]] in foo()
103 [[omp::directive(target map(to: s.f[:22]) map(from: s.p[:33]))]] in foo()
105 [[omp::directive(target map(from: s.f[:22]) map(to: ps->p[:33]))]] in foo()
107 [[omp::directive(target map(from: s.f[:22], s.s) map(to: ps->p[:33]))]] in foo()
141 [[omp::directive(target map(to:t))]] in baz()
143 [[omp::directive(target map(to:t) nowait)]] in baz()
145 [[omp::directive(target teams map(to:t))]] in baz()
147 [[omp::directive(target teams map(to:t) nowait)]] in baz()
149 [[omp::directive(target data map(to:t))]] in baz()
151 [[omp::sequence(directive(target enter data map(to:t)), in baz()
152 directive(target enter data map(to:t) nowait), in baz()
153 directive(target exit data map(from:t)), in baz()
154 directive(target exit data map(from:t) nowait), in baz()
165 [[omp::directive(declare mapper(id: S3 s) map(s.Z[0:64]))]]
168 [[omp::directive(target map(mapper(id), to:s))]] in qux()
182 [[omp::directive(target map(to: x, y))]]; in secondMapNameInClause()