Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dclass.c193 static tree binfo_ctor_vtable (tree);
6732 binfo_ctor_vtable (tree binfo) in binfo_ctor_vtable() function
6799 init = binfo_ctor_vtable (binfo); in build_vtt_inits()
6899 data->inits = tree_cons (NULL_TREE, binfo_ctor_vtable (binfo), data->inits); in dfs_build_secondary_vptr_vtt_inits()
DChangeLog-20011538 * class.c: Add prototype for binfo_ctor_vtable.
1648 (binfo_ctor_vtable): New fn.
DChangeLog-20044088 * class.c (binfo_ctor_vtable): Check TREE_BINFO.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c195 static tree binfo_ctor_vtable PARAMS ((tree));
7281 binfo_ctor_vtable (binfo) in binfo_ctor_vtable() function
7336 init = binfo_ctor_vtable (binfo);
7473 init = binfo_ctor_vtable (binfo);
DChangeLog7515 * class.c: Add prototype for binfo_ctor_vtable.
7625 (binfo_ctor_vtable): New fn.