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

/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h103 _S_whichbit(size_t __pos ) function in struct:_Base_bitset
108 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); }
309 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev);
358 _S_whichbit(size_t __pos ) function in struct:_Base_bitset
363 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); }
481 _S_whichbit(size_t __pos ) function in struct:_Base_bitset
486 { return (static_cast<_WordT>(1)) << _S_whichbit(__pos); }
687 _M_bpos = _Base::_S_whichbit(__pos);

Completed in 109 milliseconds