Home
last modified time | relevance | path

Searched defs:s_alloc (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp75 static entry_allocator s_alloc; member in __gnu_pbds::detail::cond_dealtor
80 cond_dealtor<Entry, _Alloc>::s_alloc; member in __gnu_pbds::detail::cond_dealtor<Entry, _Alloc>
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp75 static entry_allocator s_alloc; member in __gnu_pbds::detail::cond_dealtor
80 cond_dealtor<Entry, _Alloc>::s_alloc; member in __gnu_pbds::detail::cond_dealtor<Entry, _Alloc>
/dflybsd-src/contrib/gmp/scanf/
H A Ddoscan.c220 size_t s_upto, s_alloc, hexexp; in gmpscan() local