Home
last modified time | relevance | path

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

12

/dragonfly/contrib/binutils-2.27/ld/
H A Dldexp.h50 } node_type; typedef
53 node_type type;
55 node_type type;
60 node_type type;
66 node_type type;
73 node_type type;
77 node_type type;
81 node_type type;
86 node_type type;
91 node_type type;
/dragonfly/contrib/binutils-2.34/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;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dunordered_set.h128 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
484 node_type in _GLIBCXX_VISIBILITY()
492 node_type in _GLIBCXX_VISIBILITY()
498 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
503 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY()
926 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
1259 node_type in _GLIBCXX_VISIBILITY()
1267 node_type in _GLIBCXX_VISIBILITY()
1273 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1278 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dstl_set.h156 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local
584 node_type in _GLIBCXX_VISIBILITY()
592 node_type in _GLIBCXX_VISIBILITY()
598 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
603 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
423 node_type in _GLIBCXX_VISIBILITY()
431 node_type in _GLIBCXX_VISIBILITY()
437 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
442 insert(const_iterator, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1265 using node_type = typename _Hashtable::node_type; in _GLIBCXX_VISIBILITY() local
1630 node_type in _GLIBCXX_VISIBILITY()
1638 node_type in _GLIBCXX_VISIBILITY()
1644 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1649 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h168 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local
629 node_type in _GLIBCXX_VISIBILITY()
637 node_type in _GLIBCXX_VISIBILITY()
643 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
648 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dstl_map.h170 using node_type = typename _Rep_type::node_type; in _GLIBCXX_VISIBILITY() local
613 node_type in _GLIBCXX_VISIBILITY()
621 node_type in _GLIBCXX_VISIBILITY()
627 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
632 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dhashtable.h327 using node_type = _Node_handle<_Key, _Value, __node_alloc_type>; in _GLIBCXX_VISIBILITY() local
328 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY()
788 _M_reinsert_node(node_type&& __nh) in _GLIBCXX_VISIBILITY()
819 _M_reinsert_node_multi(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
837 node_type in _GLIBCXX_VISIBILITY()
865 node_type in _GLIBCXX_VISIBILITY()
868 node_type __nh; in _GLIBCXX_VISIBILITY()
880 static_assert(is_same_v<typename _Compatible_Hashtable::node_type, in _GLIBCXX_VISIBILITY()
881 node_type>, "Node types are compatible"); in _GLIBCXX_VISIBILITY()
908 static_assert(is_same_v<typename _Compatible_Hashtable::node_type, in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_tree.h826 using node_type = _Node_handle<_Key, _Val, _Node_allocator>; in _GLIBCXX_VISIBILITY()
829 node_type>; in _GLIBCXX_VISIBILITY()
1383 _M_reinsert_node_unique(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1412 _M_reinsert_node_equal(node_type&& __nh) in _GLIBCXX_VISIBILITY()
1432 _M_reinsert_node_hint_unique(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1454 _M_reinsert_node_hint_equal(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
1473 node_type in _GLIBCXX_VISIBILITY()
1483 node_type in _GLIBCXX_VISIBILITY()
1486 node_type __nh; in _GLIBCXX_VISIBILITY()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_vnops.c408 if ((node->node_type == Nlink) && (node->link_target != NULL) && in devfs_vop_readdir()
474 if ((dnode->node_type != Nroot) && (dnode->node_type != Ndir)) { in devfs_vop_nresolve()
491 while ((found->node_type == Nlink) && (found->link_target)) { in devfs_vop_nresolve()
593 if ((node->node_type == Ndev) && node->d_dev) { in devfs_vop_getattr()
704 if ((dnode->node_type != Nroot) && (dnode->node_type != Ndir)) in devfs_vop_nmkdir()
734 if ((dnode->node_type != Nroot) && (dnode->node_type != Ndir)) in devfs_vop_nsymlink()
772 if ((dnode->node_type != Nroot) && (dnode->node_type != Ndir)) in devfs_vop_nrmdir()
787 } else if (node->node_type != Ndir) { in devfs_vop_nrmdir()
823 if ((dnode->node_type != Nroot) && (dnode->node_type != Ndir)) in devfs_vop_nremove()
838 } else if (node->node_type == Ndir) { in devfs_vop_nremove()
[all …]
H A Ddevfs_core.c249 node->node_type = devfsnodetype; in devfs_allocp()
269 if (parent->node_type == Nroot || in devfs_allocp()
270 parent->node_type == Ndir) { in devfs_allocp()
354 switch (node->node_type) { in devfs_allocv()
545 while ((found->node_type == Nlink) && (found->link_target)) { in devfs_alias_getvp()
610 if (node->node_type == Nlink) { in devfs_unlinkp()
637 if (((node->node_type == Nroot) || (node->node_type == Ndir)) && in devfs_iterate_topology()
654 if (node->node_type == Nlink) { in devfs_alias_reaper_callback()
693 if (node->node_type == Ndir) { in devfs_gc_dirs_callback()
1825 if ((node->node_type == Nroot) || (node->node_type == Ndir)) { in devfs_alias_apply()
[all …]
H A Ddevfs_rules.c222 if ((node->node_type == Nlink) && (node->flags & DEVFS_RULE_CREATED)) { in devfs_rule_reset_node()
227 } else if ((node->node_type == Ndev) && (node->d_dev)) { in devfs_rule_reset_node()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dset.h301 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
302 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY()
304 node_type in _GLIBCXX_VISIBILITY()
312 node_type in _GLIBCXX_VISIBILITY()
322 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
330 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dmultiset.h292 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
294 node_type in _GLIBCXX_VISIBILITY()
302 node_type in _GLIBCXX_VISIBILITY()
312 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
316 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dunordered_set374 using node_type = typename _Base::node_type;
375 using insert_return_type = _Node_insert_return<iterator, node_type>;
377 node_type
392 node_type
402 insert(node_type&& __nh)
410 insert(const_iterator __hint, node_type&& __nh)
935 using node_type = typename _Base::node_type;
937 node_type
952 node_type
962 insert(node_type&& __nh)
[all …]
H A Dmap.h422 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
423 using insert_return_type = _Node_insert_return<iterator, node_type>; in _GLIBCXX_VISIBILITY()
425 node_type in _GLIBCXX_VISIBILITY()
433 node_type in _GLIBCXX_VISIBILITY()
443 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
451 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dmultimap.h316 using node_type = typename _Base::node_type; in _GLIBCXX_VISIBILITY() local
318 node_type in _GLIBCXX_VISIBILITY()
326 node_type in _GLIBCXX_VISIBILITY()
336 insert(node_type&& __nh) in _GLIBCXX_VISIBILITY()
340 insert(const_iterator __hint, node_type&& __nh) in _GLIBCXX_VISIBILITY()
H A Dunordered_map487 using node_type = typename _Base::node_type;
488 using insert_return_type = _Node_insert_return<iterator, node_type>;
490 node_type
505 node_type
515 insert(node_type&& __nh)
523 insert(const_iterator __hint, node_type&& __nh)
1084 using node_type = typename _Base::node_type;
1086 node_type
1101 node_type
1111 insert(node_type&& __nh)
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp58 enum node_type enum
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type) in _Node_base()
1136 const node_type& __nt = m_a_p_children[i]->m_type; in get_lower_bound_child_node()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp58 enum node_type enum
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type) in _Node_base()
1136 const node_type& __nt = m_a_p_children[i]->m_type; in get_lower_bound_child_node()
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h614 enum node_type enum
683 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h699 enum node_type enum
769 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
/dragonfly/sys/sys/
H A Ddevfs.h98 devfs_nodetype node_type; /* devfs node type */ member
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdac.h730 HDA_ACCESSOR(node_type, NODE_TYPE, uint8_t);

12