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 184 UNION_MEMBER,
747 return sym->s_scl == STRUCT_MEMBER || sym->s_scl == UNION_MEMBER;
decl.c 1055 if (dsym->s_scl == UNION_MEMBER) {
1121 mem->s_scl = dcs->d_kind == DLK_STRUCT ? STRUCT_MEMBER : UNION_MEMBER;
1503 sc = dcs->d_kind == DLK_STRUCT ? STRUCT_MEMBER : UNION_MEMBER;

Completed in 34 milliseconds