Searched refs:n_switches_alloc (Results 1 – 3 of 3) sorted by relevance
3628 static int n_switches_alloc; variable3884 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 …]
8401 (main): Also save and restore n_switches_alloc when swapping24581 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
3420 static int n_switches_alloc; variable3674 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 …]