Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-in.c1355 unsigned n_debugargs = streamer_read_uhwi (ib);
1356 if (n_debugargs)
1359 vec_safe_grow (*debugargs, n_debugargs);
1360 for (unsigned i = 0; i < n_debugargs; ++i)
H A Dlto-streamer-in.cc1368 unsigned n_debugargs = streamer_read_uhwi (ib); in input_function() local
1369 if (n_debugargs) in input_function()
1372 vec_safe_grow (*debugargs, n_debugargs, true); in input_function()
1373 for (unsigned i = 0; i < n_debugargs; ++i) in input_function()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-in.c1355 unsigned n_debugargs = streamer_read_uhwi (ib);
1356 if (n_debugargs)
1359 vec_safe_grow (*debugargs, n_debugargs);
1360 for (unsigned i = 0; i < n_debugargs; ++i)