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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c169 tree t_binfo;
190 t_binfo = t;
199 t_binfo = TYPE_BINFO (t);
206 if (t_binfo && CLASS_TYPE_P (base) && COMPLETE_OR_OPEN_TYPE_P (base))
217 dfs_walk_once (t_binfo, dfs_lookup_base, NULL, &data);
222 else if (binfo == t_binfo)
168 tree t_binfo; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc204 tree t_binfo;
225 t_binfo = t;
234 t_binfo = TYPE_BINFO (t);
241 if (t_binfo && CLASS_TYPE_P (base) && COMPLETE_OR_OPEN_TYPE_P (base))
252 dfs_walk_once (t_binfo, dfs_lookup_base, NULL, &data);
257 else if (binfo == t_binfo)
203 tree t_binfo; local

Completed in 304 milliseconds