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

  /src/external/gpl3/gcc/dist/gcc/
postreload-gcse.cc 156 static struct obstack expr_obstack;
308 gcc_obstack_init (&expr_obstack);
343 obstack_free (&expr_obstack, NULL);
390 cur_expr = (struct expr *) obstack_alloc (&expr_obstack,
412 obstack_free (&expr_obstack, cur_expr);
450 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack,
457 obstack_free (&expr_obstack, tmp_expr);
154 static struct obstack expr_obstack; variable in typeref:struct:obstack
  /src/external/gpl3/gcc.old/dist/gcc/
postreload-gcse.cc 156 static struct obstack expr_obstack;
308 gcc_obstack_init (&expr_obstack);
343 obstack_free (&expr_obstack, NULL);
390 cur_expr = (struct expr *) obstack_alloc (&expr_obstack,
412 obstack_free (&expr_obstack, cur_expr);
450 tmp_expr = (struct expr *) obstack_alloc (&expr_obstack,
457 obstack_free (&expr_obstack, tmp_expr);
154 static struct obstack expr_obstack; variable in typeref:struct:obstack

Completed in 17 milliseconds