Home
last modified time | relevance | path

Searched refs:temp_obstack (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c122 static struct obstack *temp_obstack = &obstack2; variable
2293 rtl_obstack = temp_obstack; in simplify_test_exp_in_temp()
2296 if (x == exp || rtl_obstack == temp_obstack) in simplify_test_exp_in_temp()
2817 rtl_obstack = temp_obstack; in optimize_attrs()
4504 obstack_init (temp_obstack); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c122 struct obstack *temp_obstack = &obstack2; variable
3213 rtl_obstack = temp_obstack;
3216 if (x == exp || rtl_obstack == temp_obstack)
3576 rtl_obstack = temp_obstack; in optimize_attrs()
6051 obstack_init (temp_obstack);
H A DChangeLog.46306 * loop.c (temp_obstack):