Home
last modified time | relevance | path

Searched refs:WhyNotModifiable (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h180 std::optional<parser::Message> WhyNotModifiable(const Symbol &, const Scope &);
181 std::optional<parser::Message> WhyNotModifiable(SourceName, const SomeExpr &,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dassignment.cpp71 if (auto whyNot{WhyNotModifiable(lhsLoc, lhs, scope, true)}) { in Analyze()
H A Dtools.cpp807 return WhyNotModifiable(at, *assoc->expr(), scope); in WhyNotModifiableFirst()
855 std::optional<parser::Message> WhyNotModifiable( in WhyNotModifiable() function
870 std::optional<parser::Message> WhyNotModifiable(parser::CharBlock at, in WhyNotModifiable() function
H A Dcheck-call.cpp397 if (auto why{WhyNotModifiable( in CheckExplicitDataArg()
H A Dcheck-io.cpp986 if (auto whyNot{WhyNotModifiable(at, *expr, context_.FindScope(at), in CheckForDefinableVariable()
H A Dcheck-omp-structure.cpp1965 WhyNotModifiable(*symbol, context_.FindScope(name->source))}) { in CheckIntentInPointerAndDefinable()
2566 if (auto msg{WhyNotModifiable(*symbol, context_.FindScope(source))}) { in CheckDefinableObjects()
H A Dresolve-names.cpp5570 if (std::optional<Message> msg{WhyNotModifiable(symbol, currScope())}) { in PassesLocalityChecks()