Searched defs:coarray (Results 1 – 13 of 13) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | misc-declarations.f90 | 12 real, allocatable :: coarray[:] component 14 real :: coarray[*] variable 31 subroutine C868(coarray,coarrayComponent) argument 32 real :: coarray[*] local
|
H A D | call14.f90 | 6 real, allocatable :: coarray[:] component 10 subroutine C863(notData,assumedSize,coarray,coarrayComponent,assumedRank,assumedLen) argument
|
H A D | call13.f90 | 5 subroutine s(assumedRank, coarray, class, classStar, typeStar) argument 9 real :: assumedRank(..), coarray[*] local
|
H A D | get_team.f90 | 9 integer n, array(1), coarray[*] variable
|
H A D | this_image01.f90 | 9 integer :: coscalar[*], coarray(3)[*] local [all...] |
H A D | sync-stat-list.f90 | 15 integer coarray[*], sync_status, non_scalar(2), superfluous_stat, coindexed_integer[*] variable
|
H A D | event_query.f90 | 14 integer non_event[*], counter, array(1), coarray[ global() variable
|
H A D | atomic01.f90 | 10 integer(kind=atomic_int_kind) atom_object[*], atom_array(2)[*], quantity, array(1), coarray[*], non_coarray global() variable
|
H A D | call07.f90 | 5 real :: coarray(10)[*] variable
|
H A D | call04.f90 | 17 real, allocatable :: coarray(:)[:] variable
|
H A D | expr-errors02.f90 | 21 integer :: coarray[*] variable
|
H A D | call02.f90 | 98 type(t) :: coarray[ global() variable
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-call.cpp | 474 const Symbol &coarray{coarrayRef->GetLastSymbol()}; CheckExplicitDataArg() local [all...] |