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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 399 static struct obstack chain_obstack;
655 node = (cand_chain_t) obstack_alloc (&chain_obstack, sizeof (cand_chain));
4036 gcc_obstack_init (&chain_obstack);
4068 obstack_free (&chain_obstack, NULL);
398 static struct obstack chain_obstack; variable in typeref:struct:obstack
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 399 static struct obstack chain_obstack;
655 node = (cand_chain_t) obstack_alloc (&chain_obstack, sizeof (cand_chain));
4036 gcc_obstack_init (&chain_obstack);
4068 obstack_free (&chain_obstack, NULL);
398 static struct obstack chain_obstack; variable in typeref:struct:obstack

Completed in 32 milliseconds