Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp540 static constexpr int maxHollerith{256 /*lines*/ * (132 - 6 /*columns*/)}; in NextToken() local
542 if (n < maxHollerith) { in NextToken()
551 if ((*at_ == 'h' || *at_ == 'H') && n > 0 && n < maxHollerith && in NextToken()