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

/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c153 to a base COMPONENT_REF; if we only have a pointer to the base subobject,
170 data member and each base-class subobject is zero-initialized.
378 /* Discard any access checking during subobject initialization;
886 will be the subobject (a FIELD_DECL or BINFO) to initialize. The
910 track of the next subobject which can be explicitly initialized
918 tree subobject; local
921 subobject = TREE_PURPOSE (init);
929 if (TREE_PURPOSE (subobject_init) == subobject)
943 if (TREE_CODE (subobject) == FIELD_DECL)
944 warning (OPT_Wreorder, " %q+#D", subobject);
966 subobject); local
970 subobject); local
1118 tree subobject = TREE_PURPOSE (mem_inits); local
[all...]

Completed in 57 milliseconds