Home | History | Annotate | Download | only in oatdump

Lines Matching defs:out

1709   std::unique_ptr<std::ofstream> out;
1746 out.reset(new std::ofstream(filename));
1747 if (!out->good()) {
1751 os = out.get();