Home
last modified time | relevance | path

Searched defs:node_tmp (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1989 template <typename NodeAlloc> struct node_tmp struct
1992 node_allocator_traits;
1993 typedef typename node_allocator_traits::pointer node_pointer;
1994 typedef typename node_allocator_traits::value_type node;
1996 NodeAlloc& alloc_;
1997 node_pointer node_;
1999 explicit node_tmp(node_pointer n, NodeAlloc& a) : alloc_(a), node_(n) {} in node_tmp() function
2004 node_pointer release() in release()
2942 typedef boost::unordered::detail::node_tmp<node_allocator> node_tmp; typedef
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_cssa.cpp262 merge_node& node_tmp = ctx.merge_node_table[tmp.id()]; in interference() local