| /oneTBB/test/common/ |
| H A D | concepts_common.h | 62 ~BlockedRangeValue() requires EnableDtor = default; 106 ~Range() requires EnableDtor = default; 136 ~ParallelForBody() requires EnableDtor = default; 169 ParallelForIndex(int) requires EnableIntCtor {} in ParallelForIndex() 264 T* end() requires EnableEnd { return nullptr; } in end() 425 ~HashCompare() requires EnableDtor = default; 474 void release() requires (EnableSLRelease) {} in release() 554 ~InputNodeBody() requires EnableDtor = default; 596 ~PortsNodeBody() requires EnableDtor = default; 660 ~Sequencer() requires EnableDtor = default; [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_blocked_range.cpp | 91 … requires (... && (utils::well_formed_instantiation<tbb::blocked_range, Types> == ExpectSatisfies)) 95 …requires (... && (utils::well_formed_instantiation<tbb::blocked_range2d, Types, Types> == ExpectSa… 99 …requires (... && (utils::well_formed_instantiation<tbb::blocked_range2d, Types, test_concepts::Dum… 103 …requires (... && (utils::well_formed_instantiation<tbb::blocked_range2d, test_concepts::Dummy, Typ… 107 …requires (... && (utils::well_formed_instantiation<tbb::blocked_range3d, Types, Types, Types> == E… 111 …requires (... && (utils::well_formed_instantiation<tbb::blocked_range3d, test_concepts::Dummy, Typ… 115 …requires (... && (utils::well_formed_instantiation<tbb::blocked_range3d, Types, test_concepts::Dum… 119 …requires (... && (utils::well_formed_instantiation<tbb::blocked_range3d, Types, Types, test_concep… 123 concept well_formed_blocked_range_Nd_instantiation_basic = requires {
|
| H A D | test_parallel_for_each.cpp | 59 requires std::derived_from<Category, std::bidirectional_iterator_tag> in operator --() 66 requires std::derived_from<Category, std::bidirectional_iterator_tag> in operator --() 74 requires std::derived_from<Category, std::random_access_iterator_tag> in operator +=() 81 requires std::derived_from<Category, std::random_access_iterator_tag> in operator -=() 88 requires std::derived_from<Category, std::random_access_iterator_tag> in operator []() 96 requires std::derived_from<Category, std::random_access_iterator_tag> = default; 99 requires std::derived_from<Category, std::random_access_iterator_tag> in operator +() 105 requires std::derived_from<Category, std::random_access_iterator_tag> in operator +() 111 requires std::derived_from<Category, std::random_access_iterator_tag> in operator -() 214 concept can_call_parallel_for_each_with_iterator = requires( Iterator it, const Body& body, tbb::ta… [all …]
|
| H A D | test_parallel_sort.cpp | 204 concept can_call_parallel_sort_with_iterator = requires( RandomAccessIterator it ) { 209 concept can_call_parallel_sort_with_iterator_and_compare = requires( RandomAccessIterator it, const… 214 concept can_call_parallel_sort_with_cbs = requires( CBS& cbs ) { 219 concept can_call_parallel_sort_with_cbs_and_compare = requires( CBS& cbs, const Compare& compare ) {
|
| H A D | test_join_node_key_matching.cpp | 92 concept can_initialize_join_node = requires(tbb::flow::graph& g, Args... args) { 130 requires (ArgCount == CurrentIncorrectIndex + 1)
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _range_common.h | 88 … requires( const std::remove_reference_t<Value>& lhs, const std::remove_reference_t<Value>& rhs ) { 100 requires( const std::remove_reference_t<Range>& range ) { 116 concept iterator_satisfies = requires (IteratorTag tag) { 117 requires iterator_concept_helper<Iterator>(tag); 121 concept container_based_sequence = requires( Sequence& seq ) {
|
| H A D | _mutex_common.h | 33 requires( Lock& lock, Mutex& mutex ) { in requires() function 42 requires( Lock& lock, Mutex& mutex ) { in requires() function
|
| H A D | _utils.h | 304 concept boolean_testable = boolean_testable_impl<T> && requires( T&& t ) { in atomic_do_once() function 312 requires requires { in atomic_do_once()
|
| H A D | _hash_compare.h | 95 … requires( const std::remove_reference_t<HashCompare>& hc, const Key& key1, const Key& key2 ) { in requires() function
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 2226 # This tag requires that the tag HAVE_DOT is set to YES. 2236 # This tag requires that the tag HAVE_DOT is set to YES. 2243 # This tag requires that the tag HAVE_DOT is set to YES. 2250 # This tag requires that the tag HAVE_DOT is set to YES. 2258 # This tag requires that the tag HAVE_DOT is set to YES. 2267 # This tag requires that the tag HAVE_DOT is set to YES. 2274 # This tag requires that the tag HAVE_DOT is set to YES. 2282 # This tag requires that the tag HAVE_DOT is set to YES. 2295 # This tag requires that the tag HAVE_DOT is set to YES. 2303 # This tag requires that the tag HAVE_DOT is set to YES. [all …]
|
| /oneTBB/integration/linux/modulefiles/ |
| H A D | tbb32 | 17 # This modulefile requires Environment Modules 4.1 or later. 25 puts stderr "ERROR: This modulefile requires tcl $min_tcl_ver or greater."
|
| H A D | tbb | 17 # This modulefile requires Environment Modules 4.1 or later. 25 puts stderr "ERROR: This modulefile requires tcl $min_tcl_ver or greater."
|
| /oneTBB/doc/main/reference/ |
| H A D | parallel_for_each_semantics.rst | 51 …rom [forward.iterators] ISO C++ Standard section, ``tbb::parallel_for_each`` requires the execution 59 …forward.iterators] ISO C++ Standard section, ``tbb::parallel_for_each`` requires the execution of …
|
| H A D | parallel_sort_ranges_extension.rst | 62 #include <span> // requires C++20
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Which_Dynamic_Libraries_to_Use.rst | 7 The template ``scalable_allocator<T>`` requires the |full_name|
|
| H A D | parallel_for_os.rst | 67 is created. Template function ``parallel_for`` requires that the body 80 reminder of this nuance, ``parallel_for`` requires that the body
|
| H A D | Debug_Versus_Release_Libraries.rst | 42 Full support of these tools requires compiling with macro ``TBB_USE_PROFILING_TOOLS=1``.
|
| H A D | Exceptions_and_Cancellation.rst | 28 requires support for the C++ ``std::exception_ptr`` functionality. As
|
| /oneTBB/doc/main/intro/ |
| H A D | intro_os.rst | 25 |full_name| requires C++11 standard compiler support.
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_sort.h | 37 concept compare = requires( const std::remove_reference_t<Compare>& comp, typename std::iterator_tr… in requires() function 45 concept less_than_comparable = requires( const std::remove_reference_t<T>& lhs, in requires() function
|
| /oneTBB/examples/getting_started/sub_string_finder/ |
| H A D | README.md | 31 The example does not requires application parameters.
|
| /oneTBB/python/ |
| H A D | CMakeLists.txt | 26 # Python build requires path to TBB headers
|
| /oneTBB/integration/windows/oneapi/ |
| H A D | vars.bat | 28 echo :: ERROR: This script requires that the ONEAPI_ROOT env variable is set."
|
| /oneTBB/src/tbb/def/ |
| H A D | mac64-tbb.def | 17 # Sometimes macOS* requires leading underscore (e. g. in export list file), but sometimes not
|
| /oneTBB/examples/ |
| H A D | README.md | 42 …- `mac` - `OpenGL` based implementation. Also requires the `Foundation` and `Cocoa` libraries avai…
|