Searched refs:WhyNotModifiable (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | tools.h | 180 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 D | assignment.cpp | 71 if (auto whyNot{WhyNotModifiable(lhsLoc, lhs, scope, true)}) { in Analyze()
|
| H A D | tools.cpp | 807 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 D | check-call.cpp | 397 if (auto why{WhyNotModifiable( in CheckExplicitDataArg()
|
| H A D | check-io.cpp | 986 if (auto whyNot{WhyNotModifiable(at, *expr, context_.FindScope(at), in CheckForDefinableVariable()
|
| H A D | check-omp-structure.cpp | 1965 WhyNotModifiable(*symbol, context_.FindScope(name->source))}) { in CheckIntentInPointerAndDefinable() 2566 if (auto msg{WhyNotModifiable(*symbol, context_.FindScope(source))}) { in CheckDefinableObjects()
|
| H A D | resolve-names.cpp | 5570 if (std::optional<Message> msg{WhyNotModifiable(symbol, currScope())}) { in PassesLocalityChecks()
|