Lines Matching defs:Say
80 template <typename... A> parser::Message *Say(A &&...);
149 if (auto *msg{Say(
155 Say("The left-hand side of a pointer assignment must not be an assumed-rank dummy argument"_err_en_US);
164 Say("Target associated with %s must be a designator or a call to a"
177 Say("An array section with a vector subscript may not be a pointer target"_err_en_US);
181 Say("A coindexed object may not be a pointer target"_err_en_US);
196 if (auto *msg{Say(
218 Say("CONTIGUOUS pointer may not be associated with a discontiguous target"_err_en_US);
287 Say(*msg);
300 Say(*msg, description_, funcName);
312 Say("Pointer target is not a named entity"_err_en_US);
356 Say(*m, description_, buf);
358 Say(std::get<MessageFormattedText>(*msg));
377 Say(std::move(*msg), description_, rhsName, whyNot);
453 parser::Message *PointerAssignmentChecker::Say(A &&...x) {
454 auto *msg{foldingContext_.messages().Say(std::forward<A>(x)...)};
510 messages.Say(
527 messages.Say("Pointer '%s' has rank %d but the number of bounds specified"
534 messages.Say("Pointer bounds remapping target must have rank 1 or be"