Searched refs:CheckForPureContext (Results 1 – 1 of 1) sorted by relevance
46 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