Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 25 of 76) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.tcc23 inline typename base_splay_tree<Accessors>::node_type
24 base_splay_tree<Accessors>::get_child (node_type node, unsigned int index) in get_child()
34 base_splay_tree<Accessors>::set_child (node_type node, unsigned int index, in set_child()
35 node_type child) in set_child()
48 inline typename base_splay_tree<Accessors>::node_type
49 base_splay_tree<Accessors>::promote_child (node_type node, unsigned int index) in promote_child()
51 node_type promoted = get_child (node, index); in promote_child()
63 base_splay_tree<Accessors>::promote_child (node_type node, unsigned int index, in promote_child()
64 node_type child) in promote_child()
77 base_splay_tree<Accessors>::print (pretty_printer *pp, node_type node, in print()
[all …]
H A Dsplay-tree-utils.h28 using node_type = Node;
31 child (node_type node, unsigned int index)
51 using node_type = Node;
54 parent (node_type node) -> decltype (node->m_parent) &
68 using typename Base::node_type;
70 static void set_parent (node_type, node_type) {} in set_parent() argument
80 using typename Base::node_type;
84 set_parent (node_type node, node_type new_parent) in set_parent()
108 using typename Accessors::node_type;
114 static void insert_child (node_type node, unsigned int index,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldexp.h50 } node_type; typedef
53 node_type type;
55 node_type type;
60 node_type type;
66 node_type type;
72 node_type type;
76 node_type type;
80 node_type type;
85 node_type type;
90 node_type type;
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldexp.h50 } node_type; typedef
53 node_type type;
55 node_type type;
60 node_type type;
66 node_type type;
72 node_type type;
76 node_type type;
80 node_type type;
85 node_type type;
90 node_type type;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dheimbase.c738 heim_tid_t node_type; in heim_path_vget2() local
753 node_type = heim_get_tid(node); in heim_path_vget2()
754 switch (node_type) { in heim_path_vget2()
765 if (node_type == HEIM_TID_DICT) { in heim_path_vget2()
767 } else if (node_type == HEIM_TID_DB) { in heim_path_vget2()
769 } else if (node_type == HEIM_TID_ARRAY) { in heim_path_vget2()
917 heim_tid_t node_type; in heim_path_vcreate() local
925 node_type = heim_get_tid(node); in heim_path_vcreate()
927 if (node_type == HEIM_TID_DICT) { in heim_path_vcreate()
929 } else if (node_type == HEIM_TID_ARRAY) { in heim_path_vcreate()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_node.h214 using node_type = ilist_node_impl<OptionsT>; member
216 static node_type *getNodePtr(pointer N) { in getNodePtr()
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
224 static pointer getValuePtr(node_type *N) { in getValuePtr()
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dset42 typedef unspecified node_type; // C++17
43 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
119 node_type extract(const_iterator position); // C++17
120 node_type extract(const key_type& x); // C++17
121 insert_return_type insert(node_type&& nh); // C++17
122 iterator insert(const_iterator hint, node_type&& nh); // C++17
248 typedef unspecified node_type; // C++17
324 node_type extract(const_iterator position); // C++17
325 node_type extract(const key_type& x); // C++17
326 iterator insert(node_type&& nh); // C++17
[all …]
H A Dunordered_set45 typedef unspecified node_type unspecified; // C++17
46 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
118 node_type extract(const_iterator position); // C++17
119 node_type extract(const key_type& x); // C++17
120 insert_return_type insert(node_type&& nh); // C++17
121 iterator insert(const_iterator hint, node_type&& nh); // C++17
223 typedef unspecified node_type unspecified; // C++17
295 node_type extract(const_iterator position); // C++17
296 node_type extract(const key_type& x); // C++17
297 iterator insert(node_type&& nh); // C++17
[all …]
H A Dmap42 typedef unspecified node_type; // C++17
43 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
141 node_type extract(const_iterator position); // C++17
142 node_type extract(const key_type& x); // C++17
143 insert_return_type insert(node_type&& nh); // C++17
144 iterator insert(const_iterator hint, node_type&& nh); // C++17
287 typedef unspecified node_type; // C++17
377 node_type extract(const_iterator position); // C++17
378 node_type extract(const key_type& x); // C++17
379 iterator insert(node_type&& nh); // C++17
[all …]
H A D__node_handle107 "node_type with incompatible allocator passed to "
108 "node_type::operator=(node_type&&)");
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunordered_set.h128 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
485 node_type in _GLIBCXX_VISIBILITY()
493 node_type in _GLIBCXX_VISIBILITY()
499 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
504 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY()
944 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
1278 node_type in _GLIBCXX_VISIBILITY()
1286 node_type in _GLIBCXX_VISIBILITY()
1292 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1297 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dstl_multiset.h154 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local
569 node_type in _GLIBCXX_VISIBILITY()
577 node_type in _GLIBCXX_VISIBILITY()
583 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
588 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dunordered_map.h134 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
424 node_type in _GLIBCXX_VISIBILITY()
432 node_type in _GLIBCXX_VISIBILITY()
438 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
443 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1282 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
1648 node_type in _GLIBCXX_VISIBILITY()
1656 node_type in _GLIBCXX_VISIBILITY()
1662 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1667 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunordered_set.h130 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
487 node_type in _GLIBCXX_VISIBILITY()
495 node_type in _GLIBCXX_VISIBILITY()
501 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
506 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY()
998 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
1332 node_type in _GLIBCXX_VISIBILITY()
1340 node_type in _GLIBCXX_VISIBILITY()
1346 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1351 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dstl_multiset.h155 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local
571 node_type in _GLIBCXX_VISIBILITY()
579 node_type in _GLIBCXX_VISIBILITY()
585 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
590 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dunordered_map.h136 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
426 node_type in _GLIBCXX_VISIBILITY()
434 node_type in _GLIBCXX_VISIBILITY()
440 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
445 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1281 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
1647 node_type in _GLIBCXX_VISIBILITY()
1655 node_type in _GLIBCXX_VISIBILITY()
1661 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1666 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dunordered_set384 using node_type = typename _Base::node_type;
385 using insert_return_type = _Node_insert_return<iterator, node_type>;
387 node_type
394 node_type
404 insert(node_type&& __nh)
412 insert(const_iterator __hint, node_type&& __nh)
524 node_type
953 using node_type = typename _Base::node_type;
955 node_type
962 node_type
[all …]
H A Dset.h302 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
303 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY()
305 node_type in _GLIBCXX_VISIBILITY()
313 node_type in _GLIBCXX_VISIBILITY()
323 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
331 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dunordered_map499 using node_type = typename _Base::node_type;
500 using insert_return_type = _Node_insert_return<iterator, node_type>;
502 node_type
509 node_type
519 insert(node_type&& __nh)
527 insert(const_iterator __hint, node_type&& __nh)
639 node_type
1108 using node_type = typename _Base::node_type;
1110 node_type
1117 node_type
[all …]
H A Dmap.h438 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
439 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY()
441 node_type in _GLIBCXX_VISIBILITY()
449 node_type in _GLIBCXX_VISIBILITY()
459 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
467 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dset.h304 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
305 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY()
307 node_type in _GLIBCXX_VISIBILITY()
315 node_type in _GLIBCXX_VISIBILITY()
325 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
333 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dunordered_set411 using node_type = typename _Base::node_type;
412 using insert_return_type = _Node_insert_return<iterator, node_type>;
414 node_type
421 node_type
431 insert(node_type&& __nh)
439 insert(const_iterator __hint, node_type&& __nh)
635 node_type
1091 using node_type = typename _Base::node_type;
1093 node_type
1100 node_type
[all …]
H A Dmap.h440 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
441 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY()
443 node_type in _GLIBCXX_VISIBILITY()
451 node_type in _GLIBCXX_VISIBILITY()
461 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
469 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py278 def __init__(self, val_type, node_type): argument
280 self._node_type = node_type
318 node_type = gdb.lookup_type(str(class_type) + '::_Node').pointer()
319 return method.worker_class(val_type, node_type)
324 def __init__(self, val_type, node_type): argument
326 self._node_type = node_type
399 node_type = gdb.lookup_type(str(class_type) + '::_Node').pointer()
400 return method.worker_class(val_type, node_type)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py318 def __init__(self, val_type, node_type): argument
320 self._node_type = node_type
361 node_type = gdb.lookup_type(str(class_type) + '::_Node').pointer()
362 return method.worker_class(val_type, node_type)
368 def __init__(self, val_type, node_type): argument
370 self._node_type = node_type
448 node_type = gdb.lookup_type(str(class_type) + '::_Node').pointer()
449 return method.worker_class(val_type, node_type)

1234