reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/bugpoint/ExecutionDriver.cpp
  370     std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
tools/bugpoint/ToolRunner.cpp
  751       std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
tools/clang/unittests/libclang/TestUtils.h
   58     std::ofstream OS(Filename);
tools/lldb/tools/lldb-vscode/IOStream.cpp
   91 bool InputStream::read_full(std::ofstream *log, size_t length,
  135 bool InputStream::read_line(std::ofstream *log, std::string &line) {
  148 bool InputStream::read_expected(std::ofstream *log, llvm::StringRef expected) {
tools/lldb/tools/lldb-vscode/IOStream.h
   55   bool read_full(std::ofstream *log, size_t length, std::string &text);
   57   bool read_line(std::ofstream *log, std::string &line);
   59   bool read_expected(std::ofstream *log, llvm::StringRef expected);
tools/lldb/tools/lldb-vscode/VSCode.cpp
   51     log.reset(new std::ofstream(log_file_path));
tools/lldb/tools/lldb-vscode/VSCode.h
   79   std::unique_ptr<std::ofstream> log;
unittests/Support/CommandLineTest.cpp
  761   std::ofstream RspFile(TempPath.c_str());
  789   std::ofstream IncludedFile(IncludedFileName.c_str());
  807   std::ofstream IncludedFile2(IncludedFileName2.c_str());
  816   std::ofstream IncludedFile3(IncludedFileName3.c_str());
  874   std::ofstream SelfFile(SelfFilePath.str());
  882   std::ofstream NestedFile(NestedFilePath.str());
  890   std::ofstream FlagFile(FlagFilePath.str());
  931   std::ofstream ResponseFile(ResponseFilePath.c_str());
 1006   std::ofstream ConfigFile(TestCfg.c_str());
 1018   std::ofstream ConfigFile2(TestCfg2.c_str());
utils/benchmark/src/benchmark.cc
  500   std::ofstream output_file;