Searched refs:make_function_from_source (Results 1 – 4 of 4) sorted by relevance
56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl()
253 make_function_from_source(const std::string &name, const std::string &source) in make_function_from_source() function419 return make_function_from_source<Signature>(name, s.str()); in make_function_impl()
332 return make_function_from_source<R(A1)>("lambda", source.str()); in operator function<R(A1)>()351 return make_function_from_source<R(A1, A2)>("lambda", source.str()); in operator function<R(A1, A2)>()
53 boost::compute::make_function_from_source<int (int)>(