Searched refs:_Pfn (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/include/cilk/
H A Dreducer_ostream.h228 * @param _Pfn std::ostream to copy from
231 operator<< (std::ostream &(*_Pfn)(std::ostream &)) function in class:cilk::reducer_ostream
235 return ((*_Pfn)(v));

Completed in 41 milliseconds