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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c3228 tree orig_binfo;
3232 orig_binfo = BINFO_BASE_BINFO (TYPE_BINFO (type), i);
3235 BINFO_OFFSET (orig_binfo));
7040 tree orig_binfo,
7049 gcc_assert (SAME_BINFO_TYPE_P (BINFO_TYPE (binfo), BINFO_TYPE (orig_binfo)));
7059 && !binfo_via_virtual (orig_binfo, BINFO_TYPE (rtti_binfo)))
7065 dfs_accumulate_vtbl_inits (binfo, orig_binfo,
7079 BINFO_BASE_BINFO (orig_binfo, i),
7090 tree orig_binfo,
7100 && BINFO_VIRTUAL_P (orig_binfo)
3224 tree orig_binfo; local
7031 accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree t, tree inits) argument
7081 dfs_accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree t, tree l) argument
7212 build_vtbl_initializer(tree binfo, tree orig_binfo, tree t, tree rtti_binfo, int* non_fn_entries_p) argument
[all...]

Completed in 52 milliseconds