Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h48 template <typename value_type>
49 inline value_type byte_swap(value_type value, endianness endian) { in byte_swap()
57 inline value_type byte_swap(value_type value) { in byte_swap()
64 value_type ret; in read()
69 sizeof(value_type)); in read()
73 template<typename value_type,
84 value_type ret = read<value_type, alignment>(memory, endian); in readNext()
104 template<typename value_type,
111 template <typename value_type>
123 value_type val[2]; in readAtBitAlignment()
[all …]
H A DEndianStream.h27 template <typename value_type>
28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write()
29 value = byte_swap<value_type>(value, endian); in write()
30 os.write((const char *)&value, sizeof(value_type)); in write()
44 template <typename value_type>
45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
47 for (value_type v : vals) in write()
56 template <typename value_type> void write(ArrayRef<value_type> Val) { in write()
59 template <typename value_type> void write(value_type Val) { in write()
/openbsd/gnu/llvm/libcxx/include/
H A Dvalarray103 valarray apply(value_type f(value_type)) const;
104 valarray apply(value_type f(const value_type&)) const;
105 void resize(size_t n, value_type x = value_type());
692 typedef typename _RmExpr::value_type value_type;
732 typedef typename _RmExpr::value_type value_type;
775 typedef typename _RmExpr::value_type value_type;
2777 __val_expr<_UnaryOp<__apply_expr<value_type, value_type(*)(value_type)>, _ValExpr> >
2778 apply(value_type __f(value_type)) const
2780 typedef __apply_expr<value_type, value_type(*)(value_type)> _Op;
2787 apply(value_type __f(const value_type&)) const
[all …]
/openbsd/gnu/llvm/libcxx/include/__string.d/__string/
H A Dextern_template_lists.h41 _Func(_LIBCPP_FUNC_VIS basic_string<_CharType>& basic_string<_CharType>::operator=(value_type)) \
42 _Func(_LIBCPP_FUNC_VIS void basic_string<_CharType>::__init(value_type const*, size_type)) \
54 _Func(_LIBCPP_FUNC_VIS void basic_string<_CharType>::__init(size_type, value_type)) \
59 _Func(_LIBCPP_FUNC_VIS void basic_string<_CharType>::push_back(value_type)) \
66 _Func(_LIBCPP_FUNC_VIS int basic_string<_CharType>::compare(value_type const*) const) \
77 _Func(_LIBCPP_FUNC_VIS void basic_string<_CharType>::resize(size_type, value_type)) \
90 _Func(_LIBCPP_FUNC_VIS void basic_string<_CharType>::__init(value_type const*, size_type)) \
104 _Func(_LIBCPP_FUNC_VIS void basic_string<_CharType>::__init(size_type, value_type)) \
111 _Func(_LIBCPP_FUNC_VIS void basic_string<_CharType>::push_back(value_type)) \
118 _Func(_LIBCPP_FUNC_VIS int basic_string<_CharType>::compare(value_type const*) const) \
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dvalarray_after.h52 typedef typename _Dom::value_type value_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
57 value_type in _GLIBCXX_BEGIN_NAMESPACE()
74 typedef _Tp value_type; typedef
79 value_type
97 typedef typename _Base::value_type value_type;
108 typedef typename _Base::value_type value_type;
121 typedef typename _Dom::value_type value_type;
126 value_type
144 typedef typename _Base::value_type value_type;
201 valarray<value_type> apply(value_type (*)(const value_type&)) const;
[all …]
H A Dvalarray_before.h410 typedef typename _Dom::value_type value_type;
429 typedef typename _Base::value_type value_type;
449 typedef typename _Base::value_type value_type;
495 typedef typename _Base::value_type value_type;
506 typedef typename _Base::value_type value_type;
582 typedef typename _Base::value_type value_type;
592 typedef typename _Base::value_type value_type;
604 typedef typename _Base::value_type value_type;
616 typedef typename _Base::value_type value_type;
628 typedef typename _Base::value_type value_type;
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dvalarray_meta.h390 typedef typename _Dom::value_type value_type;
409 typedef typename _Base::value_type value_type;
429 typedef typename _Base::value_type value_type;
473 typedef typename _Base::value_type value_type;
483 typedef typename _Base::value_type value_type;
559 typedef typename _Base::value_type value_type;
581 typedef typename _Base::value_type value_type;
593 typedef typename _Base::value_type value_type;
605 typedef typename _Base::value_type value_type;
818 valarray<value_type> apply(value_type (*)(const value_type&)) const;
[all …]
H A Dstl_algo.h297 typename iterator_traits<_InputIter>::value_type, _Tp>) in find()
317 typename iterator_traits<_InputIter>::value_type>) in find_if()
366 typename iterator_traits<_ForwardIter>::value_type, in adjacent_find()
394 typename iterator_traits<_InputIter>::value_type >) in count()
418 typename iterator_traits<_InputIter>::value_type>) in count_if()
867 typename iterator_traits<_InputIter>::value_type>) in replace_copy()
1181 typename iterator_traits<_InputIter>::value_type, in __unique_copy()
1182 typename iterator_traits<_InputIter>::value_type>) in __unique_copy()
1300 typename iterator_traits<_ForwardIter>::value_type, in unique()
1301 typename iterator_traits<_ForwardIter>::value_type>) in unique()
[all …]
H A Dstl_list.h149 typedef _Tp value_type; typedef
409 _M_create_node(const value_type& __x) in _M_create_node()
461 list(size_type __n, const value_type& __value,
476 { this->insert(begin(), __n, value_type()); } in list()
649 resize(size_type __new_size, const value_type& __x);
719 push_front() { this->insert(begin(), value_type()); } in push_front()
762 push_back() { this->insert(end(), value_type()); } in push_back()
795 insert(iterator __position, const value_type& __x);
1021 static_cast<value_type>(__val)); in _M_assign_dispatch()
1032 _M_fill_assign(size_type __n, const value_type& __val);
[all …]
/openbsd/gnu/llvm/libcxx/include/__algorithm/
H A Dstable_sort.h41 typedef typename iterator_traits<_InputIterator1>::value_type value_type; in __merge_move_construct() typedef
63 __d.template __incr<value_type>(); in __merge_move_construct()
69 __d.template __incr<value_type>(); in __merge_move_construct()
120 typedef typename iterator_traits<_RandomAccessIterator>::value_type value_type; in __stable_sort_move() typedef
134 __d.template __incr<value_type>(); in __stable_sort_move()
141 __d.template __incr<value_type>(); in __stable_sort_move()
172 typedef typename iterator_traits<_RandomAccessIterator>::value_type value_type; in __stable_sort() typedef
196 __d.__set(__l2, (value_type*)nullptr); in __stable_sort()
198 __d.__set(__len, (value_type*)nullptr); in __stable_sort()
216 using value_type = typename iterator_traits<_RandomAccessIterator>::value_type; in __stable_sort_impl() local
[all …]
H A Dstable_partition.h55 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in __stable_partition_impl() typedef
60 value_type* __t = __p.first; in __stable_partition_impl()
62 __d.template __incr<value_type>(); in __stable_partition_impl()
75 __d.template __incr<value_type>(); in __stable_partition_impl()
139 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in __stable_partition_impl() typedef
141 pair<value_type*, ptrdiff_t> __p(0, 0); in __stable_partition_impl()
185 typedef typename iterator_traits<_BidirectionalIterator>::value_type value_type; in __stable_partition_impl() typedef
190 value_type* __t = __p.first; in __stable_partition_impl()
192 __d.template __incr<value_type>(); in __stable_partition_impl()
272 typedef typename iterator_traits<_BidirectionalIterator>::value_type value_type; in __stable_partition_impl() typedef
[all …]
H A Drotate.h32 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in __rotate_left() typedef
35 value_type __tmp = _Ops::__iter_move(__first); in __rotate_left()
46 typedef typename iterator_traits<_BidirectionalIterator>::value_type value_type; in __rotate_right() typedef
50 value_type __tmp = _Ops::__iter_move(__lm1); in __rotate_right()
110 typedef typename iterator_traits<_RandomAccessIterator>::value_type value_type; in __rotate_gcd() typedef
123 value_type __t(_Ops::__iter_move(--__p)); in __rotate_gcd()
147 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in __rotate_impl() typedef
148 if (is_trivially_move_assignable<value_type>::value) in __rotate_impl()
162 typedef typename iterator_traits<_BidirectionalIterator>::value_type value_type; in __rotate_impl() typedef
163 if (is_trivially_move_assignable<value_type>::value) in __rotate_impl()
[all …]
H A Dinplace_merge.h99 typename iterator_traits<_BidirectionalIterator>::value_type* __buff) { in __buffered_inplace_merge()
100 typedef typename iterator_traits<_BidirectionalIterator>::value_type value_type; in __buffered_inplace_merge() typedef
102 unique_ptr<value_type, __destruct_n&> __h2(__buff, __d); in __buffered_inplace_merge()
105 value_type* __p = __buff; in __buffered_inplace_merge()
107 ::new ((void*)__p) value_type(_IterOps<_AlgPolicy>::__iter_move(__i)); in __buffered_inplace_merge()
112 value_type* __p = __buff; in __buffered_inplace_merge()
116 typedef __unconstrained_reverse_iterator<value_type*> _Rv; in __buffered_inplace_merge()
132 typename iterator_traits<_BidirectionalIterator>::value_type* __buff, in __inplace_merge()
223 typedef typename iterator_traits<_BidirectionalIterator>::value_type value_type; in __inplace_merge() typedef
230 pair<value_type*, ptrdiff_t> __buf = _VSTD::get_temporary_buffer<value_type>(__buf_size); in __inplace_merge()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp67 typedef typename Node_Iterator::value_type it_type;
69 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef
71 typedef typename value_type::first_type key_type;
82 value_type>::type>::other::const_reference
88 value_type>::type>::other::reference
94 value_type>::type>::other::const_pointer
126 typedef typename std::iterator_traits< it_type>::value_type value_type; typedef
128 typedef value_type key_type;
139 value_type>::type>::other::const_reference
145 value_type>::type>::other::reference
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dbasic_types.hpp70 typedef typename mapped_type_allocator::value_type mapped_type;
77 typedef typename value_type_allocator::value_type value_type; typedef
85 value_type m_value;
97 typedef typename mapped_type_allocator::value_type mapped_type;
104 typedef typename value_type_allocator::value_type value_type; typedef
112 value_type m_value;
131 typedef typename mapped_type_allocator::value_type mapped_type;
137 typedef Key value_type; typedef
147 value_type m_value;
179 typedef Key value_type; typedef
[all …]
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dboyer_moore_searcher.h49 using value_type = _Value;
52 const value_type __default_value_;
78 using value_type = _Value;
82 std::array<value_type, 256> __table_;
105 using value_type = typename std::iterator_traits<_RandomAccessIterator1>::value_type; variable
106 using __skip_table_type = _BMSkipTable<value_type,
110 is_integral_v<value_type>
111 && sizeof(value_type) == 1
234 using value_type = typename iterator_traits<_RandomAccessIterator1>::value_type; variable
235 using __skip_table_type = _BMSkipTable<value_type,
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfcall.c167 struct type *value_type; in find_function_addr() local
192 value_type = builtin_type_int; in find_function_addr()
204 value_type = builtin_type_int; in find_function_addr()
210 *retval_type = value_type; in find_function_addr()
227 struct type *value_type, in generic_push_dummy_code() argument
266 struct type *value_type, in push_dummy_code() argument
300 struct type *value_type; in call_function_by_hand() local
405 CHECK_TYPEDEF (value_type); in call_function_by_hand()
435 using_gcc, args, nargs, value_type, in call_function_by_hand()
443 using_gcc, args, nargs, value_type, in call_function_by_hand()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp80 false>::value_type
81 value_type; typedef
95 value_type,
102 value_type,
146 false>::value_type
147 value_type; typedef
161 value_type,
/openbsd/gnu/llvm/libcxx/include/experimental/
H A Dfunctional131 typedef _Value value_type;
143 void insert(const key_type &__key, value_type __val)
149 value_type operator [](const key_type & __key) const
161 typedef _Value value_type;
165 typedef std::array<value_type, 256> skip_map;
176 void insert(key_type __key, value_type __val)
182 value_type operator [](key_type __key) const
195 typedef typename std::iterator_traits<_RandomAccessIterator1>::value_type value_type;
198 sizeof(value_type) == 1 &&
344 typedef typename std::iterator_traits<_RandomAccessIterator1>::value_type value_type;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/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…
75 …typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__m…
76 …typename String::value_type Max_E_Val = detail::__numeric_traits<typename String::value_type>::__m…
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_iterator;
271 typedef typename node_iterator::value_type iterator;
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dthrow_allocator.h167 typedef map_type::value_type entry_type;
196 typedef T value_type; typedef
197 typedef value_type* pointer;
198 typedef const value_type* const_pointer;
199 typedef value_type& reference;
200 typedef const value_type& const_reference;
226 value_type* const a = std::allocator<value_type>().allocate(num, hint);
227 insert(a, sizeof(value_type) * num);
237 { std::allocator<value_type>().destroy(p); } in destroy()
242 erase(p, sizeof(value_type) * num); in deallocate()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DContinuousRangeMap.h39 using value_type = std::pair<Int, V>;
40 using reference = value_type &;
41 using const_reference = const value_type &;
42 using pointer = value_type *;
43 using const_pointer = const value_type *;
46 using Representation = SmallVector<value_type, InitialCapacity>;
66 void insert(const value_type &Val) { in insert()
75 void insertOrReplace(const value_type &Val) { in insertOrReplace()
134 void insert(const value_type &Val) { in insert()
/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Dreadable_traits.h36 struct __cond_value_type<_Tp> { using value_type = remove_cv_t<_Tp>; };
39 concept __has_member_value_type = requires { typename _Tp::value_type; };
49 using value_type = remove_cv_t<remove_extent_t<_Ip>>;
60 : __cond_value_type<typename _Tp::value_type> {};
73 remove_cv_t<typename _Tp::value_type>>
75 : __cond_value_type<typename _Tp::value_type> {};
86 iterator_traits<remove_cvref_t<_Ip> > >::value_type;
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconst_point_iterator.hpp82 typedef typename Node::value_type value_type; typedef in pb_ds::detail::left_child_next_sibling_heap_node_const_point_iterator_
87 value_type>::other::pointer
93 value_type>::other::const_pointer
99 value_type>::other::reference
105 value_type>::other::const_reference
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dinterval_set.h33 using value_type = std::pair<KeyT, KeyT>;
39 using value_type = IntervalSet::value_type; variable
40 using pointer = const value_type *;
41 using reference = const value_type &;
45 const value_type &operator*() const { return I->first; }
46 const value_type *operator->() const { return &I->first; }

12345678910>>...24