Searched refs:strict_lazy (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/ | ||
| H A D | lazy.hpp | 73 class strict_lazy : public basic_lazy<T> { class in namespace:clover::detail 76 strict_lazy(S &&x) : x(std::forward<S>(x)) { function in class:clover::detail::strict_lazy 81 return new strict_lazy(*this); 110 lazy(T x) : obj(new detail::strict_lazy<T>(x)) { |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ | ||
| H A D | lazy.hpp | 73 class strict_lazy : public basic_lazy<T> { class in namespace:clover::detail 76 strict_lazy(S &&x) : x(std::forward<S>(x)) { function in class:clover::detail::strict_lazy 81 return new strict_lazy(*this); 110 lazy(T x) : obj(new detail::strict_lazy<T>(x)) { |
Completed in 4 milliseconds