Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dgcc.c7108 struct mswitchstr in used_arg() struct
7116 static struct mswitchstr *mswitches; in used_arg()
7122 struct mswitchstr *matches; in used_arg()
7132 matches = alloca ((sizeof (struct mswitchstr)) * cnt); in used_arg()
7167 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in used_arg()