Searched refs:mandatoryWidth (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 567 constexpr auto mandatoryWidth{construct<std::optional<int>>(width)}; variable 588 mandatoryWidth, maybe("." >> digits), noInt) || 592 mandatoryWidth, mandatoryDigits, noInt) || 598 mandatoryWidth, mandatoryDigits, maybe("E " >> digits)) || 601 mandatoryWidth, mandatoryDigits, maybe("E " >> digits)) || 605 mandatoryWidth, noInt, noInt) ||
|