/external/clang/test/OpenMP/ |
D | parallel_firstprivate_messages.cpp | 18 static const float S2sc; member in S2 20 const float S2::S2sc = 0; member in S2 80 #pragma omp parallel firstprivate(S2::S2sc) in main()
|
D | task_firstprivate_messages.cpp | 30 static const float S2sc; member in S2 32 const float S2::S2sc = 0; member in S2 100 #pragma omp task firstprivate(S2::S2sc) in main()
|
D | target_parallel_firstprivate_messages.cpp | 18 static const float S2sc; member in S2 20 const float S2::S2sc = 0; member in S2 94 #pragma omp target parallel firstprivate(S2::S2sc) in main()
|
D | teams_firstprivate_messages.cpp | 19 static const float S2sc; member in S2 21 const float S2::S2sc = 0; member in S2 110 #pragma omp teams firstprivate(S2::S2sc) in main()
|
D | target_parallel_map_messages.cpp | 18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}} member in S2 20 const float S2::S2sc = 0; member in S2 95 #pragma omp target parallel map(S2::S2sc) in tmain() 125 #pragma omp target parallel map(S2::S2sc) in tmain() 228 #pragma omp target parallel map(S2::S2sc) in main()
|
D | target_update_from_messages.cpp | 18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}} member in S2 20 const float S2::S2sc = 0; member in S2 92 #pragma omp target update from(S2::S2sc) in tmain() 146 #pragma omp target update from(S2::S2sc) in main()
|
D | target_update_to_messages.cpp | 18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}} member in S2 20 const float S2::S2sc = 0; member in S2 92 #pragma omp target update to(S2::S2sc) in tmain() 145 #pragma omp target update to(S2::S2sc) in main()
|
D | parallel_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 126 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot … in tmain() 221 #pragma omp parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot … in main()
|
D | distribute_firstprivate_messages.cpp | 19 static const float S2sc; member in S2 21 const float S2::S2sc = 0; member in S2 118 #pragma omp distribute firstprivate(S2::S2sc) in main()
|
D | parallel_sections_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 168 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list ite… in tmain() 321 #pragma omp parallel sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list ite… in main()
|
D | target_parallel_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 126 #pragma omp target parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item … in tmain() 224 #pragma omp target parallel reduction(&& : S2::S2sc) // expected-error {{const-qualified list item … in main()
|
D | target_data_use_device_ptr_ast_print.cpp | 66 static const float S2sc; member in S2 68 const float S2::S2sc = 0; member in S2
|
D | parallel_sections_lastprivate_messages.cpp | 20 static const float S2sc; member in S2 22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2 227 #pragma omp parallel sections lastprivate(S2::S2sc) // expected-error {{shared variable cannot be l… in main()
|
D | teams_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 148 #pragma omp teams reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be … in tmain() 278 #pragma omp teams reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be … in main()
|
D | sections_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 190 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot … in tmain() 370 #pragma omp sections reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot … in main()
|
D | sections_lastprivate_messages.cpp | 20 static const float S2sc; member in S2 22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2 258 #pragma omp sections lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivat… in main()
|
D | parallel_sections_firstprivate_messages.cpp | 19 static const float S2sc; member in S2 21 const float S2::S2sc = 0; member in S2 240 #pragma omp parallel sections firstprivate(S2::S2sc) // OK in main()
|
D | single_firstprivate_messages.cpp | 19 static const float S2sc; member in S2 21 const float S2::S2sc = 0; member in S2 202 #pragma omp single firstprivate(S2::S2sc) // OK in main()
|
D | simd_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 147 #pragma omp simd reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be r… in tmain() 272 #pragma omp simd reduction(&& : S2::S2sc) // expected-error {{const-qualified list item cannot be r… in main()
|
D | parallel_for_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 147 #pragma omp parallel for reduction(&& : S2::S2sc) // expected-error {{const-qualified list item can… in tmain() 269 #pragma omp parallel for reduction(&& : S2::S2sc) // expected-error {{const-qualified list item can… in main()
|
D | target_is_device_ptr_ast_print.cpp | 111 static const float S2sc; member in S2 113 const float S2::S2sc = 0; member in S2
|
D | sections_firstprivate_messages.cpp | 19 static const float S2sc; member in S2 21 const float S2::S2sc = 0; member in S2 272 #pragma omp sections firstprivate(S2::S2sc) // OK in main()
|
D | simd_lastprivate_messages.cpp | 20 static const float S2sc; member in S2 22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}} member in S2 187 #pragma omp simd lastprivate(S2::S2sc) // expected-error {{shared variable cannot be lastprivate}} in main()
|
D | target_parallel_for_map_messages.cpp | 18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}} member in S2 20 const float S2::S2sc = 0; member in S2 95 #pragma omp target parallel for map(S2::S2sc) in tmain() 125 #pragma omp target parallel for map(S2::S2sc) in tmain() 229 #pragma omp target parallel for map(S2::S2sc) in main()
|
D | target_parallel_for_reduction_messages.cpp | 22 static const float S2sc; member in S2 24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}} member in S2 147 #pragma omp target parallel for reduction(&& : S2::S2sc) // expected-error {{const-qualified list i… in tmain() 269 #pragma omp target parallel for reduction(&& : S2::S2sc) // expected-error {{const-qualified list i… in main()
|