Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dassignment.cpp46 bool CheckForPureContext(const SomeExpr &lhs, const SomeExpr &rhs,
69 if (CheckForPureContext(lhs, rhs, rhsLoc, false)) { in Analyze()
89 CheckForPureContext(lhs, rhs, std::get<parser::Expr>(stmt.t).source, true); in Analyze()
165 bool AssignmentContext::CheckForPureContext(const SomeExpr &lhs, in CheckForPureContext() function in Fortran::semantics::AssignmentContext