Searched refs:tmp_out (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtl-tests.cc | 67 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 D | function-tests.cc | 665 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 D | rtl-tests.c | 67 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 D | function-tests.c | 658 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 D | handshake_helper.c | 425 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()
|