Home
last modified time | relevance | path

Searched refs:__not_found (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/std/
Dstd_bitset.h207 _M_do_find_first(size_t __not_found) const;
211 _M_do_find_next(size_t __prev, size_t __not_found) const;
280 _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const in _M_do_find_first() argument
290 return __not_found; in _M_do_find_first()
295 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev, size_t __not_found) const in _M_do_find_next() argument
302 return __not_found; in _M_do_find_next()
325 return __not_found; in _M_do_find_next()
430 _M_do_find_first(size_t __not_found) const
435 return __not_found;
440 _M_do_find_next(size_t __prev, size_t __not_found) const
[all …]
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDtuple1047 static constexpr size_t __not_found = -1;
1048 static constexpr size_t __ambiguous = __not_found - 1;
1053 (__res == __not_found ? __curr_i : __ambiguous);
1059 return __i == _Nx ? __not_found :
1067 static_assert(value != __not_found, "type not found in type list" );
HDvariant320 size_t __result = __not_found;
323 if (__result != __not_found) {
337 struct __find_unambiguous_index_sfinae_impl<__not_found> {};