/src/usr.bin/xlint/lint1/ |
ckbool.c | 54 is_int_constant_zero(const tnode_t *tn, tspec_t t) function in typeref:typename:bool 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))
|
ckbool.c | 54 is_int_constant_zero(const tnode_t *tn, tspec_t t) function in typeref:typename:bool 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))
|
ckbool.c | 54 is_int_constant_zero(const tnode_t *tn, tspec_t t) function in typeref:typename:bool 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 | 3261 is_int_constant_zero(const tnode_t *tn) function in typeref:typename:bool 3276 !(is_void_cast(tn) && is_int_constant_zero(tn->u.ops.left))) {
|
tree.c | 3261 is_int_constant_zero(const tnode_t *tn) function in typeref:typename:bool 3276 !(is_void_cast(tn) && is_int_constant_zero(tn->u.ops.left))) {
|
tree.c | 3261 is_int_constant_zero(const tnode_t *tn) function in typeref:typename:bool 3276 !(is_void_cast(tn) && is_int_constant_zero(tn->u.ops.left))) {
|