Home
last modified time | relevance | path

Searched refs:_S_is_null_pointer (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dvstring_util.h101 _S_is_null_pointer(_Type* __ptr) in _S_is_null_pointer() function
106 _S_is_null_pointer(_Type) in _S_is_null_pointer() function
H A Dsso_string_base.h408 if (__builtin_expect(_S_is_null_pointer(__beg) && __beg != __end, 0)) in _M_construct()
H A Drc_string_base.h548 if (__builtin_expect(_S_is_null_pointer(__beg) && __beg != __end, 0)) in _S_construct()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2005904 __vstring_utility as static _S_is_null_pointer.