Searched refs:t_binfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/cp/
H A Dsearch.c196 tree t_binfo;
209 t_binfo = t;
215 t_binfo = TYPE_BINFO (t);
220 if (t_binfo)
231 dfs_walk_once (t_binfo, dfs_lookup_base, NULL, &data);
236 else if (binfo == t_binfo)
194 tree t_binfo; local

Completed in 48 milliseconds