Home
last modified time | relevance | path

Searched refs:incorrect_constness (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dconcepts_common.h38 incorrect_constness, enumerator
110 bool empty() requires (EnableEmpty == State::incorrect_constness) { return true; } in empty()
114 bool is_divisible() requires (EnableIsDivisible == State::incorrect_constness) { return true; } in is_divisible()
140 void operator()( Range& ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator()
156 void operator()( Index ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator()
177 …bool operator<( const ParallelForIndex& ) requires (EnableLess == State::incorrect_constness) { re…
187 …ParallelForIndex operator+( std::size_t ) requires (EnablePlus == State::incorrect_constness) { re…
215 … void operator()( const T& ) requires (EnableFunctionCallOperator == State::incorrect_constness) {} in operator()
429 std::size_t hash( const Key& ) requires (EnableHash == State::incorrect_constness) { return 0; } in hash()
434 …bool equal( const Key&, const Key& ) requires (EnableEqual == State::incorrect_constness) { return… in equal()
[all …]