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 669 constant_is_nonzero(const tnode_t *tn) function in typeref:typename:bool
func.c 583 set_reached(constant_is_nonzero(tn));
760 cstmt->c_maybe_endless = constant_is_nonzero(tn);
tree.c 1858 bool l = constant_is_nonzero(tn->u.ops.left);
1859 bool r = is_binary(tn) && constant_is_nonzero(tn->u.ops.right);

Completed in 16 milliseconds