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

  /src/usr.bin/xlint/lint1/
init.c 176 && !is_struct_or_union(m->s_type->t_tspec))
185 lint_assert(is_struct_or_union(tp->t_tspec));
393 if (is_struct_or_union(tp->t_tspec)) {
589 if (is_struct_or_union(ltp->t_tspec) || ltp->t_tspec == ARRAY) {
687 if (is_struct_or_union(tp->t_tspec) && tp->u.sou->sou_incomplete) {
701 if (is_struct_or_union(tp->t_tspec) &&
762 if (is_struct_or_union(tp->t_tspec))
emit1.c 120 } else if (is_struct_or_union(ts)) {
tree.c 1594 else if (is_struct_or_union(lt)) {
1595 lint_assert(is_struct_or_union(rt));
2247 if (is_struct_or_union(mem->s_type->t_tspec)
2293 if (op == POINT && is_struct_or_union(tn->tn_type->t_tspec))
2296 && is_struct_or_union(tn->tn_type->t_subt->t_tspec))
2422 if (is_struct_or_union(lt))
2701 if (is_struct_or_union(lt) && is_struct_or_union(rt)) {
2865 lint_assert(is_struct_or_union(tp->t_tspec));
2872 if (is_struct_or_union(mtp->t_tspec) &
    [all...]
decl.c 178 if (is_struct_or_union(t))
419 if (is_struct_or_union(t) && tp->u.sou->sou_first_typedef == NULL)
449 if (!is_struct_or_union(tp->t_tspec)) {
478 if (dcs->d_type != NULL && is_struct_or_union(dcs->d_type->t_tspec))
824 if (is_struct_or_union(tp->t_tspec)) {
861 if (is_struct_or_union(t))
1738 if (is_struct_or_union(mem->s_type->t_tspec)
2290 if (is_struct_or_union(t))
lint1.h 739 is_struct_or_union(tspec_t t) function in typeref:typename:bool
debug.c 160 if (is_struct_or_union(tp->t_tspec)) {
cgram.y 1271 if (is_struct_or_union(dcs->d_type->t_tspec))
  /src/usr.bin/xlint/common/
tyname.c 272 if (is_struct_or_union(t) && tp->u.sou->sou_incomplete)

Completed in 19 milliseconds