Lines Matching refs:designator
85 * nested brace level, for the sub-object pointed to by the designator of the
281 designator_type(const designator *dr, const type_t *tp)
290 error(249, "designator '[...]' is only for arrays");
300 "designator '.member' is only for struct/union");
309 error(249, "scalar type cannot use designator");
317 designator_debug(const designator *dr)
357 static designator *
376 designator *dr = &dn->dn_items[dn->dn_len++];
407 * sub-object by following each designator in the list.
481 designator *dr = designation_last(dn);
756 error(249, "designator '.member' is only for struct/union");
759 error(249, "scalar type cannot use designator");
788 error(249, "designator '[...]' is only for arrays");