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

  /src/usr.bin/xlint/lint1/
lint1.h 671 constant_is_nonzero(const tnode_t *tn) function
func.c 584 set_reached(constant_is_nonzero(tn));
761 cstmt->c_maybe_endless = constant_is_nonzero(tn);
tree.c 1922 bool l = constant_is_nonzero(tn->u.ops.left);
1923 bool r = is_binary(tn) && constant_is_nonzero(tn->u.ops.right);

Completed in 44 milliseconds