Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Parser/
H A Dformat-specification.h76 struct ControlEditDesc { struct
77 enum class Kind {
103 ControlEditDesc &operator=(ControlEditDesc &&) = default; argument
104 explicit ControlEditDesc(Kind k) : kind{k} {} in ControlEditDesc() function
105 ControlEditDesc(Kind k, std::int64_t ct) : kind{k}, count{ct} {} in ControlEditDesc() function
106 ControlEditDesc(std::int64_t ct, Kind k) : kind{k}, count{ct} {} in ControlEditDesc() function
127 ControlEditDesc, std::string, std::list<FormatItem>> argument