Home
last modified time | relevance | path

Searched refs:GetBound (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dresolve-names-utils.cpp231 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::ArraySpecAnalyzer
315 return x ? GetBound(*x) : Bound{1}; in GetBound()
317 Bound ArraySpecAnalyzer::GetBound(const parser::SpecificationExpr &x) { in GetBound() function in Fortran::semantics::ArraySpecAnalyzer
/external/pdfium/core/fpdfapi/page/
Dcpdf_stitchfunc.h29 float GetBound(size_t i) const { return m_bounds[i]; } in GetBound() function
/external/libcap/cap/
Dcap.go268 _, err := GetBound(Value(n))
356 func GetBound(val Value) (bool, error) { func
Dconvenience.go112 v, err := GetBound(c)
Diab.go71 if b, err := GetBound(c); err == nil && !b {
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp488 i < subFunctionCount - 1 ? pFunc->GetBound(i + 1) : pFunc->GetDomain(1); in AddStitching()