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

  /src/usr.bin/xlint/lint1/
ckbool.c 187 is_typeok_bool_compares_with_zero(const tnode_t *tn, bool is_do_while)
195 || (is_do_while && is_int_constant_zero(tn, tn->tn_type->t_tspec))
ckbool.c 187 is_typeok_bool_compares_with_zero(const tnode_t *tn, bool is_do_while)
195 || (is_do_while && is_int_constant_zero(tn, tn->tn_type->t_tspec))
func.c 547 check_controlling_expression(tnode_t *tn, bool is_do_while)
563 && !is_typeok_bool_compares_with_zero(tn, is_do_while)) {
func.c 547 check_controlling_expression(tnode_t *tn, bool is_do_while)
563 && !is_typeok_bool_compares_with_zero(tn, is_do_while)) {
tree.c 4756 expr(tnode_t *tn, bool used, bool cond, bool free_expr, bool is_do_while,
4766 if (dcs->d_kind != DLK_EXTERN && !is_do_while)
tree.c 4756 expr(tnode_t *tn, bool used, bool cond, bool free_expr, bool is_do_while,
4766 if (dcs->d_kind != DLK_EXTERN && !is_do_while)

Completed in 34 milliseconds