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

  /src/external/gpl3/gcc/dist/gcc/
pretty-print.cc 2515 size_t ret_alloc = 4 * idlen + 1;
2524 size_t outbytesleft = ret_alloc - 1;
2527 ret = (char *) identifier_to_locale_alloc (ret_alloc);
2542 ret_alloc *= 2;
2563 ret_alloc *= 2;
2514 size_t ret_alloc = 4 * idlen + 1; local
  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.cc 2076 size_t ret_alloc = 4 * idlen + 1;
2085 size_t outbytesleft = ret_alloc - 1;
2088 ret = (char *) identifier_to_locale_alloc (ret_alloc);
2103 ret_alloc *= 2;
2124 ret_alloc *= 2;
2075 size_t ret_alloc = 4 * idlen + 1; local

Completed in 28 milliseconds