Lines Matching defs:whyNot
734 if (auto whyNot{WhyNotDefinable(messages.at(), *scope, flags, actual)}) {
735 if (whyNot->IsFatal()) {
742 std::move(whyNot->set_severity(parser::Severity::Because)));
745 messages.Say(std::move(*whyNot));
1111 std::string whyNot;
1114 ignoreImplicitVsExplicit, &whyNot,
1120 dummyName, whyNot);
1145 std::string whyNot;
1147 *argInterface.functionResult, &whyNot)) {
1150 dummyName, whyNot);
1496 if (auto whyNot{WhyNotDefinable(
1502 if (whyNot->IsFatal()) {
1507 whyNot->set_severity(parser::Severity::Because)));
1510 messages.Say(std::move(*whyNot));
1525 std::string whyNot;
1536 specificIntrinsic, whyNot, warning,
1545 whyNot = std::move(*warning);
1555 targetExpr->AsFortran(), whyNot)};