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

/freebsd-11.0-release/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h898 size_t* __puse_count = local
903 ++(*__puse_count);
928 size_t* __puse_count = reinterpret_cast<size_t*> local
933 ++(*__puse_count);
996 size_t* __puse_count = reinterpret_cast<size_t*> local
1000 _GLIBCXX_DEBUG_ASSERT(*__puse_count != 0);
1002 --(*__puse_count);
1004 if (__builtin_expect(*__puse_count == 0, false))
1010 this->_M_insert(__puse_count);

Completed in 102 milliseconds