Searched refs:GetBound (Results 1 – 6 of 6) sorted by relevance
231 Bound GetBound(const std::optional<parser::SpecificationExpr> &);232 Bound GetBound(const parser::SpecificationExpr &);282 arraySpec_.push_back(ShapeSpec::MakeAssumed(GetBound(x.v))); in Analyze()301 arraySpec_.push_back(ShapeSpec::MakeExplicit(GetBound(lb), GetBound(ub))); in MakeExplicit()305 arraySpec_.push_back(ShapeSpec::MakeImplied(GetBound(lb))); in MakeImplied()313 Bound ArraySpecAnalyzer::GetBound( in GetBound() function in Fortran::semantics::ArraySpecAnalyzer315 return x ? GetBound(*x) : Bound{1}; in GetBound()317 Bound ArraySpecAnalyzer::GetBound(const parser::SpecificationExpr &x) { in GetBound() function in Fortran::semantics::ArraySpecAnalyzer
29 float GetBound(size_t i) const { return m_bounds[i]; } in GetBound() function
268 _, err := GetBound(Value(n))356 func GetBound(val Value) (bool, error) { func
112 v, err := GetBound(c)
71 if b, err := GetBound(c); err == nil && !b {
488 i < subFunctionCount - 1 ? pFunc->GetBound(i + 1) : pFunc->GetDomain(1); in AddStitching()