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

  /src/usr.bin/xlint/lint1/
tree.c 1698 is_null_pointer(const tnode_t *tn) function
1767 } else if (lt == PTR && is_null_pointer(rn))
1769 else if (rt == PTR && is_null_pointer(ln))
1896 && !is_null_pointer(rn))
2848 if (lt == PTR && is_null_pointer(rn))
2850 if (rt == PTR && is_null_pointer(ln))
2994 if (lt == PTR && is_null_pointer(rn))
2996 if (rt == PTR && is_null_pointer(ln))
3358 if (lt == PTR && is_null_pointer(rn)) {
4141 if (is_null_pointer(tn))
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_pair.h 471 typename = __enable_if_t<is_null_pointer<_Tp>::value>>
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_pair.h 812 typename = __enable_if_t<is_null_pointer<_Tp>::value>>

Completed in 15 milliseconds