Home | History | Annotate | Download | only in compiler

Lines Matching refs:Fn

95   template <typename Ci, typename Fn>
96 void Run(const Ci& ci, const Fn& fn) {
99 CHECK_EQ(fn(*i), this->Call(*i));
103 template <typename Ci, typename Cj, typename Fn>
104 void Run(const Ci& ci, const Cj& cj, const Fn& fn) {
109 CHECK_EQ(fn(*i, *j), this->Call(*i, *j));
158 template <typename Ci, typename Cj, typename Fn>
159 void Run(const Ci& ci, const Cj& cj, const Fn& fn) {
164 CHECK_EQ(fn(*i, *j), this->call(*i, *j));