Home
last modified time | relevance | path

Searched refs:out_ (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dlog.h24 LogType(std::ostream* out) : out_(out) {} in LogType()
25 std::ostream* out_; variable
31 if (log.out_) {
32 *log.out_ << value;
38 if (log.out_) {
39 *log.out_ << m;
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h33 : out_(out), asFortran_{asFortran} {} in out_() function
727 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
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp55 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::UnparseVisitor
2692 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 …]