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

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_bvector.h585 const size_type __asize = _M_get_Bit_allocator().max_size(); local
586 return (__asize <= size_type(-1) / int(_S_word_bit) ?
587 __asize * int(_S_word_bit) : size_type(-1));

Completed in 173 milliseconds