HomeSort by: relevance | last modified time | path
    Searched defs:last_missing (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 3713 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);
target.c 3713 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);
  /src/external/gpl3/gcc/dist/libgomp/
target.c 5106 const char *err = NULL, *last_missing = NULL; local
5126 || (last_missing = #n, 0))
5205 if (last_missing)
5206 gomp_error ("missing function was %s", last_missing);
target.c 5106 const char *err = NULL, *last_missing = NULL; local
5126 || (last_missing = #n, 0))
5205 if (last_missing)
5206 gomp_error ("missing function was %s", last_missing);

Completed in 70 milliseconds