Home
last modified time | relevance | path

Searched refs:__is_null_pointer (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dbasic_string.tcc53 __is_null_pointer(_Type* __ptr) in _GLIBCXX_BEGIN_NAMESPACE()
58 __is_null_pointer(_Type) in __is_null_pointer() function
145 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0)) in _S_construct()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20031110 ambiguity when calling __is_null_pointer.
1239 (__is_null_pointer): New.