| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | Endian.h | 48 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 …]
|
| D | EndianStream.h | 27 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/src/gnu/llvm/libcxx/include/ |
| D | valarray | 23 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 …]
|
| D | string | 87 typedef typename traits_type::char_type value_type; 120 …basic_string(const value_type* s, const allocator_type& a = allocator_type()); // con… 121 …basic_string(const value_type* s, size_type n, const allocator_type& a = allocator_type()); // con… 123 …basic_string(size_type n, value_type c, const allocator_type& a = allocator_type()); // con… 127 …basic_string(initializer_list<value_type>, const Allocator& = Allocator()); // con… 142 …basic_string& operator=(const value_type* s); // con… 144 …basic_string& operator=(value_type c); // con… 145 …basic_string& operator=(initializer_list<value_type>); // con… 167 …void resize(size_type n, value_type c); // con… 188 …basic_string& operator+=(const value_type* s); // con… [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | valarray_after.h | 52 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; 155 typedef _Tp value_type; [all …]
|
| D | valarray_before.h | 410 typedef typename _Dom::value_type value_type; 412 _FunBase(const _Dom& __e, value_type __f(_Arg)) 415 value_type operator[](size_t __i) const 422 value_type (*_M_func)(_Arg); 426 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type> 428 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 429 typedef typename _Base::value_type value_type; 430 typedef value_type _Tp; 439 typedef _Tp value_type; 446 : _FunBase<_Dom, const typename _Dom::value_type&> [all …]
|
| D | stl_algo.h | 324 typename iterator_traits<_InputIterator>::value_type, _Tp>) in find() 346 typename iterator_traits<_InputIterator>::value_type>) in find_if() 367 typename iterator_traits<_ForwardIterator>::value_type>) in adjacent_find() 399 typename iterator_traits<_ForwardIterator>::value_type, in adjacent_find() 400 typename iterator_traits<_ForwardIterator>::value_type>) in adjacent_find() 429 typename iterator_traits<_InputIterator>::value_type, _Tp>) in count() 453 typename iterator_traits<_InputIterator>::value_type>) in count_if() 494 typename iterator_traits<_ForwardIterator1>::value_type, in search() 495 typename iterator_traits<_ForwardIterator2>::value_type>) in search() 567 typename iterator_traits<_ForwardIterator1>::value_type, in search() [all …]
|
| D | stl_queue.h | 98 typedef typename _Sequence::value_type _Sequence_value_type; in _GLIBCXX_BEGIN_NAMESPACE() 113 typedef typename _Sequence::value_type value_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef 203 push(const value_type& __x) in _GLIBCXX_BEGIN_NAMESPACE() 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 413 push(const value_type& __x) in push()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | valarray_meta.h | 390 typedef typename _Dom::value_type value_type; 392 _FunBase(const _Dom& __e, value_type __f(_Arg)) 395 value_type operator[](size_t __i) const 402 value_type (*_M_func)(_Arg); 406 struct _ValFunClos<_Expr,_Dom> : _FunBase<_Dom, typename _Dom::value_type> 408 typedef _FunBase<_Dom, typename _Dom::value_type> _Base; 409 typedef typename _Base::value_type value_type; 410 typedef value_type _Tp; 419 typedef _Tp value_type; 426 _FunBase<_Dom, const typename _Dom::value_type&> [all …]
|
| D | stl_algo.h | 297 typename iterator_traits<_InputIter>::value_type, _Tp>) in find() 317 typename iterator_traits<_InputIter>::value_type>) in find_if() 336 typename iterator_traits<_ForwardIter>::value_type>) in adjacent_find() 366 typename iterator_traits<_ForwardIter>::value_type, in adjacent_find() 367 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() 459 typename iterator_traits<_ForwardIter1>::value_type, in search() 460 typename iterator_traits<_ForwardIter2>::value_type>) in search() 532 typename iterator_traits<_ForwardIter1>::value_type, in search() [all …]
|
| D | stl_list.h | 149 typedef _Tp value_type; typedef 374 typedef _Tp value_type; typedef 375 typedef value_type* pointer; 376 typedef const value_type* const_pointer; 381 typedef value_type& reference; 382 typedef const value_type& const_reference; 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() 536 assign(size_type __n, const value_type& __val) { _M_fill_assign(__n, __val); } in assign() [all …]
|
| D | stl_vector.h | 194 typedef _Tp value_type; typedef 195 typedef value_type* pointer; 196 typedef const value_type* const_pointer; 202 typedef value_type& reference; 203 typedef const value_type& const_reference; 238 vector(size_type __n, const value_type& __value, 253 { _M_finish = uninitialized_fill_n(_M_start, __n, value_type()); } in vector() 321 assign(size_type __n, const value_type& __val) in assign() 419 max_size() const { return size_type(-1) / sizeof(value_type); } in max_size() 433 resize(size_type __new_size, const value_type& __x) in resize() [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/ |
| D | basic_tree_policy_base.hpp | 67 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 124 typedef typename Const_Node_Iterator::value_type it_type; 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 [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
| D | basic_types.hpp | 70 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 139 typedef typename Allocator::template rebind<value_type>::other value_type_allocator; 147 value_type m_value; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | infcall.c | 167 struct type *value_type; in find_function_addr() local 177 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr() 189 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr() 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 271 args, nargs, value_type, real_pc, bp_addr); in push_dummy_code() 274 args, nargs, value_type, real_pc, bp_addr); in push_dummy_code() [all …]
|
| D | gnu-v3-abi.c | 194 struct type *value_type = check_typedef (VALUE_TYPE (value)); in gnuv3_rtti_type() local 205 if (TYPE_CODE (value_type) != TYPE_CODE_CLASS) in gnuv3_rtti_type() 210 fill_in_vptr_fieldno (value_type); in gnuv3_rtti_type() 211 if (TYPE_VPTR_FIELDNO (value_type) == -1) in gnuv3_rtti_type() 219 base_type = check_typedef (TYPE_VPTR_BASETYPE (value_type)); in gnuv3_rtti_type() 220 if (value_type != base_type) in gnuv3_rtti_type() 227 = value_as_address (value_field (value, TYPE_VPTR_FIELDNO (value_type))); in gnuv3_rtti_type() 250 TYPE_NAME (value_type)); in gnuv3_rtti_type() 287 struct type *value_type = check_typedef (VALUE_TYPE (value)); in gnuv3_virtual_fn_field() local 294 if (TYPE_CODE (value_type) != TYPE_CODE_CLASS) in gnuv3_virtual_fn_field() [all …]
|
| /openbsd/src/gnu/llvm/libcxx/include/experimental/ |
| D | functional | 26 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>, 31 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>, 41 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>, 49 class Hash = hash<typename iterator_traits<RandomAccessIterator>::value_type>, 131 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) [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| D | traits.hpp | 80 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/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
| D | trie_policy.hpp | 68 …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/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | throw_allocator.h | 167 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; 220 { return std::allocator<value_type>().max_size(); } in max_size() 226 value_type* const a = std::allocator<value_type>().allocate(num, hint); 227 insert(a, sizeof(value_type) * num); 233 { return std::allocator<value_type>().construct(p, val); } in construct() [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/Serialization/ |
| D | ContinuousRangeMap.h | 39 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/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| D | const_point_iterator.hpp | 82 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/src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| D | iterator.h | 88 typedef _Tp value_type; typedef 96 typedef void value_type; typedef 105 typedef _Tp value_type; typedef 114 typedef _Tp value_type; typedef 123 typedef _Tp value_type; typedef 142 inline typename iterator_traits<_Iter>::value_type* 143 value_type(const _Iter& __i) in value_type() function 144 { return static_cast<typename iterator_traits<_Iter>::value_type*>(0); } in value_type()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/backward/ |
| D | iterator.h | 88 typedef _Tp value_type; typedef 96 typedef void value_type; typedef 105 typedef _Tp value_type; typedef 114 typedef _Tp value_type; typedef 123 typedef _Tp value_type; typedef 142 inline typename iterator_traits<_Iter>::value_type* 143 value_type(const _Iter& __i) in value_type() function 144 { return static_cast<typename iterator_traits<_Iter>::value_type*>(0); } in value_type()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
| D | binary_heap_.hpp | 137 typedef Value_Type value_type; typedef in 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);
|