Home
last modified time | relevance | path

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

12345678910>>...36

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dvalarray23 typedef T value_type;
28 valarray(const value_type& x, size_t n);
29 valarray(const value_type* px, size_t n);
32 valarray(const slice_array<value_type>& sa);
33 valarray(const gslice_array<value_type>& ga);
34 valarray(const mask_array<value_type>& ma);
35 valarray(const indirect_array<value_type>& ia);
36 valarray(initializer_list<value_type> il);
42 valarray& operator=(initializer_list<value_type> il);
43 valarray& operator=(const value_type& x);
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
56 template<typename value_type, endianness endian>
57 inline value_type byte_swap(value_type value) { in byte_swap()
62 template <typename value_type, std::size_t alignment>
63 inline value_type read(const void *memory, endianness endian) { in read()
64 value_type ret; in read()
68 memory, (detail::PickAlignment<value_type, alignment>::value)), in read()
69 sizeof(value_type)); in read()
70 return byte_swap<value_type>(ret, endian); in read()
[all …]
H A DEndianStream.h26 template <typename value_type>
27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write()
28 value = byte_swap<value_type>(value, endian); in write()
29 os.write((const char *)&value, sizeof(value_type)); in write()
43 template <typename value_type>
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write()
46 for (value_type v : vals) in write()
55 template <typename value_type> void write(ArrayRef<value_type> Val) { in write()
58 template <typename value_type> void write(value_type Val) { in write()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dvalarray_after.h50 typedef typename _Dom::value_type value_type; in _GLIBCXX_VISIBILITY() typedef
55 value_type in _GLIBCXX_VISIBILITY()
72 typedef _Tp value_type; in _GLIBCXX_VISIBILITY() typedef
77 value_type in _GLIBCXX_VISIBILITY()
95 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
106 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
119 typedef typename _Dom::value_type value_type; in _GLIBCXX_VISIBILITY()
124 value_type in _GLIBCXX_VISIBILITY()
142 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
153 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_before.h431 typedef typename _Dom::value_type value_type; in _GLIBCXX_VISIBILITY()
433 _FunBase(const _Dom& __e, value_type __f(_Arg)) in _GLIBCXX_VISIBILITY()
436 value_type operator[](size_t __i) const in _GLIBCXX_VISIBILITY()
443 value_type (*_M_func)(_Arg); in _GLIBCXX_VISIBILITY()
447 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type> in _GLIBCXX_VISIBILITY()
449 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; in _GLIBCXX_VISIBILITY()
450 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
451 typedef value_type _Tp; in _GLIBCXX_VISIBILITY()
460 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
467 : _FunBase<_Dom, const typename _Dom::value_type&> in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_path.h109 __is_path_iter_src<_Iter_traits, void_t<typename _Iter_traits::value_type>> in _GLIBCXX_VISIBILITY()
110 = __is_encoded_char<typename _Iter_traits::value_type>; in _GLIBCXX_VISIBILITY()
200 using value_type = typename iterator_traits<_Iter>::value_type; in _GLIBCXX_VISIBILITY()
203 return basic_string_view<value_type>{&*__source}; in _GLIBCXX_VISIBILITY()
208 basic_string<__unified_u8_t<value_type>> __str; in _GLIBCXX_VISIBILITY()
210 for (value_type __ch = *__it; __ch != value_type(); __ch = *++__it) in _GLIBCXX_VISIBILITY()
221 = typename __safe_iterator_traits<decay_t<_Source>>::value_type; in _GLIBCXX_VISIBILITY()
263 = typename std::iterator_traits<_InputIterator>::value_type; in _GLIBCXX_VISIBILITY()
297 using value_type = wchar_t; in _GLIBCXX_VISIBILITY()
298 static constexpr value_type preferred_separator = L'\\'; in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_algo.h377 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY()
378 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY()
428 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY()
429 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY()
514 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
561 typename iterator_traits<_ForwardIterator>::value_type>) in _GLIBCXX_VISIBILITY()
628 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
630 typename iterator_traits<_InputIterator>::value_type, _Tp>) in _GLIBCXX_VISIBILITY()
662 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
664 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dvalarray_after.h50 typedef typename _Dom::value_type value_type; in _GLIBCXX_VISIBILITY() typedef
55 value_type in _GLIBCXX_VISIBILITY()
72 typedef _Tp value_type; in _GLIBCXX_VISIBILITY() typedef
77 value_type in _GLIBCXX_VISIBILITY()
95 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
106 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
119 typedef typename _Dom::value_type value_type; in _GLIBCXX_VISIBILITY()
124 value_type in _GLIBCXX_VISIBILITY()
142 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
153 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_before.h431 typedef typename _Dom::value_type value_type; in _GLIBCXX_VISIBILITY()
433 _FunBase(const _Dom& __e, value_type __f(_Arg)) in _GLIBCXX_VISIBILITY()
436 value_type operator[](size_t __i) const in _GLIBCXX_VISIBILITY()
443 value_type (*_M_func)(_Arg); in _GLIBCXX_VISIBILITY()
447 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type> in _GLIBCXX_VISIBILITY()
449 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; in _GLIBCXX_VISIBILITY()
450 typedef typename _Base::value_type value_type; in _GLIBCXX_VISIBILITY()
451 typedef value_type _Tp; in _GLIBCXX_VISIBILITY()
460 typedef _Tp value_type; in _GLIBCXX_VISIBILITY()
467 : _FunBase<_Dom, const typename _Dom::value_type&> in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_path.h89 = __and_<__is_encoded_char<typename _Iter_traits::value_type>, in _GLIBCXX_VISIBILITY()
161 typename _Val = typename std::iterator_traits<_Iter>::value_type, in _GLIBCXX_VISIBILITY()
169 typename _Val = typename std::iterator_traits<_Iter>::value_type, in _GLIBCXX_VISIBILITY()
188 using value_type = wchar_t; in _GLIBCXX_VISIBILITY()
189 static constexpr value_type preferred_separator = L'\\'; in _GLIBCXX_VISIBILITY()
193 using value_type = __os_dependent__; in _GLIBCXX_VISIBILITY()
195 using value_type = char; in _GLIBCXX_VISIBILITY()
197 static constexpr value_type preferred_separator = '/'; in _GLIBCXX_VISIBILITY()
199 using string_type = std::basic_string<value_type>; in _GLIBCXX_VISIBILITY()
309 path& operator+=(const value_type* __x); in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_algo.h374 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY()
375 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY()
425 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY()
426 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY()
511 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
558 typename iterator_traits<_ForwardIterator>::value_type>) in _GLIBCXX_VISIBILITY()
625 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
627 typename iterator_traits<_InputIterator>::value_type, _Tp>) in _GLIBCXX_VISIBILITY()
659 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
661 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY()
[all …]
H A Datomic_base.h267 using value_type = _ITp; in _GLIBCXX_VISIBILITY()
268 using difference_type = value_type; in _GLIBCXX_VISIBILITY()
1004 using value_type = _Fp; in _GLIBCXX_VISIBILITY()
1005 using difference_type = value_type; in _GLIBCXX_VISIBILITY()
1147 value_type in _GLIBCXX_VISIBILITY()
1148 fetch_add(value_type __i, in _GLIBCXX_VISIBILITY()
1152 value_type in _GLIBCXX_VISIBILITY()
1153 fetch_add(value_type __i, in _GLIBCXX_VISIBILITY()
1157 value_type in _GLIBCXX_VISIBILITY()
1158 fetch_sub(value_type __i, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl-iter.h54 typedef typename T::value_type value_type; typedef
64 value_type stack[LOCAL_ELEMS];
65 vec <value_type, va_heap, vl_embed> *heap;
67 generic_subrtx_iterator (array_type &, value_type,
70 value_type operator * () const;
74 void substitute (value_type);
84 value_type m_current;
87 value_type *m_base;
105 static size_t add_subrtxes_to_queue (array_type &, value_type *, size_t,
107 static value_type *add_single_to_queue (array_type &, value_type *, size_t,
[all …]
H A Dhash-table.h376 typedef typename Descriptor::value_type value_type; typedef
420 void clear_slot (value_type *);
425 value_type &find_with_hash (const compare_type &, hashval_t);
428 value_type &find (const value_type &value) in find()
433 value_type *find_slot (const value_type &value, insert_option insert) in find_slot()
445 value_type *find_slot_with_hash (const compare_type &comparable,
455 void remove_elt (const value_type &value) in remove_elt()
464 int (*Callback) (value_type *slot, Argument argument)>
470 int (*Callback) (value_type *slot, Argument argument)>
478 iterator (value_type *slot, value_type *limit) : in iterator()
[all …]
H A Dhash-traits.h85 typedef Type value_type; typedef
88 static inline hashval_t hash (value_type);
89 static inline bool equal (value_type existing, value_type candidate);
99 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash()
106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal()
147 typedef Type *value_type; typedef
150 static inline hashval_t hash (const value_type &);
151 static inline bool equal (const value_type &existing,
162 pointer_hash <Type>::hash (const value_type &candidate) in hash()
171 pointer_hash <Type>::equal (const value_type &existing, in equal()
[all …]
H A Dtree-hasher.h33 typedef int_tree_map value_type; typedef
35 static inline hashval_t hash (const value_type &);
36 static inline bool equal (const value_type &, const compare_type &);
37 static bool is_deleted (const value_type &v) in is_deleted()
41 static void mark_deleted (value_type &v) { v.to = reinterpret_cast<tree> (0x1); } in mark_deleted()
42 static bool is_empty (const value_type &v) { return v.to == NULL; } in is_empty()
44 static void mark_empty (value_type &v) { v.to = NULL; } in mark_empty()
45 static void remove (value_type &) {} in remove()
51 int_tree_hasher::hash (const value_type &item) in hash()
59 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl-iter.h54 typedef typename T::value_type value_type; typedef
64 value_type stack[LOCAL_ELEMS];
65 vec <value_type, va_heap, vl_embed> *heap;
67 generic_subrtx_iterator (array_type &, value_type,
70 value_type operator * () const;
74 void substitute (value_type);
84 value_type m_current;
87 value_type *m_base;
105 static size_t add_subrtxes_to_queue (array_type &, value_type *, size_t,
107 static value_type *add_single_to_queue (array_type &, value_type *, size_t,
[all …]
H A Dhash-table.h376 typedef typename Descriptor::value_type value_type; typedef
420 void clear_slot (value_type *);
425 value_type &find_with_hash (const compare_type &, hashval_t);
428 value_type &find (const value_type &value) in find()
433 value_type *find_slot (const value_type &value, insert_option insert) in find_slot()
445 value_type *find_slot_with_hash (const compare_type &comparable,
455 void remove_elt (const value_type &value) in remove_elt()
464 int (*Callback) (value_type *slot, Argument argument)>
470 int (*Callback) (value_type *slot, Argument argument)>
478 iterator (value_type *slot, value_type *limit) : in iterator()
[all …]
H A Dhash-traits.h97 typedef Type value_type; typedef
100 static inline hashval_t hash (value_type);
101 static inline bool equal (value_type existing, value_type candidate);
111 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash()
118 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal()
159 typedef Type *value_type; typedef
162 static inline hashval_t hash (const value_type &);
163 static inline bool equal (const value_type &existing,
174 pointer_hash <Type>::hash (const value_type &candidate) in hash()
183 pointer_hash <Type>::equal (const value_type &existing, in equal()
[all …]
H A Dtree-hasher.h33 typedef int_tree_map value_type; typedef
35 static inline hashval_t hash (const value_type &);
36 static inline bool equal (const value_type &, const compare_type &);
37 static bool is_deleted (const value_type &v) in is_deleted()
41 static void mark_deleted (value_type &v) { v.to = reinterpret_cast<tree> (0x1); } in mark_deleted()
42 static bool is_empty (const value_type &v) { return v.to == NULL; } in is_empty()
44 static void mark_empty (value_type &v) { v.to = NULL; } in mark_empty()
45 static void remove (value_type &) {} in remove()
51 int_tree_hasher::hash (const value_type &item) in hash()
59 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Duninitialized_algorithms.h32 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in uninitialized_copy() typedef
39 ::new ((void*)_VSTD::addressof(*__r)) value_type(*__f); in uninitialized_copy()
45 __s->~value_type(); in uninitialized_copy()
56 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in uninitialized_copy_n() typedef
63 ::new ((void*)_VSTD::addressof(*__r)) value_type(*__f); in uninitialized_copy_n()
69 __s->~value_type(); in uninitialized_copy_n()
80 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in uninitialized_fill() typedef
87 ::new ((void*)_VSTD::addressof(*__f)) value_type(__x); in uninitialized_fill()
93 __s->~value_type(); in uninitialized_fill()
103 typedef typename iterator_traits<_ForwardIterator>::value_type value_type; in uninitialized_fill_n() typedef
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes.hpp146 typedef ValueType value_type; typedef in utils::config::typed_leaf_node
160 const value_type& value(void) const;
170 value_type& value(void);
178 void set(const value_type&);
182 optional< value_type > _value;
185 virtual void validate(const value_type&) const;
239 typedef std::set< ValueType > value_type; typedef in utils::config::base_set_node
253 const value_type& value(void) const;
263 value_type& value(void);
271 void set(const value_type&);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp56 typedef typename Node_Itr::value_type it_type;
57 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef
58 typedef typename value_type::first_type key_type;
60 typedef typename remove_const<value_type>::type rcvalue_type;
92 typedef typename Node_CItr::value_type it_type;
93 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef
94 typedef typename remove_const<value_type>::type rcvalue_type;
100 typedef value_type key_type;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp56 typedef typename Node_Itr::value_type it_type;
57 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef
58 typedef typename value_type::first_type key_type;
60 typedef typename remove_const<value_type>::type rcvalue_type;
92 typedef typename Node_CItr::value_type it_type;
93 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef
94 typedef typename remove_const<value_type>::type rcvalue_type;
100 typedef value_type key_type;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dfunctional49 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
54 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
64 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
72 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>,
149 typedef _Value value_type;
161 void insert(const key_type &__key, value_type __val)
167 value_type operator [](const key_type & __key) const
179 typedef _Value value_type;
183 typedef std::array<value_type, numeric_limits<unsigned_key_type>::max()> skip_map;
194 void insert(key_type __key, value_type __val)
[all …]

12345678910>>...36