Home
last modified time | relevance | path

Searched refs:set_lbounds (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Evaluate/
Dconstant.h67 void set_lbounds(ConstantSubscripts &&);
Dtools.h882 expanded.set_lbounds(std::move(*lbounds_)); in Expand()
/external/llvm-project/flang/lib/Evaluate/
Dconstant.cpp34 void ConstantBounds::set_lbounds(ConstantSubscripts &&lb) { in set_lbounds() function in Fortran::evaluate::ConstantBounds
Dcheck-expression.cpp281 expanded.set_lbounds(std::move(*lbounds_)); in operator ()()