Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c2839 struct switchstr struct
2848 static struct switchstr *switches; argument
2871 static struct switchstr *switches_debug_check[2];
3104 switches = XNEWVEC (struct switchstr, n_switches_alloc); in alloc_switch()
3109 switches = XRESIZEVEC (struct switchstr, switches, n_switches_alloc); in alloc_switch()
6465 switches_debug_check[1] = XDUPVEC (struct switchstr, switches, in main()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c3284 struct switchstr struct
3294 static struct switchstr *switches; argument
3317 static struct switchstr *switches_debug_check[2];
3555 switches = XNEWVEC (struct switchstr, n_switches_alloc); in alloc_switch()
3560 switches = XRESIZEVEC (struct switchstr, switches, n_switches_alloc); in alloc_switch()
7686 switches_debug_check[1] = XDUPVEC (struct switchstr, switches, in set_up_specs()