Home
last modified time | relevance | path

Searched refs:ctor_vtbl_p (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dclass.c96 int ctor_vtbl_p; member
6556 int ctor_vtbl_p = TYPE_BINFO (t) != binfo; in dump_vtable() local
6559 ctor_vtbl_p ? "Construction vtable" : "Vtable", in dump_vtable()
6561 if (ctor_vtbl_p) in dump_vtable()
7010 int ctor_vtbl_p = !SAME_BINFO_TYPE_P (BINFO_TYPE (rtti_binfo), t); in accumulate_vtbl_inits() local
7020 if (ctor_vtbl_p in accumulate_vtbl_inits()
7060 int ctor_vtbl_p = !SAME_BINFO_TYPE_P (BINFO_TYPE (rtti_binfo), t); in dfs_accumulate_vtbl_inits() local
7062 if (ctor_vtbl_p in dfs_accumulate_vtbl_inits()
7143 if (ctor_vtbl_p) in dfs_accumulate_vtbl_inits()
7203 vid.ctor_vtbl_p = !SAME_BINFO_TYPE_P (BINFO_TYPE (rtti_binfo), t); in build_vtbl_initializer()
[all …]
DChangeLog-20001952 and add ctor_vtbl_p.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c89 int ctor_vtbl_p; member
7078 int ctor_vtbl_p = TYPE_BINFO (t) != binfo; local
7081 ctor_vtbl_p ? "Construction vtable" : "Vtable",
7083 if (ctor_vtbl_p)
7602 int ctor_vtbl_p = !same_type_p (BINFO_TYPE (rtti_binfo), t); local
7614 if (ctor_vtbl_p
7657 int ctor_vtbl_p = !same_type_p (BINFO_TYPE (rtti_binfo), t); local
7659 if (ctor_vtbl_p
7737 if (ctor_vtbl_p)
7794 vid.ctor_vtbl_p = !same_type_p (BINFO_TYPE (rtti_binfo), t);
[all …]
DChangeLog11824 and add ctor_vtbl_p.