Home | History | Annotate | Download | only in oatdump

Lines Matching defs:out

1694   std::unique_ptr<std::ofstream> out;
1731 out.reset(new std::ofstream(filename));
1732 if (!out->good()) {
1736 os = out.get();