Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c1788 int list_counter = 0; in read_rtx_operand() local
1825 list_counter++; in read_rtx_operand()
1830 if (list_counter > 0) in read_rtx_operand()
1832 return_vec = rtvec_alloc (list_counter); in read_rtx_operand()
1834 list_counter * sizeof (rtx)); in read_rtx_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc1835 int list_counter = 0; in read_rtx_operand() local
1872 list_counter++; in read_rtx_operand()
1877 if (list_counter > 0) in read_rtx_operand()
1879 return_vec = rtvec_alloc (list_counter); in read_rtx_operand()
1881 list_counter * sizeof (rtx)); in read_rtx_operand()