Lines Matching refs:m_source
243 m_source << x; \
250 m_source << "(" << type_name<type>() << ")"; \
251 m_source << "("; \
256 m_source << ","; \
259 m_source << ")"; \
305 m_source.str(other.m_source.str()); in meta_kernel()
312 m_source.str(other.m_source.str()); in operator =()
352 << "{\n" << m_source.str() << "\n}\n"; in source()
509 return tmp.m_source.str(); in decl()
550 m_source << std::showpoint << x << 'f';
627 m_source << ch; in operator <<()
633 m_source << string; in operator <<()
639 m_source << string; in operator <<()
798 return tmp.m_source.str(); in expr_to_string()
954 std::stringstream m_source; member in boost::compute::detail::meta_kernel