Home
last modified time | relevance | path

Searched refs:get_temp_file_name (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
H A Dpointer.pass.cpp32 std::string temp = get_temp_file_name(); in main()
92 std::string tmp = get_temp_file_name(); // also creates the file in main()
109 std::string tmp = get_temp_file_name(); // also creates the file
H A Dstring.pass.cpp27 std::string temp = get_temp_file_name(); in main()
H A Dmove.pass.cpp27 std::string temp = get_temp_file_name(); in main()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
H A Dpointer.pass.cpp33 std::string temp = get_temp_file_name(); in main()
146 std::string tmp = get_temp_file_name(); // also creates the file
163 std::string tmp = get_temp_file_name(); // also creates the file
H A Dmove.pass.cpp27 std::string temp = get_temp_file_name(); in main()
H A Dstring.pass.cpp28 std::string temp = get_temp_file_name(); in main()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
H A Dopen_pointer.pass.cpp28 std::string temp = get_temp_file_name(); in main()
72 std::string tmp = get_temp_file_name(); // also creates the file in main()
91 std::string tmp = get_temp_file_name(); // also creates the file in main()
H A Dclose.pass.cpp23 std::string temp = get_temp_file_name(); in main()
H A Dopen_string.pass.cpp23 std::string temp = get_temp_file_name(); in main()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dopen_pointer.pass.cpp28 std::string temp = get_temp_file_name(); in main()
80 std::string tmp = get_temp_file_name(); // also creates the file in main()
99 std::string tmp = get_temp_file_name(); // also creates the file in main()
H A Drdbuf.pass.cpp23 std::string temp = get_temp_file_name(); in main()
H A Dclose.pass.cpp23 std::string temp = get_temp_file_name(); in main()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/
H A Dopen_pointer.pass.cpp25 std::string temp = get_temp_file_name(); in main()
73 std::string tmp = get_temp_file_name(); // also creates the file in main()
92 std::string tmp = get_temp_file_name(); // also creates the file in main()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
H A Dnonmember_swap.pass.cpp25 std::string temp = get_temp_file_name(); in main()
61 std::string tmpA = get_temp_file_name(); in main()
62 std::string tmpB = get_temp_file_name(); in main()
H A Dnonmember_swap_min.pass.cpp28 std::string tmpA = get_temp_file_name(); in main()
29 std::string tmpB = get_temp_file_name(); in main()
/llvm-project/clang/utils/check_cfc/
H A Dcheck_cfc.py274 def get_temp_file_name(suffix): function
298 output_file_b = get_temp_file_name(".o")
320 output_file_b = get_temp_file_name(".o")
413 temp_output_file_orig = get_temp_file_name(".o")
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dnonmember_swap.pass.cpp25 names.first = get_temp_file_name(); in get_temp_file_names()
31 names.second = get_temp_file_name(); in get_temp_file_names()
H A Dmember_swap.pass.cpp24 names.first = get_temp_file_name(); in get_temp_file_names()
30 names.second = get_temp_file_name(); in get_temp_file_names()
H A Dmove_assign.pass.cpp23 std::string temp = get_temp_file_name(); in main()
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dnonmember_swap.pass.cpp26 names.first = get_temp_file_name(); in get_temp_file_names()
32 names.second = get_temp_file_name(); in get_temp_file_names()
H A Dmember_swap.pass.cpp24 names.first = get_temp_file_name(); in get_temp_file_names()
30 names.second = get_temp_file_name(); in get_temp_file_names()
H A Dmove_assign.pass.cpp23 std::string temp = get_temp_file_name(); in main()
/llvm-project/libcxx/test/support/
H A Dwide_temp_file.h23 … return std::wstring_convert<std::codecvt_utf8_utf16<wchar_t> >().from_bytes(get_temp_file_name()); in get_wide_temp_file_name()
/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/
H A Dfstream.close.pass.cpp25 std::string temp = get_temp_file_name(); in main()
/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
H A Dxsputn.PR14074.pass.cpp54 std::string temp = get_temp_file_name(); in main()

12