Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c7208 struct mswitchstr in used_arg() struct
7216 static struct mswitchstr *mswitches; in used_arg()
7222 struct mswitchstr *matches; in used_arg()
7233 = (struct mswitchstr *) alloca ((sizeof (struct mswitchstr)) * cnt); in used_arg()
7269 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in used_arg()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c8645 struct mswitchstr struct
8653 mswitchstr *mswitches; argument
8667 struct mswitchstr *matches; in operator()
8678 = (struct mswitchstr *) alloca ((sizeof (struct mswitchstr)) * cnt); in operator()
8714 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator()