Home
last modified time | relevance | path

Searched refs:transparent_union (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dhas-attribute.c21 && __has_attribute(transparent_union) \
/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h181 transparent_union:1; member
H A Dparse.c1296 ctx->ctype.base_type->transparent_union = 1; in attribute_transparent_union()
H A Devaluate.c1518 if (t->type != SYM_UNION || !t->transparent_union) in compatible_transparent_union()