Searched defs:strict_lazy (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dlazy.hpp73 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
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dlazy.hpp73 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

Completed in 4 milliseconds