Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc3677 static int n_infiles_alloc; variable
3856 if (n_infiles_alloc == 0) in alloc_infile()
3858 n_infiles_alloc = 16; in alloc_infile()
3859 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3861 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3863 n_infiles_alloc *= 2; in alloc_infile()
3864 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
11195 n_infiles_alloc = 0; in finalize()
H A DChangeLog-201024581 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c3469 static int n_infiles_alloc; variable
3646 if (n_infiles_alloc == 0) in alloc_infile()
3648 n_infiles_alloc = 16; in alloc_infile()
3649 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3651 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3653 n_infiles_alloc *= 2; in alloc_infile()
3654 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10256 n_infiles_alloc = 0; in finalize()