Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp902 const std::size_t maxPosition{position.size()}; in SkipLabel() local
903 if (maxPosition && parser::IsDecimalDigit(position[0])) { in SkipLabel()
905 for (; (i < maxPosition) && parser::IsDecimalDigit(position[i]); ++i) { in SkipLabel()
907 for (; (i < maxPosition) && std::isspace(position[i]); ++i) { in SkipLabel()