Searched refs:Ret (Results 1 - 5 of 5) sorted by relevance

/gem5/src/base/
H A Dcoroutine.hh54 * The two template parameters (Arg and Ret) are the coroutine
63 template <typename Arg, typename Ret>
75 std::is_same<Ret, void>::value, Empty, std::stack<Ret>>::type;
97 * a value (Ret != void)
99 template <typename T = Ret>
113 * return a value (Ret = void)
115 template <typename T = Ret>
162 * reference to the Coroutine<Arg,Ret>::caller_type which the
227 template <typename T = Ret>
[all...]
/gem5/src/arch/generic/
H A Dvec_reg.hh366 template <typename Ret>
367 const Ret* raw_ptr() const { return (const Ret*)container.data(); }
369 template <typename Ret>
370 Ret* raw_ptr() { return (Ret*)container.data(); }
/gem5/src/arch/hsail/insts/
H A Dmain.cc130 Ret::execute(GPUDynInstPtr gpuDynInst)
H A Ddecl.hh948 class Ret : public SpecialInstNoSrcNoDest class in namespace:HsailISA
953 Ret(const Brig::BrigInstBase *ib, const BrigObject *obj) function in class:HsailISA::Ret
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1377 template <typename Func, typename Ret = detail::initimpl::factory<Func>>
1378 Ret init(Func &&f) { return {std::forward<Func>(f)}; }
1382 template <typename CFunc, typename AFunc, typename Ret = detail::initimpl::factory<CFunc, AFunc>>
1383 Ret init(CFunc &&c, AFunc &&a) {

Completed in 23 milliseconds