Home
last modified time | relevance | path

Searched refs:PrintStmt (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIO.h30 struct PrintStmt;
66 const parser::PrintStmt &stmt);
H A DPFTBuilder.h105 parser::PrintStmt, parser::ReadStmt, parser::ReturnStmt, parser::RewindStmt,
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp82 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 DStmtPrinterTest.cpp41 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 Dcheck-io.h32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() argument
75 void Leave(const parser::PrintStmt &);
H A Dcheck-io.cpp713 void IoChecker::Leave(const parser::PrintStmt &) { in Leave() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1280 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 DPFTBuilder.cpp608 } else if constexpr (std::is_same_v<A, parser::PrintStmt>) { in analyzeIoBranches()
960 parser::PrintStmt, parser::ReadStmt, parser::RewindStmt, in analyzeBranches()
H A DBridge.cpp1984 void genFIR(const Fortran::parser::PrintStmt &stmt) { in genFIR()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp123 construct<ActionStmt>(indirect(Parser<PrintStmt>{})),
H A Dio-parsers.cpp255 construct<PrintStmt>(
H A Dunparse.cpp1293 void Unparse(const PrintStmt &x) { // R1212 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h225 struct PrintStmt; // R1212
491 common::Indirection<PrintStmt>, common::Indirection<ReadStmt>,
2698 struct PrintStmt { struct
2699 TUPLE_CLASS_BOILERPLATE(PrintStmt);
H A Ddump-parse-tree.h596 NODE(parser, PrintStmt) in NODE()