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

  /src/usr.bin/xlint/lint1/
tree.c 1606 is_null_pointer(const tnode_t *tn) function
1675 } else if (lt == PTR && is_null_pointer(rn))
1677 else if (rt == PTR && is_null_pointer(ln))
1804 && !is_null_pointer(rn))
2749 if (lt == PTR && is_null_pointer(rn))
2751 if (rt == PTR && is_null_pointer(ln))
2895 if (lt == PTR && is_null_pointer(rn))
2897 if (rt == PTR && is_null_pointer(ln))
3259 if (lt == PTR && is_null_pointer(rn)) {
4041 if (is_null_pointer(tn))
    [all...]

Completed in 18 milliseconds