Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_types_impl.h191 char *vp = const_cast<char *>(value_space);
192 return reinterpret_cast<ArrayType &>(*vp);
201 pointer_type vp = reinterpret_cast<pointer_type>(&value_space);
203 (void) new(vp++) value_type(other[i]);
226 pointer_type vp = reinterpret_cast<pointer_type>(&value_space);
227 for(size_t i = N; i > 0 ; --i ) vp[i-1].~value_type();
H A D_flow_graph_tagged_buffer_impl.h242 value_type *vp = reinterpret_cast<value_type *>(&(p->first)); in delete_with_key() local
244 if(this->equal(tbb::detail::invoke(*my_key, *vp), k)) { in delete_with_key()
245 vp->~value_type(); in delete_with_key()