Searched refs:DummyArg (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | program-parsers.cpp | 528 pure<std::list<DummyArg>>(), 532 TYPE_PARSER(construct<DummyArg>(name) || construct<DummyArg>(star)) 560 construct<EntryStmt>(name, construct<std::list<DummyArg>>(),
|
| H A D | type-parsers.h | 129 constexpr Parser<DummyArg> dummyArg; // R1536
|
| H A D | unparse.cpp | 1740 const auto &args{std::get<std::list<DummyArg>>(x.t)}; in Unparse() 1761 Walk(std::get<std::list<DummyArg>>(x.t), ", "), Put(")"); in Unparse()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 1032 for (Instruction *DummyArg : DummyArgs) { in create() 1033 DummyArg->replaceAllUsesWith(UndefValue::get(DummyArg->getType())); in create() 1034 DummyArg->deleteValue(); in create()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 3061 struct DummyArg { struct 3062 UNION_CLASS_BOILERPLATE(DummyArg); 3071 std::tuple<std::list<PrefixSpec>, Name, std::list<DummyArg>, argument 3218 std::tuple<Name, std::list<DummyArg>, std::optional<Suffix>> t;
|
| H A D | dump-parse-tree.h | 250 NODE(parser, DummyArg) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names.cpp | 3299 Walk(std::get<std::list<parser::DummyArg>>(stmt.t)); in Pre() 3303 for (const auto &dummyArg : std::get<std::list<parser::DummyArg>>(stmt.t)) { in Pre() 3536 for (const auto &dummyArg : std::get<std::list<parser::DummyArg>>(stmt.t)) { in PostEntryStmt()
|