Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_node.h58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack() local
60 __buffer.begin() + __depth); in __get_stack()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmutex633 __lock_impl(int& __i, int __depth, _L0& __l0, _L1&... __l1)
635 while (__i >= __depth)
637 if (__i == __depth)
654 __i = (__depth + __failed) % __n;
657 __detail::__lock_impl(__i, __depth + 1, __l1..., __l0);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h496 size_t __depth = __result->_M_depth; in _GLIBCXX_VISIBILITY() local
498 if (__depth > 20 in _GLIBCXX_VISIBILITY()
500 || __depth > size_t(__detail::_S_max_rope_depth))) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h496 size_t __depth = __result->_M_depth; in _GLIBCXX_VISIBILITY() local
498 if (__depth > 20 in _GLIBCXX_VISIBILITY()
500 || __depth > size_t(__detail::_S_max_rope_depth))) in _GLIBCXX_VISIBILITY()