HomeSort by: relevance | last modified time | path
    Searched refs:UNION_MEMBER (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lint1.h 200 UNION_MEMBER,
766 return sym->s_scl == STRUCT_MEMBER || sym->s_scl == UNION_MEMBER;
decl.c 1051 if (dsym->s_scl == UNION_MEMBER) {
1117 mem->s_scl = dcs->d_kind == DLK_STRUCT ? STRUCT_MEMBER : UNION_MEMBER;
1501 sc = dcs->d_kind == DLK_STRUCT ? STRUCT_MEMBER : UNION_MEMBER;

Completed in 64 milliseconds