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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 253 static struct obstack gcse_obstack;
612 return obstack_alloc (&gcse_obstack, size);
2612 gcc_obstack_init (&gcse_obstack);
2643 obstack_free (&gcse_obstack, NULL);
3554 gcc_obstack_init (&gcse_obstack);
3578 obstack_free (&gcse_obstack, NULL);
252 static struct obstack gcse_obstack; variable in typeref:struct:obstack
gcse.cc 253 static struct obstack gcse_obstack;
612 return obstack_alloc (&gcse_obstack, size);
2612 gcc_obstack_init (&gcse_obstack);
2643 obstack_free (&gcse_obstack, NULL);
3554 gcc_obstack_init (&gcse_obstack);
3578 obstack_free (&gcse_obstack, NULL);
252 static struct obstack gcse_obstack; variable in typeref:struct:obstack
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 253 static struct obstack gcse_obstack;
612 return obstack_alloc (&gcse_obstack, size);
2598 gcc_obstack_init (&gcse_obstack);
2628 obstack_free (&gcse_obstack, NULL);
3539 gcc_obstack_init (&gcse_obstack);
3563 obstack_free (&gcse_obstack, NULL);
252 static struct obstack gcse_obstack; variable in typeref:struct:obstack
gcse.cc 253 static struct obstack gcse_obstack;
612 return obstack_alloc (&gcse_obstack, size);
2598 gcc_obstack_init (&gcse_obstack);
2628 obstack_free (&gcse_obstack, NULL);
3539 gcc_obstack_init (&gcse_obstack);
3563 obstack_free (&gcse_obstack, NULL);
252 static struct obstack gcse_obstack; variable in typeref:struct:obstack

Completed in 55 milliseconds