Searched refs:left_child (Results 1 – 1 of 1) sorted by relevance
252 …task* left_child = m_left_is_final ? nullptr : this->create_child(m_range, *m_body, m_left, m_inco… in execute() local253 ref_count = (left_child != nullptr) + (right_child != nullptr); in execute()255 if( left_child ) { in execute()257 return left_child; in execute()