Home
last modified time | relevance | path

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

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