Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Parser/
H A Dformat-specification.h135 struct FormatSpecification { struct
136 FormatSpecification() = delete;
137 FormatSpecification(FormatSpecification &&) = default;
138 FormatSpecification &operator=(FormatSpecification &&) = default; argument
139 explicit FormatSpecification(std::list<FormatItem> &&is) in FormatSpecification() function
141 FormatSpecification(std::list<FormatItem> &&is, std::list<FormatItem> &&us) in FormatSpecification() function
H A Dparse-tree-visitor.h838 static void Walk(const format::FormatSpecification &x, V &visitor) { in Walk()
846 static void Walk(format::FormatSpecification &x, M &mutator) { in Walk()
H A Ddump-parse-tree.h56 NODE(format, FormatSpecification) in NODE()
H A Dparse-tree.h2925 WRAPPER_CLASS(FormatStmt, format::FormatSpecification);
/llvm-project/flang/lib/Parser/
H A Dio-parsers.cpp524 construct<FormatStmt>("FORMAT" >> Parser<format::FormatSpecification>{}))
553 TYPE_PARSER(parenthesized(construct<format::FormatSpecification>(
556 construct<format::FormatSpecification>(defaulted(formatItems))))
H A Dunparse.cpp1477 void Unparse(const format::FormatSpecification &x) { // R1302, R1303, R1305 in Unparse()
/llvm-project/flang/examples/FeatureList/
H A DFeatureList.cpp59 READ_FEATURE_CUST(format::FormatSpecification, FormatSpecification) in READ_FEATURE_CUST()