Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
Dprofiler_node.h57 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack() local
58 __stack_t __stack = new __stack_npt(__depth); in __get_stack()
60 __depth * sizeof(__object_t)); in __get_stack()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
Dprofiler_node.h58 int __depth = backtrace(&__buffer[0], __max_depth); in __get_stack() local
60 __buffer.begin() + __depth); in __get_stack()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dropeimpl.h499 size_t __depth = __result->_M_depth; in _GLIBCXX_VISIBILITY() local
501 if (__depth > 20 in _GLIBCXX_VISIBILITY()
503 || __depth > size_t(__detail::_S_max_rope_depth))) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dropeimpl.h498 size_t __depth = __result->_M_depth; in _GLIBCXX_VISIBILITY() local
500 if (__depth > 20 in _GLIBCXX_VISIBILITY()
502 || __depth > size_t(__detail::_S_max_rope_depth))) in _GLIBCXX_VISIBILITY()