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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c76 unless ctor_vtbl_p is true. */
96 int ctor_vtbl_p; member in struct:vtbl_init_data_s
6593 int ctor_vtbl_p = TYPE_BINFO (t) != binfo;
6596 ctor_vtbl_p ? "Construction vtable" : "Vtable",
6598 if (ctor_vtbl_p)
7047 int ctor_vtbl_p = !SAME_BINFO_TYPE_P (BINFO_TYPE (rtti_binfo), t);
7057 if (ctor_vtbl_p
7097 int ctor_vtbl_p = !SAME_BINFO_TYPE_P (BINFO_TYPE (rtti_binfo), t);
7099 if (ctor_vtbl_p
7180 if (ctor_vtbl_p)
6585 int ctor_vtbl_p = TYPE_BINFO (t) != binfo; local
7039 int ctor_vtbl_p = !SAME_BINFO_TYPE_P (BINFO_TYPE (rtti_binfo), t); local
7089 int ctor_vtbl_p = !SAME_BINFO_TYPE_P (BINFO_TYPE (rtti_binfo), t); local
[all...]

Completed in 102 milliseconds