Home
last modified time | relevance | path

Searched defs:coarray (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dmisc-declarations.f9012 real, allocatable :: coarray[:] component
14 real :: coarray[*] variable
31 subroutine C868(coarray,coarrayComponent) argument
H A Dcall14.f906 real, allocatable :: coarray[:] component
10 subroutine C863(notData,assumedSize,coarray,coarrayComponent) argument
H A Dcall13.f905 subroutine s(assumedRank, coarray, class, classStar, typeStar) argument
9 real :: assumedRank(..), coarray[*] local
H A Dget_team.f909 integer n, array(1), coarray[*] variable
H A Dthis_image01.f909 integer :: coscalar[*], coarray(3)[*] local
H A Dcall07.f905 real :: coarray(10)[*] variable
H A Dcall04.f9017 real, allocatable :: coarray(:)[:] variable
H A Dexpr-errors02.f9021 integer :: coarray[*] variable
H A Dcall02.f9082 type(t) :: coarray[*] variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp291 const Symbol &coarray{coarrayRef->GetLastSymbol()}; in CheckExplicitDataArg() local