| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | splay-tree-utils.tcc | 23 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 …]
|
| D | splay-tree-utils.h | 28 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/dist/ld/ |
| D | ldexp.h | 50 } 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;
|
| D | ChangeLog-2012 | 934 * ldexp.h (node_type): Add filename field to struct.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | unordered_set.h | 130 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()
|
| D | stl_multiset.h | 155 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()
|
| D | unordered_map.h | 136 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()
|
| D | stl_set.h | 158 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local 586 node_type in _GLIBCXX_VISIBILITY() 594 node_type in _GLIBCXX_VISIBILITY() 600 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY() 605 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
|
| D | stl_multimap.h | 175 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local 637 node_type in _GLIBCXX_VISIBILITY() 645 node_type in _GLIBCXX_VISIBILITY() 651 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY() 656 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
|
| D | stl_map.h | 184 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local 647 node_type in _GLIBCXX_VISIBILITY() 655 node_type in _GLIBCXX_VISIBILITY() 661 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY() 666 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
|
| D | hashtable.h | 383 using node_type = _Node_handle<_Key, _Value, __node_alloc_type>; in _GLIBCXX_VISIBILITY() local 384 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY() 991 _M_reinsert_node(node_type&& __nh) in _GLIBCXX_VISIBILITY() 1022 _M_reinsert_node_multi(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY() 1038 node_type in _GLIBCXX_VISIBILITY() 1074 node_type in _GLIBCXX_VISIBILITY() 1083 node_type in _GLIBCXX_VISIBILITY() 1086 node_type __nh; in _GLIBCXX_VISIBILITY() 1099 static_assert(is_same_v<typename _Compatible_Hashtable::node_type, in _GLIBCXX_VISIBILITY() 1100 node_type>, "Node types are compatible"); in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_tree.h | 824 using node_type = _Node_handle<_Key, _Val, _Node_allocator>; in _GLIBCXX_VISIBILITY() local 827 node_type>; in _GLIBCXX_VISIBILITY() 1443 _M_reinsert_node_unique(node_type&& __nh) in _GLIBCXX_VISIBILITY() 1472 _M_reinsert_node_equal(node_type&& __nh) in _GLIBCXX_VISIBILITY() 1492 _M_reinsert_node_hint_unique(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY() 1514 _M_reinsert_node_hint_equal(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY() 1533 node_type in _GLIBCXX_VISIBILITY() 1543 node_type in _GLIBCXX_VISIBILITY() 1546 node_type __nh; in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | set.h | 304 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()
|
| D | unordered_set | 411 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 …]
|
| D | map.h | 440 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()
|
| D | multiset.h | 296 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local 298 node_type in _GLIBCXX_VISIBILITY() 306 node_type in _GLIBCXX_VISIBILITY() 316 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY() 320 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
|
| D | multimap.h | 325 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local 327 node_type in _GLIBCXX_VISIBILITY() 335 node_type in _GLIBCXX_VISIBILITY() 345 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY() 349 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
|
| D | unordered_map | 524 using node_type = typename _Base::node_type; 525 using insert_return_type = _Node_insert_return<iterator, node_type>; 527 node_type 534 node_type 544 insert(node_type&& __nh) 552 insert(const_iterator __hint, node_type&& __nh) 753 node_type 1245 using node_type = typename _Base::node_type; 1247 node_type 1254 node_type [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| D | xmethods.py | 318 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)
|
| D | printers.py | 1036 self.node_type = find_type(hashtable.type, '_Node').pointer() 1050 node = self.node.cast(self.node_type) 1068 node_type = lookup_templ_spec('std::__detail::_Hash_node', str(valtype), 1070 self.node_type = node_type.pointer() 1078 elt = self.node.cast(self.node_type).dereference()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| D | pat_trie_base.hpp | 58 enum node_type enum 106 const node_type m_type; 108 _Node_base(node_type type) : m_type(type) in _Node_base() 1126 const node_type& __nt = m_a_p_children[i]->m_type; in get_lower_bound_child_node()
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| D | cpplib.h | 900 enum node_type enum 959 ENUM_BITFIELD(node_type) type : 2; /* CPP node type. */
|
| /netbsd/src/external/cddl/osnet/sys/kern/ |
| D | ddi.c | 607 minor_t minor_num, char *node_type, int flag) in ddi_create_minor_node() argument
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2016 | 6162 * include/bits/hashtable.h (_Hashtable::node_type) 6170 (map::node_type, map::insert_return_type, map::extract, map::merge) 6171 (map::insert(node_type&&), map::insert(const_iterator, node_type&&)): 6176 (multimap::node_type, multimap::extract, multimap::merge) 6177 (multimap::insert(node_type&&)) 6178 (multimap::insert(const_iterator, node_type&&)): Define. 6182 (multiset::node_type, multiset::extract, multiset::merge) 6183 (multiset::insert(node_type&&)) 6184 (multiset::insert(const_iterator, node_type&&)): Define. 6187 (set::node_type, set::insert_return_type, set::extract, set::merge) [all …]
|
| D | ChangeLog-2018 | 1048 (unordered_multiset<>::insert(node_type&&)): Likewise. 1049 (unordered_multiset<>::insert(const_iterator, node_type&&)): Likewise. 1643 (map<>::insert(node_type&&)): Likewise. 1644 (map<>::insert(const_iterator, node_type&&)): Likewise. 1652 (multimap<>::insert(node_type&&)): Likewise. 1653 (multimap<>::insert(const_iterator, node_type&&)): Likewise. 1661 (set<>::insert(const_iterator, node_type&&)): Likewise. 1669 (multiset<>::insert(node_type&&)): Likewise. 1670 (multiset<>::insert(const_iterator, node_type&&)): Likewise.
|