Lines Matching defs:referenced
55 /* whether type is referenced from any other type */
56 __u8 referenced: 1;
215 /* eagerly determine referenced types for anon enums */
304 * Mark all types that are referenced from any other type. This is used to
311 * without knowing whether given enum type was referenced from other type:
312 * top-level anonymous enum won't be referenced by anything, while embedded
342 d->type_states[t->type].referenced = 1;
348 d->type_states[a->index_type].referenced = 1;
349 d->type_states[a->type].referenced = 1;
357 d->type_states[m->type].referenced = 1;
364 d->type_states[p->type].referenced = 1;
371 d->type_states[v->type].referenced = 1;
462 * weak link, unless subsequent referenced STRUCT/UNION/ENUM is anonymous. But
552 * non-anonymous or non-referenced enums are top-level
556 if (t->name_off != 0 || !tstate->referenced) {
795 * make sure that all types, referenced from struct/union