Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
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()
/openbsd/src/gnu/llvm/clang/docs/
DLanguageExtensions.rst1467 ``__is_null_pointer`` is already in use by some implementations.