Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Parser/
H A Dformat-specification.h56 struct DerivedTypeDataEditDesc { struct
59 DerivedTypeDataEditDesc &operator=(DerivedTypeDataEditDesc &&) = default; argument
60 DerivedTypeDataEditDesc(std::string &&t, std::list<std::int64_t> &&p) in DerivedTypeDataEditDesc() argument
62 std::string type;
63 std::list<std::int64_t> parameters;