Searched refs:FindImpureCallHelper (Results 1 – 1 of 1) sorted by relevance
821 class FindImpureCallHelper class822 : public AnyTraverse<FindImpureCallHelper, std::optional<std::string>> {824 using Base = AnyTraverse<FindImpureCallHelper, Result>;827 explicit FindImpureCallHelper(FoldingContext &c) : Base{*this}, context_{c} {} in FindImpureCallHelper() function in Fortran::evaluate::FindImpureCallHelper845 return FindImpureCallHelper{context}(expr); in FindImpureCall()849 return FindImpureCallHelper{context}(proc); in FindImpureCall()