Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c174 static void dump_vtable (tree, tree, tree);
6546 dump_vtable (tree t, tree binfo, tree vtable) in dump_vtable() function
6679 dump_vtable (BINFO_TYPE (binfo), binfo, decl); in initialize_vtable()
6988 dump_vtable (t, binfo, vtbl); in build_ctor_vtbl_group()
H A DChangeLog-20011847 (dump_array, dump_vtable, dump_vtt): New functions.
1849 (initialize_vtable): Call dump_vtable.
1851 (build_ctor_vtbl_group): Call dump_vtable.
H A DChangeLog-20042471 (dump_class_hierarchy_r, dump_vtable): Adjust. Don't pass a binfo
4028 end_of_class, get_vfield_name, dump_class_hierarchy, dump_vtable,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c169 static void dump_vtable PARAMS ((tree, tree, tree));
7065 dump_vtable (t, binfo, vtable) in dump_vtable() function
7182 dump_vtable (BINFO_TYPE (binfo), binfo, decl);
7580 dump_vtable (t, binfo, vtbl);
H A DChangeLog7824 (dump_array, dump_vtable, dump_vtt): New functions.
7826 (initialize_vtable): Call dump_vtable.
7828 (build_ctor_vtbl_group): Call dump_vtable.