Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h327 std::optional<Expr<SubscriptInteger>> GetSubstringBound(
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp853 std::optional<Expr<SubscriptInteger>> ExpressionAnalyzer::GetSubstringBound( in GetSubstringBound() function in Fortran::evaluate::ExpressionAnalyzer
884 GetSubstringBound(std::get<0>(range.t))}; in Analyze()
886 GetSubstringBound(std::get<1>(range.t))}; in Analyze()
910 GetSubstringBound(std::get<0>(range.t))}; in Analyze()
912 GetSubstringBound(std::get<1>(range.t))}; in Analyze()