Home
last modified time | relevance | path

Searched refs:co_array (Results 1 – 1 of 1) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dthis_image02.f9012 integer n, i, array(1), non_coarray(1), co_array[*] variable
25 images = this_image(co_array)
26 images = this_image(coarray=co_array)
29 images = this_image(co_array, home)
30 images = this_image(co_array, team=home)
33 images = this_image(coarray=co_array, team=home)
34 images = this_image(team=home, coarray=co_array)
37 n = this_image(co_array, i)
38 n = this_image(co_array, dim=i)
39 n = this_image(coarray=co_array, dim=i)
[all …]