Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h33 nonpositive_step, enumerator
/oneTBB/src/tbb/
H A Dexception.cpp84 …case exception_id::nonpositive_step: DO_THROW(std::invalid_argument, ("Step must be positive") ); … in throw_exception()
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp160 …xceptionClassExports( std::invalid_argument("test"), tbb::detail::exception_id::nonpositive_step ); in TestExceptionClassesExports()
/oneTBB/include/oneapi/tbb/
H A Dparallel_for.h308 throw_exception(exception_id::nonpositive_step); // throws std::invalid_argument in parallel_for_impl()
384 throw_exception(exception_id::nonpositive_step); // throws std::invalid_argument in parallel_for_impl()