Home
last modified time | relevance | path

Searched refs:omp (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/external/clang/test/OpenMP/
Dnesting_of_regions.cpp9 #pragma omp parallel in foo()
10 #pragma omp for in foo()
13 #pragma omp parallel in foo()
14 #pragma omp simd in foo()
17 #pragma omp parallel in foo()
18 #pragma omp for simd in foo()
21 #pragma omp parallel in foo()
22 #pragma omp sections in foo()
26 #pragma omp parallel in foo()
27 #pragma omp section // expected-error {{'omp section' directive must be closely nested to a section… in foo()
[all …]
Ddistribute_simd_misc_messages.c4 #pragma omp distribute simd
7 #pragma omp distribute simd foo
10 #pragma omp distribute simd safelen(4)
14 #pragma omp target in test_no_clause()
15 #pragma omp teams in test_no_clause()
16 #pragma omp distribute simd in test_no_clause()
20 #pragma omp target in test_no_clause()
21 #pragma omp teams in test_no_clause()
23 #pragma omp distribute simd in test_no_clause()
34 #pragma omp target in test_branch_protected_scope()
[all …]
Ddistribute_parallel_for_simd_misc_messages.c4 #pragma omp distribute parallel for simd
7 #pragma omp distribute parallel for simd foo
11 #pragma omp distribute parallel for simd in test_no_clause()
16 #pragma omp distribute parallel for simd in test_no_clause()
27 #pragma omp target in test_branch_protected_scope()
28 #pragma omp teams in test_branch_protected_scope()
29 #pragma omp distribute parallel for simd in test_branch_protected_scope()
51 #pragma omp target in test_invalid_clause()
52 #pragma omp teams in test_invalid_clause()
54 #pragma omp distribute parallel for simd foo bar in test_invalid_clause()
[all …]
Dteams_reduction_messages.cpp71 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
84 #pragma omp target in tmain()
85 #pragma omp teams reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
87 #pragma omp target in tmain()
88 #pragma omp teams reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning… in tmain()
90 #pragma omp target in tmain()
91 #pragma omp teams reduction( // expected-error {{expected unqualified-id}} expected-warning {{missi… in tmain()
93 #pragma omp target in tmain()
94 #pragma omp teams reduction(- // expected-warning {{missing ':' after reduction identifier - ignori… in tmain()
96 #pragma omp target in tmain()
[all …]
Ddistribute_simd_loop_messages.cpp5 #pragma omp threadprivate(sii)
14 #pragma omp target in test_iteration_spaces()
15 #pragma omp teams in test_iteration_spaces()
16 #pragma omp distribute simd in test_iteration_spaces()
20 #pragma omp target in test_iteration_spaces()
21 #pragma omp teams in test_iteration_spaces()
22 #pragma omp distribute simd in test_iteration_spaces()
26 #pragma omp target in test_iteration_spaces()
27 #pragma omp teams in test_iteration_spaces()
28 #pragma omp distribute simd in test_iteration_spaces()
[all …]
Ddistribute_simd_reduction_messages.cpp71 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
84 #pragma omp target in tmain()
85 #pragma omp teams in tmain()
86 #pragma omp distribute simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
89 #pragma omp target in tmain()
90 #pragma omp teams in tmain()
91 #pragma omp distribute simd reduction + // expected-error {{expected '(' after 'reduction'}} expect… in tmain()
94 #pragma omp target in tmain()
95 #pragma omp teams in tmain()
96 #pragma omp distribute simd reduction( // expected-error {{expected unqualified-id}} expected-warni… in tmain()
[all …]
Ddistribute_parallel_for_simd_reduction_messages.cpp71 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
84 #pragma omp target in tmain()
85 #pragma omp teams in tmain()
86 #pragma omp distribute parallel for simd reduction // expected-error {{expected '(' after 'reductio… in tmain()
89 #pragma omp target in tmain()
90 #pragma omp teams in tmain()
91 #pragma omp distribute parallel for simd reduction + // expected-error {{expected '(' after 'reduct… in tmain()
94 #pragma omp target in tmain()
95 #pragma omp teams in tmain()
96 #pragma omp distribute parallel for simd reduction( // expected-error {{expected unqualified-id}} e… in tmain()
[all …]
Ddistribute_parallel_for_reduction_messages.cpp71 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
84 #pragma omp target in tmain()
85 #pragma omp teams in tmain()
86 #pragma omp distribute parallel for reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
89 #pragma omp target in tmain()
90 #pragma omp teams in tmain()
91 #pragma omp distribute parallel for reduction + // expected-error {{expected '(' after 'reduction'}… in tmain()
94 #pragma omp target in tmain()
95 #pragma omp teams in tmain()
96 #pragma omp distribute parallel for reduction( // expected-error {{expected unqualified-id}} expect… in tmain()
[all …]
Dfor_simd_misc_messages.c4 #pragma omp for simd
7 #pragma omp for simd foo
11 #pragma omp for simd in test_no_clause()
16 #pragma omp for simd in test_no_clause()
27 #pragma omp parallel in test_branch_protected_scope()
28 #pragma omp for simd in test_branch_protected_scope()
50 #pragma omp parallel in test_invalid_clause()
52 #pragma omp for simd foo bar in test_invalid_clause()
60 #pragma omp parallel in test_non_identifiers()
62 #pragma omp for simd; in test_non_identifiers()
[all …]
Dfor_misc_messages.c4 #pragma omp for
7 #pragma omp for foo
11 #pragma omp for in test_no_clause()
16 #pragma omp for in test_no_clause()
27 #pragma omp parallel in test_branch_protected_scope()
28 #pragma omp for in test_branch_protected_scope()
50 #pragma omp parallel in test_invalid_clause()
52 #pragma omp for foo bar in test_invalid_clause()
60 #pragma omp parallel in test_non_identifiers()
62 #pragma omp for; in test_non_identifiers()
[all …]
Ddistribute_parallel_for_simd_loop_messages.cpp14 #pragma omp threadprivate(sii)
23 #pragma omp target in test_iteration_spaces()
24 #pragma omp teams in test_iteration_spaces()
25 #pragma omp distribute parallel for simd in test_iteration_spaces()
29 #pragma omp target in test_iteration_spaces()
30 #pragma omp teams in test_iteration_spaces()
31 #pragma omp distribute parallel for simd in test_iteration_spaces()
35 #pragma omp target in test_iteration_spaces()
36 #pragma omp teams in test_iteration_spaces()
37 #pragma omp distribute parallel for simd in test_iteration_spaces()
[all …]
Ddistribute_parallel_for_if_messages.cpp15 #pragma omp target in tmain()
16 #pragma omp teams in tmain()
17 #pragma omp distribute parallel for if // expected-error {{expected '(' after 'if'}} in tmain()
19 #pragma omp target in tmain()
20 #pragma omp teams in tmain()
21 #pragma omp distribute parallel for if ( // expected-error {{expected expression}} expected-error {… in tmain()
23 #pragma omp target in tmain()
24 #pragma omp teams in tmain()
25 #pragma omp distribute parallel for if () // expected-error {{expected expression}} in tmain()
27 #pragma omp target in tmain()
[all …]
Ddistribute_parallel_for_simd_if_messages.cpp15 #pragma omp target in tmain()
16 #pragma omp teams in tmain()
17 #pragma omp distribute parallel for simd if // expected-error {{expected '(' after 'if'}} in tmain()
19 #pragma omp target in tmain()
20 #pragma omp teams in tmain()
21 #pragma omp distribute parallel for simd if ( // expected-error {{expected expression}} expected-er… in tmain()
23 #pragma omp target in tmain()
24 #pragma omp teams in tmain()
25 #pragma omp distribute parallel for simd if () // expected-error {{expected expression}} in tmain()
27 #pragma omp target in tmain()
[all …]
Dtask_messages.cpp6 #pragma omp task // expected-error {{unexpected OpenMP directive '#pragma omp task'}}
36 #pragma omp task in foo()
39 #pragma omp task default(none) in foo()
40 #pragma omp task default(shared) in foo()
42 #pragma omp task default(none) in foo()
43 #pragma omp task in foo()
46 #pragma omp task in foo()
47 #pragma omp task in foo()
50 #pragma omp task default(shared) in foo()
51 #pragma omp task in foo()
[all …]
Datomic_messages.cpp6 #pragma omp atomic in foo()
14 #pragma omp atomic in foo()
42 #pragma omp atomic read in read()
46 #pragma omp atomic read in read()
50 #pragma omp atomic read in read()
54 #pragma omp atomic read in read()
58 #pragma omp atomic read in read()
63 #pragma omp atomic read read in read()
74 #pragma omp atomic read in read()
78 #pragma omp atomic read in read()
[all …]
Dtaskloop_misc_messages.c4 #pragma omp taskloop
7 #pragma omp taskloop foo
11 #pragma omp taskloop in test_no_clause()
16 #pragma omp taskloop in test_no_clause()
27 #pragma omp parallel in test_branch_protected_scope()
28 #pragma omp taskloop in test_branch_protected_scope()
50 #pragma omp parallel in test_invalid_clause()
52 #pragma omp taskloop foo bar in test_invalid_clause()
56 #pragma omp taskloop nogroup nogroup in test_invalid_clause()
64 #pragma omp parallel in test_non_identifiers()
[all …]
Ddistribute_parallel_for_simd_firstprivate_messages.cpp61 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
69 #pragma omp target in foomain()
70 #pragma omp teams in foomain()
71 #pragma omp distribute parallel for simd firstprivate // expected-error {{expected '(' after 'first… in foomain()
74 #pragma omp target in foomain()
75 #pragma omp teams in foomain()
76 #pragma omp distribute parallel for simd firstprivate( // expected-error {{expected expression}} ex… in foomain()
79 #pragma omp target in foomain()
80 #pragma omp teams in foomain()
81 #pragma omp distribute parallel for simd firstprivate() // expected-error {{expected expression}} in foomain()
[all …]
Ddistribute_parallel_for_firstprivate_messages.cpp61 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
69 #pragma omp target in foomain()
70 #pragma omp teams in foomain()
71 #pragma omp distribute parallel for firstprivate // expected-error {{expected '(' after 'firstpriva… in foomain()
74 #pragma omp target in foomain()
75 #pragma omp teams in foomain()
76 #pragma omp distribute parallel for firstprivate( // expected-error {{expected expression}} expecte… in foomain()
79 #pragma omp target in foomain()
80 #pragma omp teams in foomain()
81 #pragma omp distribute parallel for firstprivate() // expected-error {{expected expression}} in foomain()
[all …]
Ddistribute_simd_firstprivate_messages.cpp61 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
69 #pragma omp target in foomain()
70 #pragma omp teams in foomain()
71 #pragma omp distribute simd firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
74 #pragma omp target in foomain()
75 #pragma omp teams in foomain()
76 #pragma omp distribute simd firstprivate( // expected-error {{expected expression}} expected-error … in foomain()
79 #pragma omp target in foomain()
80 #pragma omp teams in foomain()
81 #pragma omp distribute simd firstprivate() // expected-error {{expected expression}} in foomain()
[all …]
Ddistribute_parallel_for_shared_messages.cpp39 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
43 #pragma omp threadprivate(x) // expected-note 2 {{defined as threadprivate or thread local}}
60 #pragma omp target in tmain()
61 #pragma omp teams in tmain()
62 #pragma omp distribute parallel for shared // expected-error {{expected '(' after 'shared'}} in tmain()
67 #pragma omp target in tmain()
68 #pragma omp teams in tmain()
69 #pragma omp distribute parallel for shared ( // expected-error {{expected expression}} expected-err… in tmain()
74 #pragma omp target in tmain()
75 #pragma omp teams in tmain()
[all …]
Dsections_reduction_messages.cpp71 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
84 #pragma omp parallel in tmain()
85 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
89 #pragma omp parallel in tmain()
90 #pragma omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warn… in tmain()
94 #pragma omp parallel in tmain()
95 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain()
99 #pragma omp parallel in tmain()
100 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain()
104 #pragma omp parallel in tmain()
[all …]
Ddistribute_simd_linear_messages.cpp21 #pragma omp target in test_linear_colons()
22 #pragma omp teams in test_linear_colons()
23 #pragma omp distribute simd linear(B:bfoo()) in test_linear_colons()
26 #pragma omp target in test_linear_colons()
27 #pragma omp teams in test_linear_colons()
28 #pragma omp distribute simd linear(B::ib:B:bfoo()) // expected-error {{unexpected ':' in nested nam… in test_linear_colons()
31 #pragma omp target in test_linear_colons()
32 #pragma omp teams in test_linear_colons()
33 #pragma omp distribute simd linear(B:ib) // expected-error {{use of undeclared identifier 'ib'; did… in test_linear_colons()
36 #pragma omp target in test_linear_colons()
[all …]
Dparallel_for_simd_misc_messages.c4 #pragma omp parallel for simd
7 #pragma omp parallel for simd foo
11 #pragma omp parallel for simd in test_no_clause()
16 #pragma omp parallel for simd in test_no_clause()
27 #pragma omp parallel in test_branch_protected_scope()
28 #pragma omp parallel for simd in test_branch_protected_scope()
50 #pragma omp parallel in test_invalid_clause()
52 #pragma omp parallel for simd foo bar in test_invalid_clause()
60 #pragma omp parallel in test_non_identifiers()
62 #pragma omp parallel for simd; in test_non_identifiers()
[all …]
Dsections_misc_messages.c6 #pragma omp sections
9 #pragma omp sections foo
13 #pragma omp sections in test_no_clause()
19 #pragma omp sections in test_no_clause()
22 #pragma omp sections in test_no_clause()
36 #pragma omp parallel in test_branch_protected_scope()
37 #pragma omp sections in test_branch_protected_scope()
49 #pragma omp section in test_branch_protected_scope()
71 #pragma omp parallel in test_invalid_clause()
73 #pragma omp sections foo bar in test_invalid_clause()
[all …]
Dsingle_firstprivate_messages.cpp61 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
69 #pragma omp parallel in foomain()
70 #pragma omp single firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
72 #pragma omp parallel in foomain()
73 #pragma omp single firstprivate( // expected-error {{expected expression}} expected-error {{expecte… in foomain()
75 #pragma omp parallel in foomain()
76 #pragma omp single firstprivate() // expected-error {{expected expression}} in foomain()
78 #pragma omp parallel in foomain()
79 #pragma omp single firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match th… in foomain()
81 #pragma omp parallel in foomain()
[all …]

12345678910>>...21