Home
last modified time | relevance | path

Searched defs:outf (Results 1 – 13 of 13) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgenpytest.py7 def print_header(outf): argument
22 def print_cmp(outf): argument
111 def print_api(name, outf): argument
127 def print_api_map(outf): argument
141 outf = sys.stdout variable
H A Dgenctest.py198 def print_test_code(self, outf): argument
255 def print_gmp_header(outf): argument
264 def print_imath_header(outf): argument
275 def print_gmp_tests(outf): argument
282 def print_imath_tests(outf): argument
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
H A Dassign_t.pass.cpp27 std::ostringstream outf; in main() local
33 std::ostringstream outf; in main() local
40 std::wostringstream outf; in main() local
46 std::wostringstream outf; in main() local
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A Dostream_delim.pass.cpp32 std::ostringstream outf; in main() local
38 std::wostringstream outf; in main() local
44 StringStream outf; in main() local
H A Dostream.pass.cpp31 std::ostringstream outf; in main() local
36 StringStream outf; in main() local
H A Dcopy.pass.cpp23 std::ostringstream outf; in main() local
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
H A Dstreambuf.pass.cpp24 std::ostringstream outf; in main() local
30 std::wostringstream outf; in main() local
H A Dostream.pass.cpp24 std::ostringstream outf; in main() local
30 std::wostringstream outf; in main() local
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dassign_c.pass.cpp25 std::ostringstream outf; in main() local
34 std::wostringstream outf; in main() local
H A Dderef.pass.cpp24 std::ostringstream outf; in main() local
31 std::wostringstream outf; in main() local
H A Dincrement.pass.cpp25 std::ostringstream outf; in main() local
34 std::wostringstream outf; in main() local
/llvm-project/lldb/test/Shell/Register/Core/Inputs/
H A Dstrip-coredump.py16 def strip_non_notes(elf, inf, outf): argument
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file_large.pass.cpp56 std::FILE* outf = std::fopen(source.string().c_str(), "a"); in large_file() local