| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | unparse.cpp | 49 Unparse(x); in Pre() 75 void Unparse(char x) { Put(x); } in Unparse() function in Fortran::parser::UnparseVisitor 90 void Unparse(const Program &x) { // R501 in Unparse() function in Fortran::parser::UnparseVisitor 94 void Unparse(const Name &x) { // R603 in Unparse() function in Fortran::parser::UnparseVisitor 185 void Unparse(const Sign &x) { // R712 in Unparse() function in Fortran::parser::UnparseVisitor 224 Unparse(ucs.size()); in Unparse() 1467 void Unparse( in Unparse() function in Fortran::parser::UnparseVisitor 1949 void Unparse(const AccObject &x) { in Unparse() function in Fortran::parser::UnparseVisitor 1990 void Unparse(const OmpObject &x) { in Unparse() function in Fortran::parser::UnparseVisitor 2230 void Unparse(const OmpAtomic &x) { in Unparse() function in Fortran::parser::UnparseVisitor [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | unparse.h | 49 void Unparse(llvm::raw_ostream &out, const A &root, 54 extern template void Unparse(llvm::raw_ostream &out, const Program &program, 57 extern template void Unparse(llvm::raw_ostream &out, const Expr &expr,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | unparse-with-symbols.cpp | 99 parser::Unparse(out, program, encoding, false, true, &preStatement); in UnparseWithSymbols()
|
| H A D | mod-file.cpp | 735 parser::Unparse(os << assign, *unanalyzed); in PutInit()
|
| /llvm-project-15.0.7/flang/tools/f18-parse-demo/ |
| H A D | f18-parse-demo.cpp | 221 Unparse(llvm::outs(), parseTree, driver.encoding, true /*capitalize*/, in CompileFortran() 242 Unparse(tmpSource, parseTree, driver.encoding, true /*capitalize*/, in CompileFortran()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | directive2.td | 157 // IMPL-NEXT: void Unparse(const TdlClause::Clauseb &x) { 163 // IMPL-NEXT: void Unparse(const TdlClause::Clausec &x) {
|
| H A D | directive1.td | 173 // IMPL-NEXT: void Unparse(const TdlClause::Clauseb &x) {
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 255 Unparse(llvm::outs(), *parseTree, in executeAction() 272 Unparse(*os, *parseTree, in executeAction()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 4947 HelpText<"Unparse and stop (skips the semantic checks)">, 4951 HelpText<"Unparse and stop.">, 4955 HelpText<"Unparse and stop.">;
|