Home
last modified time | relevance | path

Searched refs:copyin (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/OpenMP/
Dparallel_copyin_messages.cpp52 #pragma omp parallel copyin // expected-error {{expected '(' after 'copyin'}} in main()
53 …#pragma omp parallel copyin ( // expected-error {{expected expression}} expected-error {{expected … in main()
54 #pragma omp parallel copyin () // expected-error {{expected expression}} in main()
55 …#pragma omp parallel copyin (k // expected-error {{expected ')'}} expected-note {{to match this '(… in main()
56 …#pragma omp parallel copyin (h, // expected-error {{expected expression}} expected-error {{expecte… in main()
57 …#pragma omp parallel copyin (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable n… in main()
58 …#pragma omp parallel copyin (l) // expected-error {{copyin variable must have an accessible, unamb… in main()
59 #pragma omp parallel copyin (S1) // expected-error {{'S1' does not refer to a value}} in main()
60 #pragma omp parallel copyin (argv[1]) // expected-error {{expected variable name}} in main()
61 #pragma omp parallel copyin(i) // expected-error {{copyin variable must be threadprivate}} in main()
[all …]
Dparallel_sections_copyin_messages.cpp55 #pragma omp parallel sections copyin // expected-error {{expected '(' after 'copyin'}} in main()
59 #pragma omp parallel sections copyin( // expected-error {{expected expression}} expected-error {{ex… in main()
63 #pragma omp parallel sections copyin() // expected-error {{expected expression}} in main()
67 #pragma omp parallel sections copyin(k // expected-error {{expected ')'}} expected-note {{to match … in main()
71 #pragma omp parallel sections copyin(h, // expected-error {{expected expression}} expected-error {{… in main()
75 #pragma omp parallel sections copyin(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected var… in main()
79 #pragma omp parallel sections copyin(l) // expected-error {{copyin variable must have an accessible… in main()
83 #pragma omp parallel sections copyin(S1) // expected-error {{'S1' does not refer to a value}} in main()
87 #pragma omp parallel sections copyin(argv[1]) // expected-error {{expected variable name}} in main()
91 #pragma omp parallel sections copyin(i) // expected-error {{copyin variable must be threadprivate}} in main()
[all …]
Dparallel_for_copyin_messages.cpp55 #pragma omp parallel for copyin // expected-error {{expected '(' after 'copyin'}} in main()
58 #pragma omp parallel for copyin( // expected-error {{expected expression}} expected-error {{expecte… in main()
61 #pragma omp parallel for copyin() // expected-error {{expected expression}} in main()
64 #pragma omp parallel for copyin(k // expected-error {{expected ')'}} expected-note {{to match this … in main()
67 #pragma omp parallel for copyin(h, // expected-error {{expected expression}} expected-error {{expec… in main()
70 #pragma omp parallel for copyin(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable… in main()
73 #pragma omp parallel for copyin(l) // expected-error {{copyin variable must have an accessible, una… in main()
76 #pragma omp parallel for copyin(S1) // expected-error {{'S1' does not refer to a value}} in main()
79 #pragma omp parallel for copyin(argv[1]) // expected-error {{expected variable name}} in main()
82 #pragma omp parallel for copyin(i) // expected-error {{copyin variable must be threadprivate}} in main()
[all …]
Dparallel_ast_print.cpp38 …ivate(argc,b) firstprivate(argv) shared (d) if (argc > 0) num_threads(C) copyin(S<T>::TS) proc_bin… in tmain()
89 …(none), private(argc,b) firstprivate(argv) if (argc > 0) num_threads(ee) copyin(a) proc_bind(sprea… in main()
Dparallel_for_ast_print.cpp18 #pragma omp parallel for schedule(dynamic) default(none) copyin(g) in tmain()
47 #pragma omp parallel for schedule(guided, argc) default(none) copyin(g) in main()
Dparallel_sections_ast_print.cpp40 …ivate(argc, b) firstprivate(argv) shared(d) if (argc > 0) num_threads(C) copyin(S < T > ::TS) proc… in tmain()
125 …none), private(argc, b) firstprivate(argv) if (argc > 0) num_threads(ee) copyin(a) proc_bind(sprea… in main()
/external/clang/include/clang/Basic/
DOpenMPKinds.def80 OPENMP_CLAUSE(copyin, OMPCopyinClause)
96 OPENMP_PARALLEL_CLAUSE(copyin)
155 OPENMP_PARALLEL_FOR_CLAUSE(copyin)
170 OPENMP_PARALLEL_SECTIONS_CLAUSE(copyin)
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_socket.c581 # define copyin(u, k, len) copy_from_user(k, u, len) macro
601 error = copyin(iovp, *iov, iovlen); in copyiniov()
639 error = copyin(iov->iov_base, cp, cnt); in uiomove()
678 error = copyin(uaddr, sa, len);
1819 error = copyin(anamelen, &namelen, sizeof (namelen)); in accept1()