Lines Matching refs:referenced
52 /* whether type is referenced from any other type */
53 __u8 referenced: 1;
182 /* eagerly determine referenced types for anon enums */
268 * Mark all types that are referenced from any other type. This is used to
275 * without knowning whether given enum type was referenced from other type:
276 * top-level anonymous enum won't be referenced by anything, while embedded
302 d->type_states[t->type].referenced = 1;
308 d->type_states[a->index_type].referenced = 1;
309 d->type_states[a->type].referenced = 1;
317 d->type_states[m->type].referenced = 1;
324 d->type_states[p->type].referenced = 1;
331 d->type_states[v->type].referenced = 1;
422 * weak link, unless subsequent referenced STRUCT/UNION/ENUM is anonymous. But
510 * non-anonymous or non-referenced enums are top-level
514 if (t->name_off != 0 || !tstate->referenced) {
749 * make sure that all types, referenced from struct/union