HomeSort by: relevance | last modified time | path
    Searched refs:node_type (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
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) {}
80 using typename Base::node_type;
84 set_parent (node_type node, node_type new_parent
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
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) {}
80 using typename Base::node_type;
84 set_parent (node_type node, node_type new_parent
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldexp.h 50 } node_type; typedef in typeref:struct:__anon10755
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
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.h 50 } node_type; typedef in typeref:struct:__anon12219
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
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
node-type-tracker.c 82 node_type_tracker_thread_node_type_to_string(thread_node_type_t node_type)
85 switch(node_type) {
103 thread_node_type_t node_type; local
122 node_type = node_type_unknown;
125 node_type = node_type_router;
128 node_type = node_type_end_device;
131 node_type = node_type_sleepy_end_device;
134 node_type = node_type_synchronized_sleepy_end_device;
137 node_type = node_type_nest_lurker;
140 node_type = node_type_commissioner
    [all...]
node-type-tracker.h 40 const char *NONNULL node_type_tracker_thread_node_type_to_string(thread_node_type_t node_type);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
intrusive_list.h 86 using node_type = intrusive_list_node<T>;
111 static node_type *as_node (pointer elem) noexcept
128 using node_type = typename base::node_type;
136 node_type *node = this->as_node (m_elem);
144 node_type *node = this->as_node (m_elem);
151 node_type *node = this->as_node (m_elem);
159 node_type *node = this->as_node (m_elem);
179 using node_type = typename base::node_type;
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
intrusive_list.h 86 using node_type = intrusive_list_node<T>;
111 static node_type *as_node (pointer elem) noexcept
128 using node_type = typename base::node_type;
136 node_type *node = this->as_node (m_elem);
144 node_type *node = this->as_node (m_elem);
151 node_type *node = this->as_node (m_elem);
159 node_type *node = this->as_node (m_elem);
179 using node_type = typename base::node_type;
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.c 738 heim_tid_t node_type; local
753 node_type = heim_get_tid(node);
754 switch (node_type) {
765 if (node_type == HEIM_TID_DICT) {
767 } else if (node_type == HEIM_TID_DB) {
769 } else if (node_type == HEIM_TID_ARRAY) {
917 heim_tid_t node_type; local
925 node_type = heim_get_tid(node);
927 if (node_type == HEIM_TID_DICT) {
929 } else if (node_type == HEIM_TID_ARRAY)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist_node.h 214 using node_type = ilist_node_impl<OptionsT>;
216 static node_type *getNodePtr(pointer N) {
220 static const node_type *getNodePtr(const_pointer N) {
224 static pointer getValuePtr(node_type *N) {
228 static const_pointer getValuePtr(const node_type *N) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_multiset.h 155 using node_type = typename _Rep_type::node_type;
571 node_type
579 node_type
585 insert(node_type&& __nh)
590 insert(const_iterator __hint, node_type&& __nh)
unordered_set.h 135 using node_type = typename _Hashtable::node_type;
492 node_type
500 node_type
506 insert(node_type&& __nh)
511 insert(const_iterator, node_type&& __nh)
1003 using node_type = typename _Hashtable::node_type;
1337 node_type
1345 node_type
    [all...]
unordered_map.h 141 using node_type = typename _Hashtable::node_type;
431 node_type
439 node_type
445 insert(node_type&& __nh)
450 insert(const_iterator, node_type&& __nh)
1287 using node_type = typename _Hashtable::node_type;
1653 node_type
1661 node_type
    [all...]
stl_multimap.h 175 using node_type = typename _Rep_type::node_type;
637 node_type
645 node_type
651 insert(node_type&& __nh)
656 insert(const_iterator __hint, node_type&& __nh)
stl_set.h 158 using node_type = typename _Rep_type::node_type;
586 node_type
594 node_type
600 insert(node_type&& __nh)
605 insert(const_iterator __hint, node_type&& __nh)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_multiset.h 155 using node_type = typename _Rep_type::node_type;
571 node_type
579 node_type
585 insert(node_type&& __nh)
590 insert(const_iterator __hint, node_type&& __nh)
unordered_set.h 130 using node_type = typename _Hashtable::node_type;
487 node_type
495 node_type
501 insert(node_type&& __nh)
506 insert(const_iterator, node_type&& __nh)
998 using node_type = typename _Hashtable::node_type;
1332 node_type
1340 node_type
    [all...]
unordered_map.h 136 using node_type = typename _Hashtable::node_type;
426 node_type
434 node_type
440 insert(node_type&& __nh)
445 insert(const_iterator, node_type&& __nh)
1281 using node_type = typename _Hashtable::node_type;
1647 node_type
1655 node_type
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
xmethods.py 318 def __init__(self, val_type, node_type):
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):
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)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
xmethods.py 318 def __init__(self, val_type, node_type):
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):
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)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
map.h 440 using node_type = typename _Base::node_type;
441 using insert_return_type = _Node_insert_return<iterator, node_type>;
443 node_type
451 node_type
461 insert(node_type&& __nh)
469 insert(const_iterator __hint, node_type&& __nh)
set.h 304 using node_type = typename _Base::node_type;
305 using insert_return_type = _Node_insert_return<iterator, node_type>;
307 node_type
315 node_type
325 insert(node_type&& __nh)
333 insert(const_iterator __hint, node_type&& __nh)
multimap.h 325 using node_type = typename _Base::node_type;
327 node_type
335 node_type
345 insert(node_type&& __nh)
349 insert(const_iterator __hint, node_type&& __nh)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
map.h 440 using node_type = typename _Base::node_type;
441 using insert_return_type = _Node_insert_return<iterator, node_type>;
443 node_type
451 node_type
461 insert(node_type&& __nh)
469 insert(const_iterator __hint, node_type&& __nh)
set.h 304 using node_type = typename _Base::node_type;
305 using insert_return_type = _Node_insert_return<iterator, node_type>;
307 node_type
315 node_type
325 insert(node_type&& __nh)
333 insert(const_iterator __hint, node_type&& __nh)

Completed in 40 milliseconds

1 2 3