Home
last modified time | relevance | path

Searched refs:constant_is_nonzero (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/xlint/lint1/
Dfunc.c583 set_reached(constant_is_nonzero(tn)); in stmt_if_expr()
765 cstmt->c_maybe_endless = constant_is_nonzero(tn); in stmt_do_while_expr()
Dlint1.h664 constant_is_nonzero(const tnode_t *tn) in constant_is_nonzero() function
Dtree.c1816 bool l = constant_is_nonzero(tn->u.ops.left); in fold_constant_compare_zero()
1817 bool r = is_binary(tn) && constant_is_nonzero(tn->u.ops.right); in fold_constant_compare_zero()