Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dcommand.cpp195 auto fitsInLength = [&](std::int64_t value) -> bool { in RTNAME() local
202 if (length && fitsInLength(offset)) { in RTNAME()