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 688 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 2014 bool l = constant_is_nonzero(tn->u.ops.left);
2015 bool r = is_binary(tn) && constant_is_nonzero(tn->u.ops.right);

Completed in 93 milliseconds