Searched refs:value_type (Results 26 - 50 of 316) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h167 typedef map_type::value_type entry_type;
196 typedef T value_type; typedef in class:throw_allocator
197 typedef value_type* pointer;
198 typedef const value_type* const_pointer;
199 typedef value_type& reference;
200 typedef const value_type& const_reference;
220 { return std::allocator<value_type>().max_size(); }
226 value_type* const a = std::allocator<value_type>().allocate(num, hint);
227 insert(a, sizeof(value_type) * nu
[all...]
H A Darray_allocator.h58 typedef _Tp value_type; typedef in class:array_allocator_base
80 { ::new(__p) value_type(__val); }
100 typedef _Tp value_type; typedef in class:array_allocator
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp106 typedef Value_Type value_type; typedef in class:pb_ds::detail::pairing_heap_
110 value_type>::other::pointer
115 value_type>::other::const_pointer
120 value_type>::other::reference
125 value_type>::other::const_reference
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp68 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
75 typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,
76 typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__max,
96 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
180 typedef typename const_node_iterator::value_type const_iterator;
181 typedef typename node_iterator::value_type iterator;
270 typedef typename const_node_iterator::value_type const_iterato
[all...]
H A Dtree_policy.hpp91 typedef typename const_node_iterator::value_type const_iterator;
92 typedef typename node_iterator::value_type iterator;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-v3-abi.c194 struct type *value_type = check_typedef (VALUE_TYPE (value)); local
205 if (TYPE_CODE (value_type) != TYPE_CODE_CLASS)
208 /* If we can't find the virtual table pointer for value_type, we
210 fill_in_vptr_fieldno (value_type);
211 if (TYPE_VPTR_FIELDNO (value_type) == -1)
219 base_type = check_typedef (TYPE_VPTR_BASETYPE (value_type));
220 if (value_type != base_type)
227 = value_as_address (value_field (value, TYPE_VPTR_FIELDNO (value_type)));
250 TYPE_NAME (value_type));
287 struct type *value_type local
[all...]
H A Dinfcall.c166 struct type *value_type; local
176 value_type = TYPE_TARGET_TYPE (ftype);
188 value_type = TYPE_TARGET_TYPE (ftype);
191 value_type = builtin_type_int;
203 value_type = builtin_type_int;
208 *retval_type = value_type;
225 struct type *value_type,
282 args, value_type, using_gcc);
288 value_type, using_gcc);
309 struct type *value_type,
222 legacy_push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr) argument
306 generic_push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr) argument
345 push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr) argument
386 struct type *value_type; local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dnode_iterators.hpp160 typedef Const_Iterator value_type; typedef in class:pb_ds::detail::pat_trie_const_node_it_
163 typedef value_type reference;
166 typedef value_type const_reference;
293 typedef Iterator value_type; typedef in class:pb_ds::detail::pat_trie_node_it_
296 typedef value_type reference;
299 typedef value_type const_reference;
H A Dleaf.hpp91 typedef typename Type_Traits::value_type value_type; typedef in struct:pb_ds::detail::pat_trie_leaf
130 value_type m_value;
H A Dchild_iterator.hpp52 typedef node_pointer value_type; typedef in struct:iterator
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_multimap.h79 * is T, and the value_type is std::pair<const Key,T>.
97 typedef std::pair<const _Key, _Tp> value_type; typedef in class:multimap
103 typedef typename _Alloc::value_type _Alloc_value_type;
107 __glibcxx_class_requires2(value_type, _Alloc_value_type, _SameTypeConcept)
111 : public std::binary_function<value_type, value_type, bool>
121 bool operator()(const value_type& __x, const value_type& __y) const
127 typedef typename _Alloc::template rebind<value_type>::other
130 typedef _Rb_tree<key_type, value_type, _Select1s
[all...]
H A Dstl_queue.h98 typedef typename _Sequence::value_type _Sequence_value_type;
113 typedef typename _Sequence::value_type value_type; typedef in class:queue
203 push(const value_type& __x)
303 * priority comparisons. It defaults to @c less<value_type> but
321 typename _Compare = less<typename _Sequence::value_type> >
325 typedef typename _Sequence::value_type _Sequence_value_type;
334 typedef typename _Sequence::value_type value_type; typedef in class:priority_queue
413 push(const value_type
[all...]
H A Dstl_stack.h101 typedef typename _Sequence::value_type _Sequence_value_type;
115 typedef typename _Sequence::value_type value_type; typedef in class:stack
178 push(const value_type& __x)
H A Dstl_algo.h324 typename iterator_traits<_InputIterator>::value_type, _Tp>)
346 typename iterator_traits<_InputIterator>::value_type>)
367 typename iterator_traits<_ForwardIterator>::value_type>)
399 typename iterator_traits<_ForwardIterator>::value_type,
400 typename iterator_traits<_ForwardIterator>::value_type>)
429 typename iterator_traits<_InputIterator>::value_type, _Tp>)
453 typename iterator_traits<_InputIterator>::value_type>)
494 typename iterator_traits<_ForwardIterator1>::value_type,
495 typename iterator_traits<_ForwardIterator2>::value_type>)
567 typename iterator_traits<_ForwardIterator1>::value_type,
[all...]
H A Dstl_list.h119 typedef _Tp value_type; typedef in struct:_List_iterator
197 typedef _Tp value_type; typedef in struct:_List_const_iterator
418 typedef typename _Alloc::value_type _Alloc_value_type;
426 typedef _Tp value_type; typedef in class:list
458 _M_create_node(const value_type& __x)
494 list(size_type __n, const value_type& __value = value_type(), argument
558 assign(size_type __n, const value_type& __val)
689 resize(size_type __new_size, value_type __x = value_type());
[all...]
H A Dstl_map.h81 * value_type is std::pair<const Key,T>.
98 typedef std::pair<const _Key, _Tp> value_type; typedef in class:map
104 typedef typename _Alloc::value_type _Alloc_value_type;
108 __glibcxx_class_requires2(value_type, _Alloc_value_type, _SameTypeConcept)
112 : public std::binary_function<value_type, value_type, bool>
122 bool operator()(const value_type& __x, const value_type& __y) const
128 typedef typename _Alloc::template rebind<value_type>::other
131 typedef _Rb_tree<key_type, value_type, _Select1s
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h81 using value_type = GIMatchDagOperand;
105 const value_type &operator[](unsigned I) const { return Operands[I]; }
106 const value_type &operator[](StringRef K) const;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp137 typedef Value_Type value_type; typedef in class:pb_ds::detail::binary_heap_
141 value_type>::other::pointer
146 value_type>::other::const_pointer
151 value_type>::other::reference
156 value_type>::other::const_reference
161 value_type,
171 value_type,
278 insert_value(value_type val, true_type);
287 swap_value_imp(entry_pointer p_e, value_type new_val, true_type);
H A Dconst_iterator.hpp87 typedef typename base_type::value_type value_type; typedef in class:pb_ds::detail::binary_heap_const_iterator_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_no_store_hash_fn_imps.hpp64 new (&p_new_e->m_value) value_type(p_e->m_value);
H A Dresize_store_hash_fn_imps.hpp65 new (&p_new_e->m_value) value_type(p_e->m_value);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp63 typedef value_type_ value_type; typedef in class:const_iterator_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconst_iterator.hpp84 typedef typename base_type::value_type value_type; typedef in class:pb_ds::detail::left_child_next_sibling_heap_const_iterator_
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp80 value_type(r_val);
94 new (&p_l->m_value) value_type(r_val);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp107 typedef Value_Type value_type; typedef in class:pb_ds::detail::binomial_heap_base_
111 value_type>::other::pointer
116 value_type>::other::const_pointer
121 value_type>::other::reference
126 value_type>::other::const_reference

Completed in 248 milliseconds

1234567891011>>