Home
last modified time | relevance | path

Searched refs:whyNot (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp269 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 Dintrinsics.cpp2265 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 Dcharacteristics.h194 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 Dcheck-data.cpp61 if (const char *whyNot{IsAutomatic(symbol) ? "Automatic variable" in operator ()() local
79 whyNot, symbol.name()); in operator ()()
H A Dpointer-assignment.cpp262 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 Dassignment.cpp71 if (auto whyNot{WhyNotModifiable(lhsLoc, lhs, scope, true)}) { in Analyze() local
74 msg->Attach(*whyNot); in Analyze()
H A Dcheck-call.cpp606 std::string whyNot; in CheckProcedureArg() local
607 if (!interface.IsCompatibleWith(argInterface, &whyNot)) { in CheckProcedureArg()
612 dummyName, whyNot); in CheckProcedureArg()
H A Dcheck-io.cpp986 if (auto whyNot{WhyNotModifiable(at, *expr, context_.FindScope(at), in CheckForDefinableVariable() local
992 .Attach(std::move(*whyNot)); in CheckForDefinableVariable()