reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
407 { return _M_w; } 411 { return _M_w; } 416 { return &_M_w; } 421 { return _M_w; } 425 { return _M_w; } 429 { _M_w &= __x._M_w; } 429 { _M_w &= __x._M_w; } 433 { _M_w |= __x._M_w; } 433 { _M_w |= __x._M_w; } 437 { _M_w ^= __x._M_w; } 437 { _M_w ^= __x._M_w; } 441 { _M_w <<= __shift; } 445 { _M_w >>= __shift; } 449 { _M_w = ~_M_w; } 449 { _M_w = ~_M_w; } 453 { _M_w = ~static_cast<_WordT>(0); } 457 { _M_w = 0; } 461 { return _M_w == __x._M_w; } 461 { return _M_w == __x._M_w; } 466 { return _M_w == (~static_cast<_WordT>(0) 471 { return _M_w != 0; } 475 { return __builtin_popcountl(_M_w); } 479 { return _M_w; } 484 { return _M_w; } 490 if (_M_w != 0) 491 return __builtin_ctzl(_M_w); 505 _WordT __x = _M_w >> __prev;