Lines Matching full:subobject
147 /// InitListChecker itself performs a recursive walk of the subobject
159 /// list. Once we have completed our recursive walk of the subobject
165 /// subobject and then continue the initialization from that
167 /// designated subobject and manages backing out the recursion to
544 // Build a structured initializer list corresponding to this subobject.
552 // Check the element types and build the structural subobject.
1194 // If we're not the subobject that matches up with the '{' for
1354 // If we're not the subobject that matches up with the '{' for
1474 /// refers to the field within the appropriate subobject.
1498 // designators, so we have a full subobject path down to where the
1559 /// (C99 6.7.8). The actual subobject that this designator refers to
1560 /// within the current subobject is returned in either
1585 /// describes all of the subobject initializers in the order they'll
1631 // current subobject.
1790 // for a subobject corresponding to this field.
1872 // subobject.
1877 // the rest of this struct/class/union subobject.
1892 // Check the remaining fields within this class/struct/union subobject.
1980 // for a subobject corresponding to this array element.
1986 // Repeatedly perform subobject initializations in the range
2015 // the rest of this array subobject.
2026 // Check the remaining elements within this array subobject.
2034 // Get the structured initializer list for a subobject of type
2057 // subobject, e.g., by a compound literal:
2064 // subobject [0], overwriting previous initializers.
5552 /// Somewhere within T there is an uninitialized reference subobject.
5605 // Dig out the reference subobject which is uninitialized and diagnose it.