Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h173 std::optional<parser::MessageFixedText> WhyNotModifiable(
175 std::optional<parser::Message> WhyNotModifiable(SourceName, const SomeExpr &,
/external/llvm-project/flang/lib/Semantics/
Dassignment.cpp71 if (auto whyNot{WhyNotModifiable(lhsLoc, lhs, scope, true)}) { in Analyze()
Dtools.cpp777 std::optional<parser::MessageFixedText> WhyNotModifiable( in WhyNotModifiable() function
798 std::optional<parser::Message> WhyNotModifiable(parser::CharBlock at, in WhyNotModifiable() function
807 if (auto maybeWhy{WhyNotModifiable(symbol, scope)}) { in WhyNotModifiable()
Dcheck-call.cpp341 if (auto why{WhyNotModifiable( in CheckExplicitDataArg()
Dcheck-io.cpp931 if (WhyNotModifiable(*sym, context_.FindScope(*context_.location()))) { in CheckForDefinableVariable()
Dresolve-names.cpp4660 WhyNotModifiable(symbol, currScope())}) { in PassesLocalityChecks()