Home
last modified time | relevance | path

Searched refs:vector_stack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c1787 struct obstack vector_stack; in read_rtx_operand() local
1795 obstack_init (&vector_stack); in read_rtx_operand()
1826 obstack_ptr_grow (&vector_stack, value); in read_rtx_operand()
1833 memcpy (&return_vec->elem[0], obstack_finish (&vector_stack), in read_rtx_operand()
1839 obstack_free (&vector_stack, NULL); in read_rtx_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc1834 struct obstack vector_stack; in read_rtx_operand() local
1842 obstack_init (&vector_stack); in read_rtx_operand()
1873 obstack_ptr_grow (&vector_stack, value); in read_rtx_operand()
1880 memcpy (&return_vec->elem[0], obstack_finish (&vector_stack), in read_rtx_operand()
1886 obstack_free (&vector_stack, NULL); in read_rtx_operand()