| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | this_image02.f90 | 26 images = this_image(coarray=co_array) 33 images = this_image(coarray=co_array, team=home) 34 images = this_image(team=home, coarray=co_array) 39 n = this_image(coarray=co_array, dim=i) 40 n = this_image(dim=i, coarray=co_array) 48 n = this_image(coarray=co_array, dim=i, team=home) 49 n = this_image(coarray=co_array, team=home, dim=i) 75 n = this_image(coarray=co_array, dim=2) 84 n = this_image(coarray=co_array, i) 87 images = this_image(coarray=co_array, team) [all …]
|
| H A D | lcobound.f90 | 16 lcobounds = lcobound(coarray=scalar_coarray) 21 n = lcobound(coarray=scalar_coarray, dim=1) 22 n = lcobound( dim=1, coarray=scalar_coarray) 34 lcobounds = lcobound(coarray=scalar_coarray, kind=c_int32_t) 37 n = lcobound(coarray=scalar_coarray, dim=1, kind=c_int32_t) 38 n = lcobound(dim=1, coarray=scalar_coarray, kind=c_int32_t) 39 n = lcobound(kind=c_int32_t, coarray=scalar_coarray, dim=1) 40 n = lcobound(dim=1, kind=c_int32_t, coarray=scalar_coarray) 41 n = lcobound(kind=c_int32_t, dim=1, coarray=scalar_coarray) 59 n = lcobound(coarray=scalar_coarray, i) [all …]
|
| H A D | ucobound.f90 | 17 ucobounds = ucobound(coarray=scalar_coarray) 22 n = ucobound(coarray=scalar_coarray, dim=1) 23 n = ucobound( dim=1, coarray=scalar_coarray) 35 ucobounds = ucobound(coarray=scalar_coarray, kind=c_int32_t) 38 n = ucobound(coarray=scalar_coarray, dim=1, kind=c_int32_t) 39 n = ucobound(dim=1, coarray=scalar_coarray, kind=c_int32_t) 40 n = ucobound(kind=c_int32_t, coarray=scalar_coarray, dim=1) 41 n = ucobound(dim=1, kind=c_int32_t, coarray=scalar_coarray) 42 n = ucobound(kind=c_int32_t, dim=1, coarray=scalar_coarray) 60 n = ucobound(coarray=scalar_coarray, i) [all …]
|
| H A D | misc-declarations.f90 | 12 real, allocatable :: coarray[:] component 14 real :: coarray[*] variable 27 volatile :: coarray 31 subroutine C868(coarray,coarrayComponent) argument 32 real, volatile :: coarray[*] 36 volatile :: coarray
|
| H A D | this_image01.f90 | 9 integer :: coscalar[*], coarray(3)[*] local 10 save :: coteam, coscalar, coarray 16 print *, this_image(coarray) 17 print *, this_image(coarray, team) 18 print *, this_image(coarray, 1) 19 print *, this_image(coarray, 1, team)
|
| H A D | coshape.f90 | 26 codimensions = coshape(coarray=scalar_coarray) 31 codimensions = coshape(coarray=logical_coarray, kind=c_int32_t) 32 codimensions = coshape(kind=c_int32_t, coarray=complex_coarray) 57 codimensions = coshape(coarray=3.4) 63 codimensions = coshape(coarray=non_coarray) 75 codimensions = coshape(coarray=scalar_coarray, coarray=real_coarray)
|
| H A D | call14.f90 | 6 real, allocatable :: coarray[:] component 10 subroutine C863(notData,assumedSize,coarray,coarrayComponent) argument 18 real, value :: coarray[*]
|
| H A D | call13.f90 | 9 real :: assumedRank(..), coarray[*] local 26 call implicit12(coarray) ! 15.4.2.2(3)(d)
|
| H A D | call07.f90 | 5 real :: coarray(10)[*] variable 41 call s03(coarray(:)[1])
|
| H A D | call04.f90 | 17 real, allocatable :: coarray(:)[:] variable 27 call s01a(coarray)
|
| H A D | get_team.f90 | 9 integer n, array(1), coarray[*] variable 26 result_team = get_team(coarray[1])
|
| H A D | expr-errors02.f90 | 21 integer :: coarray[*] variable 44 type(t(coarray[1])) :: x7
|
| H A D | call02.f90 | 82 type(t) :: coarray[*] variable 89 call callee(coarray[1]) ! C1537
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | f2018-grammar.md | 145 CODIMENSION lbracket coarray-spec rbracket | CONTIGUOUS | 149 [lbracket coarray-spec rbracket] [* char-length] 209 CODIMENSION lbracket coarray-spec rbracket | CONTIGUOUS | 214 object-name [( array-spec )] [lbracket coarray-spec rbracket] 249 object-name [( array-spec )] [lbracket coarray-spec rbracket] 254 R835 codimension-decl -> coarray-name lbracket coarray-spec rbracket 290 object-name [( array-spec )] [lbracket coarray-spec rbracket] 360 [lbracket allocate-coarray-spec rbracket] 365 R937 allocate-coarray-spec -> 464 [, coarray-association-list] [, sync-stat-list] ) [all …]
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | CMakeLists.txt | 12 check-coarray.cpp
|
| H A D | check-call.cpp | 291 const Symbol &coarray{coarrayRef->GetLastSymbol()}; in CheckExplicitDataArg() local 292 if (const DeclTypeSpec * type{coarray.GetType()}) { in CheckExplicitDataArg() 295 evaluate::SayWithDeclaration(messages, coarray, in CheckExplicitDataArg() 297 coarray.name(), bad.BuildResultDesignatorName(), dummyName); in CheckExplicitDataArg()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 185 coarray, // rank is known and can be scalar; has nonzero corank 765 {{"coarray", AnyData, Rank::coarray}, RequiredDIM, OptionalTEAM}, 767 {"this_image", {{"coarray", AnyData, Rank::coarray}, OptionalTEAM}, 1546 case Rank::coarray: in Match() 1802 case Rank::coarray: in Match()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 2358 flang/lib/Semantics/check-coarray.cpp 2359 flang/lib/Semantics/check-coarray.h
|