Lines Matching refs:ps
42 struct S2 *ps; member
51 S2 *ps; in foo() local
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()
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()