Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dformat-specification.h115 struct FormatItem { struct
118 FormatItem &operator=(FormatItem &&) = default; argument
120 FormatItem(std::optional<std::uint64_t> &&r, A &&x) in FormatItem() argument
123 explicit FormatItem(A &&x) : u{std::move(x)} {} in FormatItem() function
126 ControlEditDesc, std::string, std::list<FormatItem>> argument
138 explicit FormatSpecification(std::list<FormatItem> &&is) in FormatSpecification() argument