Home
last modified time | relevance | path

Searched refs:malloced_msg (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c1451 char *malloced_msg; in add_error_va() local
1457 len = vasprintf (&malloced_msg, fmt, ap); in add_error_va()
1458 if (malloced_msg == NULL || len < 0) in add_error_va()
1465 errmsg = malloced_msg; in add_error_va()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc1550 char *malloced_msg; in add_error_va() local
1556 len = vasprintf (&malloced_msg, fmt, ap); in add_error_va()
1557 if (malloced_msg == NULL || len < 0) in add_error_va()
1564 errmsg = malloced_msg; in add_error_va()
H A DChangeLog.jit397 local "buf" into "malloced_msg" and "errmsg" to ensure that we