Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.c4609 get_block_vector (tree block, int *n_blocks_p) in get_block_vector() argument
4613 *n_blocks_p = all_blocks (block, NULL); in get_block_vector()
4614 block_vector = XNEWVEC (tree, *n_blocks_p); in get_block_vector()