Home
last modified time | relevance | path

Searched defs:DigitStringIgnoreSpaces (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dtoken-parsers.h456 struct DigitStringIgnoreSpaces { struct
457 using resultType = std::uint64_t;
458 static std::optional<std::uint64_t> Parse(ParseState &state) { in Parse()