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

  /src/usr.bin/xlint/lint1/
lint1.h 663 is_nonzero_val(const val_t *val) function
675 return is_nonzero_val(&tn->u.value);
681 return tn != NULL && tn->tn_op == CON && !is_nonzero_val(&tn->u.value);
687 return tn != NULL && tn->tn_op == CON && is_nonzero_val(&tn->u.value);
tree.c 2203 is_nonzero_val(&ln->u.ops.right->u.value)
2210 is_nonzero_val(&rn->u.ops.right->u.value)
4315 nv->u.integer = is_nonzero_val(ov) ? 1 : 0;

Completed in 18 milliseconds