Searched refs:PrintStmt (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | IO.h | 30 struct PrintStmt; 66 const parser::PrintStmt &stmt);
|
| H A D | PFTBuilder.h | 105 parser::PrintStmt, parser::ReadStmt, parser::ReturnStmt, parser::RewindStmt,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 82 void PrintStmt(Stmt *S) { PrintStmt(S, Policy.Indentation); } in PrintStmt() function in __anon873efced0111::StmtPrinter 117 PrintStmt(S); in PrintControlledStmt() 180 PrintStmt(I); in PrintRawCompoundStmt() 307 PrintStmt(If->getThen()); in PrintRawIfStmt() 311 PrintStmt(Else); in PrintRawIfStmt() 332 PrintStmt(If->getThen()); in PrintRawIfStmt() 348 PrintStmt(If->getElse()); in PrintRawIfStmt() 377 PrintStmt(Node->getBody()); in VisitWhileStmt() 387 PrintStmt(Node->getBody()); in VisitDoStmt() 715 PrintStmt(Node->getLoopStmt()); in VisitOMPCanonicalLoop() [all …]
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | StmtPrinterTest.cpp | 41 static void PrintStmt(raw_ostream &Out, const ASTContext *Context, in PrintStmt() function 56 PrintStmt, PolicyAdjuster); in PrintedStmtMatches()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.h | 32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() argument 75 void Leave(const parser::PrintStmt &);
|
| H A D | check-io.cpp | 713 void IoChecker::Leave(const parser::PrintStmt &) { in Leave() argument
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 1280 const Fortran::parser::PrintStmt &) { in isDataTransferFormatted() argument 1293 bool isDataTransferList<Fortran::parser::PrintStmt>( in isDataTransferList() 1294 const Fortran::parser::PrintStmt &stmt) { in isDataTransferList() 1308 constexpr bool isDataTransferInternal<Fortran::parser::PrintStmt>( in isDataTransferInternal() 1309 const Fortran::parser::PrintStmt &) { in isDataTransferInternal() argument 1347 maybeGetInternalIODescriptor<Fortran::parser::PrintStmt>( in maybeGetInternalIODescriptor() 1363 bool isDataTransferAsynchronous<Fortran::parser::PrintStmt>( in isDataTransferAsynchronous() 1364 mlir::Location, const Fortran::parser::PrintStmt &) { in isDataTransferAsynchronous() argument 1376 const Fortran::parser::PrintStmt &) { in isDataTransferNamelist() argument 1521 getFormat<Fortran::parser::PrintStmt>( in getFormat() [all …]
|
| H A D | PFTBuilder.cpp | 608 } else if constexpr (std::is_same_v<A, parser::PrintStmt>) { in analyzeIoBranches() 960 parser::PrintStmt, parser::ReadStmt, parser::RewindStmt, in analyzeBranches()
|
| H A D | Bridge.cpp | 1984 void genFIR(const Fortran::parser::PrintStmt &stmt) { in genFIR()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | executable-parsers.cpp | 123 construct<ActionStmt>(indirect(Parser<PrintStmt>{})),
|
| H A D | io-parsers.cpp | 255 construct<PrintStmt>(
|
| H A D | unparse.cpp | 1293 void Unparse(const PrintStmt &x) { // R1212 in Unparse()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 225 struct PrintStmt; // R1212 491 common::Indirection<PrintStmt>, common::Indirection<ReadStmt>, 2698 struct PrintStmt { struct 2699 TUPLE_CLASS_BOILERPLATE(PrintStmt);
|
| H A D | dump-parse-tree.h | 596 NODE(parser, PrintStmt) in NODE()
|