OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mvla
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/OpenMP/
target_map_messages.cpp
104
double
mvla
[5][arg][10];
local
174
#pragma omp target map(
mvla
[:1][:][0]) // correct if the size of dimension 2 is 1.
176
#pragma omp target map(
mvla
[:2][:arg][:]) // correct if arg is the size of dimension 2.
178
#pragma omp target map(
mvla
[:1][:2][0]) // expected-error {{array section does not specify contiguous storage}}
180
#pragma omp target map(
mvla
[1][2:arg][:])
182
#pragma omp target map(
mvla
[:1][:][:])
Completed in 303 milliseconds