Home
last modified time | relevance | path

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

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgcc.c3004 static int n_infiles_alloc; variable
3175 if (n_infiles_alloc == 0) in alloc_infile()
3177 n_infiles_alloc = 16; in alloc_infile()
3178 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3180 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3182 n_infiles_alloc *= 2; in alloc_infile()
3183 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
H A DChangeLog-201024581 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgcc.c2973 static int n_infiles_alloc; variable
3144 if (n_infiles_alloc == 0) in alloc_infile()
3146 n_infiles_alloc = 16; in alloc_infile()
3147 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3149 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3151 n_infiles_alloc *= 2; in alloc_infile()
3152 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgcc.c2973 static int n_infiles_alloc; variable
3144 if (n_infiles_alloc == 0) in alloc_infile()
3146 n_infiles_alloc = 16; in alloc_infile()
3147 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3149 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3151 n_infiles_alloc *= 2; in alloc_infile()
3152 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgcc.c3344 static int n_infiles_alloc; variable
3521 if (n_infiles_alloc == 0) in alloc_infile()
3523 n_infiles_alloc = 16; in alloc_infile()
3524 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3526 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3528 n_infiles_alloc *= 2; in alloc_infile()
3529 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10180 n_infiles_alloc = 0; in finalize()
H A DChangeLog-201024581 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgcc.c3463 static int n_infiles_alloc; variable
3640 if (n_infiles_alloc == 0) in alloc_infile()
3642 n_infiles_alloc = 16; in alloc_infile()
3643 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3645 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3647 n_infiles_alloc *= 2; in alloc_infile()
3648 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10222 n_infiles_alloc = 0; in finalize()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgcc.c3344 static int n_infiles_alloc; variable
3521 if (n_infiles_alloc == 0) in alloc_infile()
3523 n_infiles_alloc = 16; in alloc_infile()
3524 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3526 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3528 n_infiles_alloc *= 2; in alloc_infile()
3529 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10180 n_infiles_alloc = 0; in finalize()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgcc.c3303 static int n_infiles_alloc; variable
3479 if (n_infiles_alloc == 0) in alloc_infile()
3481 n_infiles_alloc = 16; in alloc_infile()
3482 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3484 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3486 n_infiles_alloc *= 2; in alloc_infile()
3487 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10041 n_infiles_alloc = 0; in finalize()
H A DChangeLog-201024581 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgcc.c3462 static int n_infiles_alloc; variable
3639 if (n_infiles_alloc == 0) in alloc_infile()
3641 n_infiles_alloc = 16; in alloc_infile()
3642 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3644 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3646 n_infiles_alloc *= 2; in alloc_infile()
3647 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10267 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgcc.c3654 static int n_infiles_alloc; variable
3831 if (n_infiles_alloc == 0) in alloc_infile()
3833 n_infiles_alloc = 16; in alloc_infile()
3834 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3836 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3838 n_infiles_alloc *= 2; in alloc_infile()
3839 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
11098 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgcc.c3462 static int n_infiles_alloc; variable
3639 if (n_infiles_alloc == 0) in alloc_infile()
3641 n_infiles_alloc = 16; in alloc_infile()
3642 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3644 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3646 n_infiles_alloc *= 2; in alloc_infile()
3647 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10267 n_infiles_alloc = 0; in finalize()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgcc.c3344 static int n_infiles_alloc; variable
3521 if (n_infiles_alloc == 0) in alloc_infile()
3523 n_infiles_alloc = 16; in alloc_infile()
3524 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3526 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3528 n_infiles_alloc *= 2; in alloc_infile()
3529 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10180 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgcc.c3654 static int n_infiles_alloc; variable
3831 if (n_infiles_alloc == 0) in alloc_infile()
3833 n_infiles_alloc = 16; in alloc_infile()
3834 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3836 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3838 n_infiles_alloc *= 2; in alloc_infile()
3839 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
11098 n_infiles_alloc = 0; in finalize()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgcc.c3344 static int n_infiles_alloc; variable
3521 if (n_infiles_alloc == 0) in alloc_infile()
3523 n_infiles_alloc = 16; in alloc_infile()
3524 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3526 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3528 n_infiles_alloc *= 2; in alloc_infile()
3529 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10180 n_infiles_alloc = 0; in finalize()
H A DChangeLog-201024581 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgcc.c3344 static int n_infiles_alloc; variable
3521 if (n_infiles_alloc == 0) in alloc_infile()
3523 n_infiles_alloc = 16; in alloc_infile()
3524 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3526 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3528 n_infiles_alloc *= 2; in alloc_infile()
3529 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10180 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgcc.c3463 static int n_infiles_alloc; variable
3640 if (n_infiles_alloc == 0) in alloc_infile()
3642 n_infiles_alloc = 16; in alloc_infile()
3643 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3645 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3647 n_infiles_alloc *= 2; in alloc_infile()
3648 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10193 n_infiles_alloc = 0; in finalize()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgcc.c3654 static int n_infiles_alloc; variable
3831 if (n_infiles_alloc == 0) in alloc_infile()
3833 n_infiles_alloc = 16; in alloc_infile()
3834 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3836 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3838 n_infiles_alloc *= 2; in alloc_infile()
3839 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
11098 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgcc.c3462 static int n_infiles_alloc; variable
3639 if (n_infiles_alloc == 0) in alloc_infile()
3641 n_infiles_alloc = 16; in alloc_infile()
3642 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3644 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3646 n_infiles_alloc *= 2; in alloc_infile()
3647 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10267 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgcc.c3463 static int n_infiles_alloc; variable
3640 if (n_infiles_alloc == 0) in alloc_infile()
3642 n_infiles_alloc = 16; in alloc_infile()
3643 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3645 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3647 n_infiles_alloc *= 2; in alloc_infile()
3648 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10222 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgcc.c3344 static int n_infiles_alloc; variable
3521 if (n_infiles_alloc == 0) in alloc_infile()
3523 n_infiles_alloc = 16; in alloc_infile()
3524 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3526 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3528 n_infiles_alloc *= 2; in alloc_infile()
3529 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10180 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgcc.c3675 static int n_infiles_alloc; variable
3853 if (n_infiles_alloc == 0) in alloc_infile()
3855 n_infiles_alloc = 16; in alloc_infile()
3856 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3858 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3860 n_infiles_alloc *= 2; in alloc_infile()
3861 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
11204 n_infiles_alloc = 0; in finalize()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgcc.c3303 static int n_infiles_alloc; variable
3479 if (n_infiles_alloc == 0) in alloc_infile()
3481 n_infiles_alloc = 16; in alloc_infile()
3482 infiles = XNEWVEC (struct infile, n_infiles_alloc); in alloc_infile()
3484 else if (n_infiles_alloc == n_infiles) in alloc_infile()
3486 n_infiles_alloc *= 2; in alloc_infile()
3487 infiles = XRESIZEVEC (struct infile, infiles, n_infiles_alloc); in alloc_infile()
10041 n_infiles_alloc = 0; in finalize()

12