Lines Matching defs:std
26 static constexpr size_t MakeMask(const std::array<T, N> &indexes)
52 * Previously, Regmask class just inherited std::bitset, but std::bitset has poor constexpr support, that was the main
54 * Regmask has interface, similar to std::bitset.
230 void Dump(std::ostream &out = std::cerr) const
240 // The following methods are for compatibility with `std::bitset`, since we used `std::bitset` before.
295 inline std::ostream &operator<<(std::ostream &stream, const RegMask &mask)