Lines Matching refs:nullptr

37     return eptr ? new (eptr) tbb_exception_ptr(std::current_exception()) : nullptr;  in allocate()
55 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in destroy()
57 if (ctx.my_context_list != nullptr) { in destroy()
58 …ERT(ctx.my_state.load(std::memory_order_relaxed) == d1::task_group_context::state::bound, nullptr); in destroy()
85 ITT_TASK_GROUP(&ctx, ctx.my_name, nullptr); in initialize()
94 ctx.my_parent = nullptr; in initialize()
95 ctx.my_context_list = nullptr; in initialize()
96 ctx.my_exception.store(nullptr, std::memory_order_relaxed); in initialize()
97 ctx.my_itt_caller = nullptr; in initialize()
106 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in register_with()
107 __TBB_ASSERT(td, nullptr); in register_with()
114 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in bind_to_impl()
119 __TBB_ASSERT(ctx.my_parent, nullptr); in bind_to_impl()
180 __TBB_ASSERT(td->my_task_dispatcher->m_execute_data_ext.context != nullptr, nullptr); in bind_to()
196 …T(ctx.my_state.load(std::memory_order_relaxed) != d1::task_group_context::state::created, nullptr); in bind_to()
197 …RT(ctx.my_state.load(std::memory_order_relaxed) != d1::task_group_context::state::locked, nullptr); in bind_to()
201 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in propagate_task_group_state()
216 …for (d1::task_group_context* ancestor = ctx.my_parent; ancestor != nullptr; ancestor = ancestor->m… in propagate_task_group_state()
227 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in cancel_group_execution()
245 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in reset()
253 ctx.my_exception.store(nullptr, std::memory_order_relaxed); in reset()
260 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in capture_fp_settings()
273 __TBB_ASSERT(!is_poisoned(ctx.my_context_list), nullptr); in copy_fp_settings()