Lines Matching refs:Say
74 template <typename... A> parser::Message *Say(A &&...);
113 Say("Target associated with %s must be a designator or a call to a" in Check()
126 Say("An array section with a vector subscript may not be a pointer target"_err_en_US); in Check()
129 Say("A coindexed object may not be a pointer target"_err_en_US); in Check()
184 Say(*msg, description_, funcName); in Check()
196 context_.messages().Say("Pointer target is not a named entity"_err_en_US); in Check()
249 Say(*m, description_, ss.str()); in Check()
251 Say(std::get<MessageFormattedText>(*msg)); in Check()
265 Say(std::move(*msg), description_, rhsName, whyNot); in Check()
306 parser::Message *PointerAssignmentChecker::Say(A &&...x) { in Say() function in Fortran::semantics::PointerAssignmentChecker
307 auto *msg{context_.messages().Say(std::forward<A>(x)...)}; in Say()
347 messages.Say( in CheckPointerBounds()
364 messages.Say("Pointer '%s' has rank %d but the number of bounds specified" in CheckPointerBounds()
371 messages.Say("Pointer bounds remapping target must have rank 1 or be" in CheckPointerBounds()
395 context.messages().Say( // C1027 in CheckPointerAssignment()