Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.h128 bool CheckSubstringBound(const parser::Expr &, bool);
H A Dresolve-names-utils.cpp509 ok &= CheckSubstringBound(lb->thing.thing.value(), true); in CheckDesignator()
514 ok &= CheckSubstringBound(ub->thing.thing.value(), false); in CheckDesignator()
655 bool EquivalenceSets::CheckSubstringBound( in CheckSubstringBound() function in Fortran::semantics::EquivalenceSets