Searched refs:MyClass (Results 1 - 3 of 3) sorted by relevance
/gem5/src/arch/generic/ |
H A D | vec_pred_reg.hh | 86 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 D | vec_reg.hh | 185 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 D | test_callbacks.py | 32 class MyClass: class in function:test_bound_method_callback 36 z = MyClass()
|
Completed in 5 milliseconds