Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dtoken-parsers.h494 struct SignedDigitStringIgnoreSpaces { struct
495 using resultType = std::int64_t;
496 static std::optional<std::int64_t> Parse(ParseState &state) { in Parse()