Home
last modified time | relevance | path

Searched refs:tmp_out (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl-tests.cc67 named_temp_file tmp_out (".rtl"); in assert_rtl_dump_eq() local
68 FILE *outfile = fopen (tmp_out.get_filename (), "w"); in assert_rtl_dump_eq()
73 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ()); in assert_rtl_dump_eq()
H A Dfunction-tests.cc665 named_temp_file tmp_out (".rtl"); in test_expansion_to_rtl() local
666 FILE *outfile = fopen (tmp_out.get_filename (), "w"); in test_expansion_to_rtl()
670 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ()); in test_expansion_to_rtl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl-tests.c67 named_temp_file tmp_out (".rtl"); in assert_rtl_dump_eq()
68 FILE *outfile = fopen (tmp_out.get_filename (), "w"); in assert_rtl_dump_eq()
73 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ()); in assert_rtl_dump_eq()
H A Dfunction-tests.c658 named_temp_file tmp_out (".rtl"); in test_expansion_to_rtl()
659 FILE *outfile = fopen (tmp_out.get_filename (), "w"); in test_expansion_to_rtl()
663 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ()); in test_expansion_to_rtl()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c425 unsigned char *tmp_out; in server_alpn_cb() local
432 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
436 *out = tmp_out; in server_alpn_cb()