/external/clang/test/OpenMP/ |
D | nesting_of_regions.cpp | 9 #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 …]
|
D | distribute_simd_misc_messages.c | 4 #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 …]
|
D | distribute_parallel_for_simd_misc_messages.c | 4 #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 …]
|
D | teams_reduction_messages.cpp | 71 #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 …]
|
D | distribute_simd_loop_messages.cpp | 5 #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 …]
|
D | distribute_simd_reduction_messages.cpp | 71 #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 …]
|
D | distribute_parallel_for_simd_reduction_messages.cpp | 71 #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 …]
|
D | distribute_parallel_for_reduction_messages.cpp | 71 #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 …]
|
D | for_simd_misc_messages.c | 4 #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 …]
|
D | for_misc_messages.c | 4 #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 …]
|
D | distribute_parallel_for_simd_loop_messages.cpp | 14 #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 …]
|
D | distribute_parallel_for_if_messages.cpp | 15 #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 …]
|
D | distribute_parallel_for_simd_if_messages.cpp | 15 #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 …]
|
D | task_messages.cpp | 6 #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 …]
|
D | atomic_messages.cpp | 6 #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 …]
|
D | taskloop_misc_messages.c | 4 #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 …]
|
D | distribute_parallel_for_simd_firstprivate_messages.cpp | 61 #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 …]
|
D | distribute_parallel_for_firstprivate_messages.cpp | 61 #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 …]
|
D | distribute_simd_firstprivate_messages.cpp | 61 #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 …]
|
D | distribute_parallel_for_shared_messages.cpp | 39 #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 …]
|
D | sections_reduction_messages.cpp | 71 #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 …]
|
D | distribute_simd_linear_messages.cpp | 21 #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 …]
|
D | parallel_for_simd_misc_messages.c | 4 #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 …]
|
D | sections_misc_messages.c | 6 #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 …]
|
D | single_firstprivate_messages.cpp | 61 #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 …]
|