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

  /src/usr.bin/xlint/lint1/
tree.c 1542 is_null_pointer(const tnode_t *tn) function in typeref:typename:bool
1611 } else if (lt == PTR && is_null_pointer(rn))
1613 else if (rt == PTR && is_null_pointer(ln))
1740 && !is_null_pointer(rn))
2685 if (lt == PTR && is_null_pointer(rn))
2687 if (rt == PTR && is_null_pointer(ln))
2831 if (lt == PTR && is_null_pointer(rn))
2833 if (rt == PTR && is_null_pointer(ln))
3195 if (lt == PTR && is_null_pointer(rn)) {
3979 if (is_null_pointer(tn))
    [all...]
tree.c 1542 is_null_pointer(const tnode_t *tn) function in typeref:typename:bool
1611 } else if (lt == PTR && is_null_pointer(rn))
1613 else if (rt == PTR && is_null_pointer(ln))
1740 && !is_null_pointer(rn))
2685 if (lt == PTR && is_null_pointer(rn))
2687 if (rt == PTR && is_null_pointer(ln))
2831 if (lt == PTR && is_null_pointer(rn))
2833 if (rt == PTR && is_null_pointer(ln))
3195 if (lt == PTR && is_null_pointer(rn)) {
3979 if (is_null_pointer(tn))
    [all...]

Completed in 26 milliseconds