Searched refs:whyNot (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | characteristics.cpp | 269 if (whyNot) { in IsCompatibleWith() 275 if (whyNot) { in IsCompatibleWith() 282 if (whyNot) { in IsCompatibleWith() 288 if (whyNot) { in IsCompatibleWith() 294 if (whyNot) { in IsCompatibleWith() 387 if (whyNot) { in IsCompatibleWith() 393 if (whyNot) { in IsCompatibleWith() 399 if (whyNot) { in IsCompatibleWith() 627 if (whyNot) { in IsCompatibleWith() 634 if (whyNot) { in IsCompatibleWith() [all …]
|
| H A D | intrinsics.cpp | 2265 std::string whyNot; in CheckAssociated() local 2273 &*targetProc, specificIntrinsic, whyNot)}) { in CheckAssociated() 2279 targetName, whyNot), in CheckAssociated()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | characteristics.h | 194 const DummyDataObject &, std::string *whyNot = nullptr) const; 214 const DummyProcedure &, std::string *whyNot = nullptr) const; 249 const DummyArgument &, std::string *whyNot = nullptr) const; 291 const FunctionResult &, std::string *whyNot = nullptr) const; 336 bool IsCompatibleWith(const Procedure &, std::string *whyNot = nullptr,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-data.cpp | 61 if (const char *whyNot{IsAutomatic(symbol) ? "Automatic variable" in operator ()() local 79 whyNot, symbol.name()); in operator ()()
|
| H A D | pointer-assignment.cpp | 262 std::string whyNot; in Check() local 264 isCall, procedure_, rhsProcedure, specific, whyNot)}) { in Check() 265 Say(std::move(*msg), description_, rhsName, whyNot); in Check()
|
| H A D | assignment.cpp | 71 if (auto whyNot{WhyNotModifiable(lhsLoc, lhs, scope, true)}) { in Analyze() local 74 msg->Attach(*whyNot); in Analyze()
|
| H A D | check-call.cpp | 606 std::string whyNot; in CheckProcedureArg() local 607 if (!interface.IsCompatibleWith(argInterface, &whyNot)) { in CheckProcedureArg() 612 dummyName, whyNot); in CheckProcedureArg()
|
| H A D | check-io.cpp | 986 if (auto whyNot{WhyNotModifiable(at, *expr, context_.FindScope(at), in CheckForDefinableVariable() local 992 .Attach(std::move(*whyNot)); in CheckForDefinableVariable()
|