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

/gem5/src/arch/generic/
H A Dvec_pred_reg.hh86 using MyClass = VecPredRegT<VecElem, NumElems, Packed, Const>;
104 typename std::enable_if<Condition, MyClass&>::type
105 operator=(const MyClass& that)
159 operator<<(std::ostream& os, const MyClass& p)
247 using MyClass = VecPredRegContainer<NumBits, Packed>;
252 MyClass&
253 operator=(const MyClass& that)
262 MyClass&
338 operator<<(std::ostream& os, const MyClass& v)
H A Dvec_reg.hh185 using MyClass = VecRegT<VecElem, NumElems, Const>;
199 typename std::enable_if<Condition, MyClass&>::type
200 operator=(const MyClass& that)
241 operator<<(std::ostream& os, const MyClass& vr)
283 using MyClass = VecRegContainer<SIZE>;
300 MyClass& operator=(const MyClass& that)
309 MyClass& operator=(const Container& that)
318 MyClass& operator=(const std::vector<uint8_t>& that)
416 friend std::ostream& operator<<(std::ostream& os, const MyClass
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_callbacks.py32 class MyClass: class in function:test_bound_method_callback
36 z = MyClass()

Completed in 8 milliseconds