Lines Matching defs:coarray
512 const Symbol &coarray{coarrayRef->GetLastSymbol()};
513 if (const DeclTypeSpec * type{coarray.GetType()}) {
516 evaluate::SayWithDeclaration(messages, coarray,
518 coarray.name(), bad.BuildResultDesignatorName(), dummyName);
527 "VOLATILE attribute must match for %s when actual argument has a coarray ultimate component '%s'"_err_en_US,
699 "ALLOCATABLE coarray '%s' may not be associated with INTENT(OUT) %s"_err_en_US,
914 // 15.5.2.8 -- coarray dummy arguments
918 "Actual argument associated with coarray %s must be a coarray"_err_en_US,
924 "non-VOLATILE coarray may not be associated with VOLATILE coarray %s"_err_en_US,
930 "VOLATILE coarray may not be associated with non-VOLATILE coarray %s"_err_en_US,
937 "Actual argument associated with a CONTIGUOUS coarray %s must be simply contiguous"_err_en_US,
941 "Actual argument associated with coarray %s (not assumed shape or rank) must be simply contiguous"_err_en_US,