Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc3628 static int n_switches_alloc; variable
3884 if (n_switches_alloc == 0) in alloc_switch()
3886 n_switches_alloc = 16; in alloc_switch()
3887 switches = XNEWVEC (struct switchstr, n_switches_alloc); in alloc_switch()
3889 else if (n_switches_alloc == n_switches) in alloc_switch()
3891 n_switches_alloc *= 2; in alloc_switch()
3892 switches = XRESIZEVEC (struct switchstr, switches, n_switches_alloc); in alloc_switch()
8517 n_switches_alloc_debug_check[1] = n_switches_alloc; in set_up_specs()
8519 n_switches_alloc); in set_up_specs()
8523 n_switches_alloc_debug_check[0] = n_switches_alloc; in set_up_specs()
[all …]
H A DChangeLog-20108401 (main): Also save and restore n_switches_alloc when swapping
24581 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c3420 static int n_switches_alloc; variable
3674 if (n_switches_alloc == 0) in alloc_switch()
3676 n_switches_alloc = 16; in alloc_switch()
3677 switches = XNEWVEC (struct switchstr, n_switches_alloc); in alloc_switch()
3679 else if (n_switches_alloc == n_switches) in alloc_switch()
3681 n_switches_alloc *= 2; in alloc_switch()
3682 switches = XRESIZEVEC (struct switchstr, switches, n_switches_alloc); in alloc_switch()
7782 n_switches_alloc_debug_check[1] = n_switches_alloc; in set_up_specs()
7784 n_switches_alloc); in set_up_specs()
7788 n_switches_alloc_debug_check[0] = n_switches_alloc; in set_up_specs()
[all …]