/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/ |
H A D | pointer.pass.cpp | 32 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 D | string.pass.cpp | 27 std::string temp = get_temp_file_name(); in main()
|
H A D | move.pass.cpp | 27 std::string temp = get_temp_file_name(); in main()
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/ |
H A D | pointer.pass.cpp | 33 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 D | move.pass.cpp | 27 std::string temp = get_temp_file_name(); in main()
|
H A D | string.pass.cpp | 28 std::string temp = get_temp_file_name(); in main()
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/ |
H A D | open_pointer.pass.cpp | 28 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 D | close.pass.cpp | 23 std::string temp = get_temp_file_name(); in main()
|
H A D | open_string.pass.cpp | 23 std::string temp = get_temp_file_name(); in main()
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
H A D | open_pointer.pass.cpp | 28 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 D | rdbuf.pass.cpp | 23 std::string temp = get_temp_file_name(); in main()
|
H A D | close.pass.cpp | 23 std::string temp = get_temp_file_name(); in main()
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/ |
H A D | open_pointer.pass.cpp | 25 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 D | nonmember_swap.pass.cpp | 25 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 D | nonmember_swap_min.pass.cpp | 28 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 D | check_cfc.py | 274 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 D | nonmember_swap.pass.cpp | 25 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 D | member_swap.pass.cpp | 24 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 D | move_assign.pass.cpp | 23 std::string temp = get_temp_file_name(); in main()
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/ |
H A D | nonmember_swap.pass.cpp | 26 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 D | member_swap.pass.cpp | 24 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 D | move_assign.pass.cpp | 23 std::string temp = get_temp_file_name(); in main()
|
/llvm-project/libcxx/test/support/ |
H A D | wide_temp_file.h | 23 … 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 D | fstream.close.pass.cpp | 25 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 D | xsputn.PR14074.pass.cpp | 54 std::string temp = get_temp_file_name(); in main()
|