HomeSort by relevance Sort by last modified time
    Searched refs:marr (Results 1 - 2 of 2) sorted by null

  /external/clang/test/OpenMP/
target_map_messages.cpp 7 double marr[10][10][10]; local
9 #pragma omp target map(marr[2][0:2][0:2]) // expected-error {{array section does not specify contiguous storage}}
11 #pragma omp target map(marr[:][0:][:])
13 #pragma omp target map(marr[:][1:][:]) // expected-error {{array section does not specify contiguous storage}}
15 #pragma omp target map(marr[:][n:][:])
102 double marr[10][10][10]; local
116 #pragma omp target map(marr[2][0:2][0:2]) // expected-error {{array section does not specify contiguous storage}}
118 #pragma omp target map(marr[:][0:2][0:2]) // expected-error {{array section does not specify contiguous storage}}
120 #pragma omp target map(marr[2][3][0:2])
122 #pragma omp target map(marr[:][:][:]
    [all...]
target_map_codegen.cpp 1704 int marr[4][5][6]; local
    [all...]

Completed in 154 milliseconds