/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | eh46.C | 17 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 D | IOStream.h | 57 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 D | IOStream.cpp | 91 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 D | FifoFiles.cpp | 85 std::ofstream writer(m_fifo_file, std::ofstream::out); in SendJSON()
|
H A D | VSCode.h | 133 std::unique_ptr<std::ofstream> log;
|
H A D | VSCode.cpp | 58 log.reset(new std::ofstream(log_file_path));
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ofstream_members.cc | 34 std::ofstream ofs1; in test00() 66 std::ofstream ifs(name_02); in test01() 97 std::ofstream sstrm1; in test02()
|
H A D | ostream_inserter_other.cc | 59 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 D | ostream_seeks.cc | 42 ofstream ofs1; in test01() 52 ofstream ofs2(str_lit01); in test01()
|
H A D | filebuf_members.cc | 158 std::ofstream ofs(name); in test_04()
|
H A D | ostream_inserter_char.cc | 50 std::ofstream f(name_02); in test01()
|
H A D | filebuf_virtuals.cc | 616 ofstream out; in test10()
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/ |
H A D | pthread2.cc | 41 std::ofstream* pos1 = new std::ofstream; in thread_main()
|
/openbsd/gnu/gcc/libstdc++-v3/include/backward/ |
H A D | fstream.h | 36 using std::ofstream;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/backward/ |
H A D | fstream.h | 36 using std::ofstream;
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 216 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 D | iosfwd | 68 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 D | std_iosfwd.h | 147 typedef basic_ofstream<char> ofstream; ///< @isiosfwd typedef
|
/openbsd/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_iosfwd.h | 146 typedef basic_ofstream<char> ofstream; ///< @isiosfwd typedef
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
H A D | run_doxygen | 276 ofstream fstream string;
|
/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/ |
H A D | run_doxygen | 313 ofstream fstream string;
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
H A D | inserters_extractors.cc | 210 std::ofstream ofs(filename); in test05()
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 358 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in executeProgram()
|
H A D | ToolRunner.cpp | 751 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app); in ExecuteProgram()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 75 std::ofstream os(trace_path.GetPath()); in SaveTraceBundleDescription()
|