Searched refs:is_do_while (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | ckbool.c | 187 is_typeok_bool_compares_with_zero(const tnode_t *tn, bool is_do_while) in is_typeok_bool_compares_with_zero() argument 195 || (is_do_while && is_int_constant_zero(tn, tn->tn_type->t_tspec)) in is_typeok_bool_compares_with_zero()
|
H A D | func.c | 551 check_controlling_expression(tnode_t *tn, bool is_do_while) in check_controlling_expression() argument 567 && !is_typeok_bool_compares_with_zero(tn, is_do_while)) { in check_controlling_expression()
|
H A D | tree.c | 4681 expr(tnode_t *tn, bool vctx, bool cond, bool dofreeblk, bool is_do_while, in check_expr_misc() 4691 if (dcs->d_kind != DLK_EXTERN && !is_do_while) in check_expr_misc() 4702 !(is_do_while && in check_expr_misc() 4450 expr(tnode_t * tn,bool vctx,bool cond,bool dofreeblk,bool is_do_while) expr() argument
|