Home
last modified time | relevance | path

Searched refs:__node (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/glsl/
Dlist.h474 #define foreach_list_safe(__node, __list) \ argument
475 for (exec_node * __node = (__list)->head, * __next = __node->next \
477 ; __node = __next, __next = __next->next)
479 #define foreach_list(__node, __list) \ argument
480 for (exec_node * __node = (__list)->head \
481 ; (__node)->next != NULL \
482 ; (__node) = (__node)->next)
484 #define foreach_list_const(__node, __list) \ argument
485 for (const exec_node * __node = (__list)->head \
486 ; (__node)->next != NULL \
[all …]
/external/openssh/openbsd-compat/
Dsys-tree.h212 struct type __node, *__left, *__right, *__tmp; \
215 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
216 __left = __right = &__node; \
241 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
249 struct type __node, *__left, *__right, *__tmp; \
251 SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL;\
252 __left = __right = &__node; \
277 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
/external/libcxx/include/
Dforward_list298 >::type __node;
301 rebind<__node>
303 rebind<__node>::other
311 typedef typename __node::value_type value_type;
366 typedef __forward_list_node<value_type, void_pointer> __node;
370 rebind_alloc<__node>
372 rebind_alloc<__node>::other
556 typedef typename base::__node __node;
794 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1));
815 unique_ptr<__node, _Dp> __h(nullptr, _Dp(__a, 1));
[all …]
D__hash_table199 __hash_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
200 : __node_(__node)
206 __hash_iterator(__node_pointer __node) _NOEXCEPT
207 : __node_(__node)
227 >::type __node;
231 typedef typename __node::value_type value_type;
243 rebind<__node>
245 rebind<__node>::other
346 __hash_const_iterator(__node_pointer __node, const void* __c) _NOEXCEPT
347 : __node_(__node)
[all …]
Dlist517 typedef __list_node<value_type, __void_pointer> __node;
520 rebind_alloc<__node>
522 rebind_alloc<__node>::other
807 typedef typename base::__node __node;
1371 unique_ptr<__node, _Dp> __hold(__node_alloc_traits::allocate(__na, 1), _Dp(__na, 1));
1400 unique_ptr<__node, _Dp> __hold(__node_alloc_traits::allocate(__na, 1), _Dp(__na, 1));
1468 unique_ptr<__node, _Dp> __hold(__node_alloc_traits::allocate(__na, 1), _Dp(__na, 1));
1523 unique_ptr<__node, _Dp> __hold(__node_alloc_traits::allocate(__na, 1), _Dp(__na, 1));
1536 unique_ptr<__node, _Dp> __hold(__node_alloc_traits::allocate(__na, 1), _Dp(__na, 1));
1551 unique_ptr<__node, _Dp> __hold(__node_alloc_traits::allocate(__na, 1), _Dp(__na, 1));
[all …]
Dregex1277 template <class _CharT> class __node;
1308 const __node<_CharT>* __node_;
1318 // __node
1321 class __node
1323 __node(const __node&);
1324 __node& operator=(const __node&);
1329 __node() {}
1331 virtual ~__node() {}
1343 : public __node<_CharT>
1365 : public __node<_CharT>
[all …]
D__tree624 typedef typename pointer_traits<__node_pointer>::element_type __node;
655 __tree_next(static_cast<typename __node::base::pointer>(__ptr_)));
665 __tree_prev(static_cast<typename __node::base::pointer>(__ptr_)));
695 typedef typename pointer_traits<__node_pointer>::element_type __node;
720 typedef typename remove_const<__node>::type __non_const_node;
743 rebind<typename __node::base>
745 rebind<typename __node::base>::other
762 rebind<typename __node::base>
764 rebind<typename __node::base>::other
811 typedef __tree_node<value_type, __void_pointer> __node;
[all …]
Dmap1177 typedef typename __base::__node __node;
1184 typedef unique_ptr<__node, _Dp> __node_holder;
1913 typedef typename __base::__node __node;
1918 typedef unique_ptr<__node, _Dp> __node_holder;
Dunordered_map750 typedef typename __table::__node __node;
752 typedef unique_ptr<__node, _Dp> __node_holder;
1487 typedef typename __table::__node __node;
1489 typedef unique_ptr<__node, _Dp> __node_holder;
/external/libcxx/include/ext/
Dhash_map513 typedef typename __table::__node __node;
515 typedef unique_ptr<__node, _Dp> __node_holder;
790 typedef typename __table::__node __node;
792 typedef unique_ptr<__node, _Dp> __node_holder;