Home
last modified time | relevance | path

Searched refs:ofstream (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh46.C17 class ofstream : public fstreambase {
29 ifstream* i,ofstream* o) in glc()
43 o = new ofstream[2]; in glc()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.h57 bool read_full(std::ofstream *log, size_t length, std::string &text);
59 bool read_line(std::ofstream *log, std::string &line);
61 bool read_expected(std::ofstream *log, llvm::StringRef expected);
H A DIOStream.cpp91 bool InputStream::read_full(std::ofstream *log, size_t length, in read_full()
135 bool InputStream::read_line(std::ofstream *log, std::string &line) { in read_line()
148 bool InputStream::read_expected(std::ofstream *log, llvm::StringRef expected) { in read_expected()
H A DFifoFiles.cpp85 std::ofstream writer(m_fifo_file, std::ofstream::out); in SendJSON()
H A DVSCode.h133 std::unique_ptr<std::ofstream> log;
H A DVSCode.cpp58 log.reset(new std::ofstream(log_file_path));
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dofstream_members.cc34 std::ofstream ofs1; in test00()
66 std::ofstream ifs(name_02); in test01()
97 std::ofstream sstrm1; in test02()
H A Dostream_inserter_other.cc59 std::ofstream f_out1(name_02); in test02()
74 std::ofstream f_out(name_02); in test02()
81 std::ofstream f_out2(name_04); // should be different name in test02()
110 ofstream testfile(TEST_IN); in test03()
117 ofstream out(TEST_OUT); in test03()
H A Dostream_seeks.cc42 ofstream ofs1; in test01()
52 ofstream ofs2(str_lit01); in test01()
H A Dfilebuf_members.cc158 std::ofstream ofs(name); in test_04()
H A Dostream_inserter_char.cc50 std::ofstream f(name_02); in test01()
H A Dfilebuf_virtuals.cc616 ofstream out; in test10()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread2.cc41 std::ofstream* pos1 = new std::ofstream; in thread_main()
/openbsd/gnu/gcc/libstdc++-v3/include/backward/
H A Dfstream.h36 using std::ofstream;
/openbsd/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dfstream.h36 using std::ofstream;
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp216 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app); in CrashResistantMergeInternalStep()
411 std::ofstream ControlFile(CFPath); in WriteNewControlFile()
/openbsd/gnu/llvm/libcxx/include/
H A Diosfwd68 typedef basic_ofstream<char> ofstream;
167 typedef basic_ofstream<char> ofstream;
213 …class _LIBCPP_PREFERRED_NAME(ofstream) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wofstream…
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_iosfwd.h147 typedef basic_ofstream<char> ofstream; ///< @isiosfwd typedef
/openbsd/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_iosfwd.h146 typedef basic_ofstream<char> ofstream; ///< @isiosfwd typedef
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Drun_doxygen276 ofstream fstream string;
/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Drun_doxygen313 ofstream fstream string;
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dinserters_extractors.cc210 std::ofstream ofs(filename); in test05()
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DExecutionDriver.cpp358 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in executeProgram()
H A DToolRunner.cpp751 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in ExecuteProgram()
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp75 std::ofstream os(trace_path.GetPath()); in SaveTraceBundleDescription()

12