Home
last modified time | relevance | path

Searched defs:fso (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
H A Dmove_assign.pass.cpp26 std::ifstream fso("test.dat"); in main() local
35 std::wifstream fso("test.dat"); in main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/
H A Dmove.pass.cpp26 std::ifstream fso("test.dat"); main() local
34 std::wifstream fso("test.dat"); main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dmove_assign.pass.cpp25 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
39 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
H A Dmove.pass.cpp25 std::fstream fso(temp, std::ios_base::in | std::ios_base::out main() local
38 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
H A Dmove.pass.cpp25 std::ofstream fso(temp.c_str()); main() local
39 std::wofstream fso(temp.c_str()); main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dmove_assign.pass.cpp25 std::ofstream fso(temp.c_str()); in main() local
40 std::wofstream fso(temp.c_str()); in main() local