HomeSort by relevance Sort by last modified time
    Searched defs:ca (Results 151 - 175 of 399) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/OpenMP/
for_simd_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
153 #pragma omp for simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
302 #pragma omp for simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
parallel_for_linear_messages.cpp 97 const S3 ca[5]; variable
parallel_for_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
135 #pragma omp parallel for reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
257 #pragma omp parallel for reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
parallel_for_simd_aligned_messages.cpp 90 const S3 ca[5]; variable
parallel_for_simd_linear_messages.cpp 84 const S3 ca[5]; variable
parallel_for_simd_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
135 #pragma omp parallel for simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
257 #pragma omp parallel for simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
parallel_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
118 #pragma omp parallel reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
213 #pragma omp parallel reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
parallel_sections_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
152 #pragma omp parallel sections reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
305 #pragma omp parallel sections reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
sections_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
170 #pragma omp sections reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
350 #pragma omp sections reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
simd_aligned_messages.cpp 90 const S3 ca[5]; variable
simd_linear_messages.cpp 84 const S3 ca[5]; variable
simd_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
135 #pragma omp simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
260 #pragma omp simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
target_data_use_device_ptr_ast_print.cpp 78 const S3 ca[5]; variable
target_parallel_for_linear_messages.cpp 97 const S3 ca[5]; variable
target_parallel_for_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
135 #pragma omp target parallel for reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
257 #pragma omp target parallel for reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
target_parallel_for_simd_aligned_messages.cpp 90 const S3 ca[5]; variable
target_parallel_for_simd_linear_messages.cpp 97 const S3 ca[5]; variable
target_parallel_for_simd_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
135 #pragma omp target parallel for simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
257 #pragma omp target parallel for simd reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
target_parallel_reduction_messages.cpp 38 const S3 ca[5]; // expected-note 2 {{'ca' defined here}} variable
118 #pragma omp target parallel reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
216 #pragma omp target parallel reduction(* : ca) // expected-error {{const-qualified list item cannot be reduction}}
target_update_from_messages.cpp 30 const S3 ca[5]; variable
target_update_to_messages.cpp 30 const S3 ca[5]; variable
taskloop_firstprivate_messages.cpp 33 const S3 ca[5]; variable
224 #pragma omp taskloop firstprivate(ca) // expected-error {{no matching constructor for initialization of 'S3'}}
taskloop_lastprivate_messages.cpp 35 const S3 ca[5]; // expected-note {{global variable is predetermined as shared}} variable
214 #pragma omp taskloop lastprivate(ca) // expected-error {{shared variable cannot be lastprivate}}
taskloop_simd_aligned_messages.cpp 90 const S3 ca[5]; variable
taskloop_simd_firstprivate_messages.cpp 33 const S3 ca[5]; variable
224 #pragma omp taskloop simd firstprivate(ca) // expected-error {{no matching constructor for initialization of 'S3'}}

Completed in 433 milliseconds

1 2 3 4 5 67 8 91011>>