Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dparallel_backend_tbb.h531 _PSTL_ASSERT(_M_execute_data != nullptr); in allocate_func_task()
576 _PSTL_ASSERT(__parent->_M_refcount.load(std::memory_order_relaxed) > 0); in make_additional_child_of()
597 _PSTL_ASSERT(_M_execute_data != nullptr); in spawn()
650 _PSTL_ASSERT(__parent != nullptr); in finalize()
651 _PSTL_ASSERT(__parent->_M_refcount.load(std::memory_order_relaxed) > 0); in finalize()
654 _PSTL_ASSERT(__next == nullptr); in finalize()
866 _PSTL_ASSERT(__nx > 0 && __ny > 0); in x_less_y()
868 _PSTL_ASSERT(_x_orig == _y_orig); in x_less_y()
869 _PSTL_ASSERT(!is_partial()); in x_less_y()
873 _PSTL_ASSERT(std::is_sorted(_M_x_beg + _M_xs, _M_x_beg + _M_xe, _M_comp)); in x_less_y()
[all …]
Dpstl_config.h34 #if !defined(_PSTL_ASSERT)
36 # define _PSTL_ASSERT(pred) (assert((pred))) macro
Dnumeric_impl.h307 _PSTL_ASSERT(__first != __last); in __brick_adjacent_difference()
336 _PSTL_ASSERT(__first != __last); in __pattern_adjacent_difference()
Dparallel_backend_utils.h60 _PSTL_ASSERT(__n > 0); in operator()
Dalgorithm_impl.h2760 _PSTL_ASSERT(__j > __i); in __pattern_includes()
2785 _PSTL_ASSERT(!__comp(*(__last1 - 1), *__b)); in __pattern_includes()
2786 _PSTL_ASSERT(!__comp(*(__j - 1), *__i)); in __pattern_includes()
2974 _PSTL_ASSERT(__m1 == 0 || __m2 == 0); in __parallel_set_union_op()