Searched refs:__puse_count (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h896 size_t* __puse_count = local
901 ++(*__puse_count);
926 size_t* __puse_count = reinterpret_cast<size_t*> local
931 ++(*__puse_count);
994 size_t* __puse_count = reinterpret_cast<size_t*> local
998 _GLIBCXX_DEBUG_ASSERT(*__puse_count != 0);
1000 --(*__puse_count);
1002 if (__builtin_expect(*__puse_count == 0, false))
1008 this->_M_insert(__puse_count);

Completed in 106 milliseconds