Lines Matching full:s7

57 struct S7 {  struct
68 struct S7* S; argument
100 S7 s7; in tmain() local
129 #pragma omp target update from(s7.i, s7.a[:3]) in tmain()
130 #pragma omp target update from(s7.s6[1].aa[0:5]) in tmain()
131 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not … in tmain()
132 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not… in tmain()
133 #pragma omp target update from(s7.p[:10]) in tmain()
134 #pragma omp target update from(x, s7.bfa) // expected-error {{bit fields cannot be used to specify … in tmain()
135 #pragma omp target update from(x, s7.p[:]) // expected-error {{section length is unspecified and ca… in tmain()
136 #pragma omp target data map(to: s7.i) in tmain()
138 #pragma omp target update from(s7.x) in tmain()
157 S7 s7; in main() local
185 #pragma omp target update from(s7.i, s7.a[:3]) in main()
186 #pragma omp target update from(s7.s6[1].aa[0:5]) in main()
187 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not … in main()
188 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not… in main()
189 #pragma omp target update from(s7.p[:10]) in main()
190 #pragma omp target update from(x, s7.bfa) // expected-error {{bit fields cannot be used to specify … in main()
191 #pragma omp target update from(x, s7.p[:]) // expected-error {{section length is unspecified and ca… in main()
200 #pragma omp target update from(*(x+*(y+*(**BB+BBB)+s7.i))) // le45-error {{expected expression cont… in main()
203 #pragma omp target data map(to: s7.i) in main()
205 #pragma omp target update from(s7.x) in main()