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

  /src/usr.bin/xlint/lint1/
decl.c 112 lint_assert((int)t < (int)STRUCT);
320 lint_assert(dcs->d_type == NULL);
321 lint_assert(dcs->d_abstract_type == NO_TSPEC);
322 lint_assert(dcs->d_sign_mod == NO_TSPEC);
323 lint_assert(dcs->d_rank_mod == NO_TSPEC);
553 lint_assert(dcs != NULL);
603 lint_assert(false);
705 lint_assert(t == NO_TSPEC);
706 lint_assert(s == NO_TSPEC);
707 lint_assert(l == NO_TSPEC)
    [all...]
init.c 185 lint_assert(is_struct_or_union(tp->t_tspec));
294 lint_assert(dr->dr_member != NULL);
303 lint_assert(
321 lint_assert(dr->dr_subscript == 0);
327 lint_assert(dr->dr_member == NULL);
330 lint_assert(dr->dr_member == NULL);
331 lint_assert(dr->dr_subscript == 0);
361 lint_assert(dn->dn_len > 0);
454 lint_assert(bl->bl_type != NULL);
494 lint_assert(dr->dr_member != NULL)
    [all...]
tree.c 137 lint_assert(p1->tt_rank_kind == p2->tt_rank_kind);
138 lint_assert(p1->tt_rank_value > 0);
139 lint_assert(p2->tt_rank_value > 0);
146 lint_assert(is_integer(tp->t_tspec));
479 lint_assert(is_integer(tp->t_tspec));
514 lint_assert(is_integer(tn->tn_type->t_tspec));
652 lint_assert(ln->tn_type->t_tspec == PTR);
797 lint_assert(sym->s_kind == SK_VCFT || sym->s_kind == SK_MEMBER);
1153 lint_assert(false);
1248 lint_assert(false)
    [all...]
lint1.h 579 #define lint_assert(cond) \ macro
671 lint_assert(tn->tn_op == CON);
672 lint_assert(tn->tn_type->t_tspec == tn->u.value.v_tspec);
710 lint_assert(i < 64);
723 lint_assert(bitsize > 0);
debug.c 111 lint_assert(debug_indentation > 0);
235 lint_assert(tn->tn_type->t_tspec == BOOL);
265 lint_assert(has_operands(tn));
266 lint_assert(tn->u.ops.left != NULL);
270 lint_assert(is_binary(tn) == (tn->u.ops.right != NULL));
570 lint_assert(t == BOOL);
func.c 212 lint_assert(sym->s_block_level == 1);
256 lint_assert(param->s_name == unnamed);
260 lint_assert(param->s_name != unnamed);
371 lint_assert(dcs->d_enclosing == NULL);
372 lint_assert(dcs->d_kind == DLK_EXTERN);
402 lint_assert(case_expr->tn_op == CON);
488 lint_assert(cs->c_switch_type != NULL);
664 lint_assert(cstmt->c_switch_type != NULL);
672 lint_assert(cstmt->c_switch_type->u.enumer != NULL);
emit1.c 106 lint_assert(tt[ts] != '?' && ss[ts] != '?');
206 lint_assert(def == DECL);
lex.c 341 lint_assert(level != -1);
485 lint_assert(block_level >= sym->s_block_level);
588 lint_assert(eptr == cp + len);
656 lint_assert(eptr == cp + len);
1155 lint_assert(pp_line.len == 0);
1463 lint_assert(sym->s_kind == sym_kind);
1482 lint_assert(dl->d_kind == DLK_AUTO);
1592 lint_assert(sym->s_block_level >= next->s_block_level);
1616 lint_assert(sym->s_block_level <= block_level);
cgram.y 814 lint_assert($2 != NULL);
1520 lint_assert(t == INT || t == UINT);
2674 lint_assert(yychar < 0);

Completed in 20 milliseconds