Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h143 std::optional<int> IsImpliedDo(parser::CharBlock) const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp767 if (std::optional<int> kind{IsImpliedDo(n.source)}) { in Analyze()
3256 std::optional<int> ExpressionAnalyzer::IsImpliedDo( in IsImpliedDo() function in Fortran::evaluate::ExpressionAnalyzer