Lines Matching defs:repr
101 std::array<std::uintptr_t, 3> repr;
151 std::array<std::uintptr_t, 2> repr;
210 std::array<std::uintptr_t, 2> repr;
363 std::array<std::uintptr_t, 3> repr;
843 Vec<T>::Vec(Vec &&other) noexcept : repr(other.repr) {
855 this->repr = other.repr;
997 swap(this->repr, rhs.repr);
1002 Vec<T>::Vec(unsafe_bitcopy_t, const Vec &bits) noexcept : repr(bits.repr) {}