Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dformat-specification.h55 struct DerivedTypeDataEditDesc { struct
58 DerivedTypeDataEditDesc &operator=(DerivedTypeDataEditDesc &&) = default; argument
59 DerivedTypeDataEditDesc(std::string &&t, std::list<std::int64_t> &&p) in DerivedTypeDataEditDesc() function
61 std::string type;
62 std::list<std::int64_t> parameters;