Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h53 std::optional<Constant<T>> ApplySubscripts(const Constant<T> &array,
167 return ApplySubscripts(*array, subscripts); in Folding()
193 std::optional<Constant<T>> Folder<T>::ApplySubscripts(const Constant<T> &array, in ApplySubscripts() function
262 return ApplySubscripts(*value, *subscripts); in ApplyComponent()
285 if (auto element{ApplySubscripts(*value, *subscripts)}) { in ApplyComponent()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h325 MaybeExpr ApplySubscripts(DataRef &&, std::vector<Subscript> &&);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp273 MaybeExpr ExpressionAnalyzer::ApplySubscripts( in ApplySubscripts() function in Fortran::evaluate::ExpressionAnalyzer
1059 return ApplySubscripts( in Analyze()