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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-w32.cc 248 int allocate_len = temp_path_buffer_len + appended_len + 1; local
249 char * result = XNEWVEC (char, allocate_len);
jit-w32.cc 248 int allocate_len = temp_path_buffer_len + appended_len + 1; local
249 char * result = XNEWVEC (char, allocate_len);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-w32.cc 248 int allocate_len = temp_path_buffer_len + appended_len + 1; local
249 char * result = XNEWVEC (char, allocate_len);
jit-w32.cc 248 int allocate_len = temp_path_buffer_len + appended_len + 1; local
249 char * result = XNEWVEC (char, allocate_len);

Completed in 40 milliseconds