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

  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 518 char *this_object = NULL;
604 this_object = XRESIZEVAR (char, this_object, this_object_size);
650 memcpy (this_object, state.ptrs[i]->obj, state.ptrs[i]->size);
668 memcpy (state.ptrs[i]->obj, this_object, state.ptrs[i]->size);
735 XDELETE (this_object);
517 char *this_object = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 502 char *this_object = NULL;
588 this_object = XRESIZEVAR (char, this_object, this_object_size);
634 memcpy (this_object, state.ptrs[i]->obj, state.ptrs[i]->size);
646 memcpy (state.ptrs[i]->obj, this_object, state.ptrs[i]->size);
713 XDELETE (this_object);
501 char *this_object = NULL; local

Completed in 43 milliseconds