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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c164 data member and each base-class subobject is zero-initialized.
646 will be the subobject (a FIELD_DECL or BINFO) to initialize. The
670 track of the next subobject which can be explicitly initialized
678 tree subobject; local
681 subobject = TREE_PURPOSE (init);
689 if (TREE_PURPOSE (subobject_init) == subobject)
703 if (TREE_CODE (subobject) == FIELD_DECL)
704 warning (OPT_Wreorder, " %q+#D", subobject);
706 warning (OPT_Wreorder, " base %qT", subobject);
715 while (TREE_PURPOSE (subobject_init) != subobject)
726 subobject); local
730 subobject); local
850 tree subobject = TREE_PURPOSE (mem_inits); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c162 data member and each base-class subobject is zero-initialized.
483 will be the subobject (a FIELD_DECL or BINFO) to initialize. The
507 track of the next subobject which can be explicitly initialized
515 tree subobject; local
518 subobject = TREE_PURPOSE (init);
526 if (TREE_PURPOSE (subobject_init) == subobject)
540 if (TREE_CODE (subobject) == FIELD_DECL)
541 warning (0, " %q+#D", subobject);
543 warning (0, " base %qT", subobject);
551 while (TREE_PURPOSE (subobject_init) != subobject)
683 tree subobject = TREE_PURPOSE (mem_inits); local
[all...]

Completed in 105 milliseconds