HomeSort by: relevance | last modified time | path
    Searched defs:is_nonzero_val (Results 1 - 1 of 1) 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);

Completed in 20 milliseconds