Searched refs:out_ (Results 1 – 3 of 3) sorted by relevance
24 LogType(std::ostream* out) : out_(out) {} in LogType()25 std::ostream* out_; variable31 if (log.out_) {32 *log.out_ << value;38 if (log.out_) {39 *log.out_ << m;
33 : out_(out), asFortran_{asFortran} {} in out_() function727 out_ << GetNodeName(x); in NODE()729 out_ << " = '" << fortran << '\''; in NODE()844 out_ << "| "; in IndentEmptyLine()852 out_ << str << " -> "; in Prefix()858 out_ << str << " -> "; in Prefix()863 out_ << '\n'; in EndLine()875 llvm::raw_ostream &out_; variable
55 asFortran_->expr(out_, *x.typedExpr); in Pre()80 (*preStatement_)(x.source, out_, indent_); in Before()1686 asFortran_->call(out_, *x.typedCall); in Unparse()2667 llvm::raw_ostream &out_; member in Fortran::parser::UnparseVisitor2692 out_ << ' '; in Put()2698 out_ << "&\n"; in Put()2700 out_ << ' '; in Put()2703 out_ << "!$OMP&"; in Put()2706 out_ << "!$ACC&"; in Put()2709 out_ << '&'; in Put()[all …]