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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 5943 const char **argbuf_copy;
5951 argbuf_copy = XNEWVEC (const char *,
5953 argbuf_copy[0] = "";
5954 memcpy (argbuf_copy + 1, argbuf.address (),
5958 argbuf_copy,
5961 free (argbuf_copy);
5921 const char **argbuf_copy; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 5857 const char **argbuf_copy;
5865 argbuf_copy = XNEWVEC (const char *,
5867 argbuf_copy[0] = "";
5868 memcpy (argbuf_copy + 1, argbuf.address (),
5872 argbuf_copy,
5875 free (argbuf_copy);
5835 const char **argbuf_copy; local

Completed in 89 milliseconds