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

  /src/usr.bin/xlint/lint1/
ckbool.c 54 is_int_constant_zero(const tnode_t *tn, tspec_t t) function
71 (is_int_constant_zero(ln, lt) || is_int_constant_zero(rn, rt)))
195 || (is_do_while && is_int_constant_zero(tn, tn->tn_type->t_tspec))
tree.c 3424 is_int_constant_zero(const tnode_t *tn) function
3439 !(is_void_cast(tn) && is_int_constant_zero(tn->u.ops.left))) {

Completed in 18 milliseconds