Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c6696 struct mswitchstr struct
6704 static struct mswitchstr *mswitches;
6710 struct mswitchstr *matches;
6721 (struct mswitchstr *) alloca ((sizeof (struct mswitchstr)) * cnt);
6753 = (struct mswitchstr *)
6754 xmalloc (sizeof (struct mswitchstr)
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c7018 struct mswitchstr in used_arg() struct
7026 static struct mswitchstr *mswitches; in used_arg()
7032 struct mswitchstr *matches; in used_arg()
7042 matches = alloca ((sizeof (struct mswitchstr)) * cnt); in used_arg()
7077 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in used_arg()