Lines Matching defs:operator
46 struct CopyAssignable { CopyAssignable& operator=( const CopyAssignable& ) = default; }; member
47 struct NonCopyAssignable { NonCopyAssignable& operator=( const NonCopyAssignable& ) = delete; }; member
59 … BlockedRangeValue& operator=( const BlockedRangeValue& ) requires EnableCopyAssignment = default; member
139 void operator()( Range& ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function
140 void operator()( Range& ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator() function
141 …void operator()( Dummy ) const requires (EnableFunctionCallOperator == State::incorrect_first_inpu… in operator() function
155 void operator()( Index ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function
156 void operator()( Index ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator() function
157 …void operator()( Dummy ) const requires (EnableFunctionCallOperator == State::incorrect_first_inpu… in operator() function
171 ParallelForIndex& operator=( const ParallelForIndex& ) requires EnableCopyAssign = default; member
214 void operator()( const T& ) const requires (EnableFunctionCallOperator == State::correct) {} in operator() function
215 … void operator()( const T& ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator() function
216 …void operator()( Dummy ) const requires (EnableFunctionCallOperator == State::incorrect_first_inpu… in operator() function
221 …void operator()( const T&, tbb::feeder<FeederT>& ) const requires (EnableFunctionCallOperator == S… in operator() function
222 …void operator()( const T&, tbb::feeder<FeederT>& ) requires (EnableFunctionCallOperator == State::… in operator() function
223 …void operator()( Dummy, tbb::feeder<FeederT>& ) const requires (EnableFunctionCallOperator == Stat… in operator() function
224 …void operator()( const T&, Dummy ) const requires (EnableFunctionCallOperator == State::incorrect_… in operator() function
243 ParallelSortValue& operator=(ParallelSortValue&&) requires MoveAssignableV = default; member
294 void operator()( const Range& ) requires (EnableFunctionCallOperator == State::correct) {} in operator() function
295 … void operator()( Dummy ) requires (EnableFunctionCallOperator == State::incorrect_first_input) {} in operator() function
313 …int operator()( const Range&, const int& ) const requires (EnableFunctionCallOperator == State::co… in operator() function
314 …int operator()( const Range&, const int& ) requires (EnableFunctionCallOperator == State::incorrec… in operator() function
315 …int operator()( Dummy, const int& ) const requires (EnableFunctionCallOperator == State::incorrect… in operator() function
316 …int operator()( const Range&, Dummy ) const requires (EnableFunctionCallOperator == State::incorre… in operator() function
317 …Dummy operator()( const Range&, const int& ) const requires (EnableFunctionCallOperator == State::… in operator() function
331 …T operator()( const T& a, const T& ) const requires (EnableFunctionCallOperator == State::correct)… in operator() function
332 …T operator()( const T& a, const T& ) requires (EnableFunctionCallOperator == State::incorrect_cons… in operator() function
333 …T operator()( Dummy, const T& a ) const requires (EnableFunctionCallOperator == State::incorrect_f… in operator() function
334 …T operator()( const T& a, Dummy ) const requires (EnableFunctionCallOperator == State::incorrect_s… in operator() function
335 …Dummy operator()( const T&, const T& ) const requires (EnableFunctionCallOperator == State::incorr… in operator() function
357 …void operator()( const Range&, tbb::pre_scan_tag ) requires (EnablePreScanRoundBrackets == State::… in operator() function
358 …void operator()( Dummy, tbb::pre_scan_tag ) requires (EnablePreScanRoundBrackets == State::incorre… in operator() function
359 …void operator()( const Range&, Dummy ) requires (EnablePreScanRoundBrackets == State::incorrect_se… in operator() function
361 …void operator()( const Range&, tbb::final_scan_tag ) requires (EnableFinalScanRoundBrackets == Sta… in operator() function
362 …void operator()( Dummy, tbb::final_scan_tag ) requires (EnableFinalScanRoundBrackets == State::inc… in operator() function
363 …void operator()( const Range&, Dummy ) requires (EnableFinalScanRoundBrackets == State::incorrect_… in operator() function
383 …T operator()( const Range&, const T& a, bool ) const requires (EnableFunctionCallOperator == State… in operator() function
384 …T operator()( const Range&, const T& a, bool ) requires (EnableFunctionCallOperator == State::inco… in operator() function
385 …T operator()( Dummy, const T& a, bool ) const requires (EnableFunctionCallOperator == State::incor… in operator() function
386 …T operator()( const Range&, Dummy, bool ) const requires (EnableFunctionCallOperator == State::inc… in operator() function
387 …T operator()( const Range&, const T& a, Dummy ) const requires (EnableFunctionCallOperator == Stat… in operator() function
388 …Dummy operator()( const Range&, const T& a, bool ) const requires (EnableFunctionCallOperator == S… in operator() function
406 …bool operator()( const T&, const T& ) const requires (EnableFunctionCallOperator == State::correct… in operator() function
407 …bool operator()( Dummy, const T& ) const requires (EnableFunctionCallOperator == State::incorrect_… in operator() function
408 …bool operator()( const T&, Dummy ) const requires (EnableFunctionCallOperator == State::incorrect_… in operator() function
409 …Dummy operator()( const T&, const T& ) const requires (EnableFunctionCallOperator == State::incorr… in operator() function
557 …Output operator()( tbb::flow_control& ) requires (EnableFunctionCallOperator == State::correct) { … in operator() function
558 …Output operator()( Dummy ) requires (EnableFunctionCallOperator == State::incorrect_first_input) {… in operator() function
559 …Dummy operator()( tbb::flow_control& ) requires (EnableFunctionCallOperator == State::incorrect_re… in operator() function
578 …Output operator()( const Input& ) requires (EnableFunctionCallOperator == State::correct) { return… in operator() function
579 …Output operator()( Dummy ) requires (EnableFunctionCallOperator == State::incorrect_first_input) {… in operator() function
580 …Dummy operator()( const Input& ) requires (EnableFunctionCallOperator == State::incorrect_return_t… in operator() function
599 …void operator()( const Input&, PortsType& ) requires (EnableFunctionCallOperator == State::correct… in operator() function
600 …void operator()( Dummy, PortsType& ) requires (EnableFunctionCallOperator == State::incorrect_firs… in operator() function
601 …void operator()( const Input&, Dummy ) requires (EnableFunctionCallOperator == State::incorrect_se… in operator() function
642 …Output operator()( tbb::flow::continue_msg ) requires (EnableFunctionCallOperator == State::correc… in operator() function
643 …Output operator()( Dummy ) requires (EnableFunctionCallOperator == State::incorrect_first_input) {… in operator() function
644 …Dummy operator()( tbb::flow::continue_msg ) requires (EnableFunctionCallOperator == State::incorre… in operator() function
663 …std::size_t operator()( const T& ) requires (EnableFunctionCallOperator == State::correct) { retur… in operator() function
664 …std::size_t operator()( Dummy ) requires (EnableFunctionCallOperator == State::incorrect_first_inp… in operator() function
665 …Dummy operator()( const T& ) requires (EnableFunctionCallOperator == State::incorrect_return_type)… in operator() function
684 …Key operator()( const Input& ) requires (EnableFunctionCallOperator == State::correct) { return Ke… in operator() function
685 …Key operator()( Dummy ) requires (EnableFunctionCallOperator == State::incorrect_first_input) { re… in operator() function
686 …Dummy operator()( const Input& ) requires (EnableFunctionCallOperator == State::incorrect_return_t… in operator() function