Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp537 constexpr auto formatItems{ variable
552 construct<format::FormatItem>(maybe(repeat), parenthesized(formatItems)))
559 defaulted(formatItems / maybe(","_tok)),
560 "*" >> parenthesized(formatItems)) ||
561 construct<format::FormatSpecification>(defaulted(formatItems))))