Searched refs:last_missing (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c3023 const char *err = NULL, *last_missing = NULL; local
3039 || (last_missing = #n, 0))
3116 if (last_missing)
3117 gomp_error ("missing function was %s", last_missing);
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c3713 const char *err = NULL, *last_missing = NULL; local
3733 || (last_missing = #n, 0))
3810 if (last_missing)
3811 gomp_error ("missing function was %s", last_missing);

Completed in 283 milliseconds