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

  /src/external/gpl3/gcc/dist/gcc/
reload1.cc 239 static char *reload_insn_firstobj;
1423 reload_insn_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
1437 reload_insn_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
1530 obstack_free (&reload_obstack, reload_insn_firstobj);
238 static char *reload_insn_firstobj; variable
  /src/external/gpl3/gcc.old/dist/gcc/
reload1.cc 239 static char *reload_insn_firstobj;
1423 reload_insn_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
1437 reload_insn_firstobj = XOBNEWVAR (&reload_obstack, char, 0);
1530 obstack_free (&reload_obstack, reload_insn_firstobj);
238 static char *reload_insn_firstobj; variable

Completed in 58 milliseconds