| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | types_traits.hpp | 130 typedef typename __rebind_ma::reference mapped_reference; 136 typedef typename __rebind_va::reference reference; typedef 163 typedef typename __rebind_ma::reference mapped_reference; 169 typedef typename __rebind_va::reference reference; typedef 197 typedef typename __rebind_ma::reference mapped_reference; 202 typedef typename __rebind_va::reference reference; typedef 236 typedef typename __rebind_ma::reference mapped_reference; 241 typedef typename __rebind_va::reference reference; typedef 275 typedef typename __rebind_a::reference key_reference;
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | types_traits.hpp | 130 typedef typename __rebind_ma::reference mapped_reference; 136 typedef typename __rebind_va::reference reference; typedef 163 typedef typename __rebind_ma::reference mapped_reference; 169 typedef typename __rebind_va::reference reference; typedef 197 typedef typename __rebind_ma::reference mapped_reference; 202 typedef typename __rebind_va::reference reference; typedef 236 typedef typename __rebind_ma::reference mapped_reference; 241 typedef typename __rebind_va::reference reference; typedef 275 typedef typename __rebind_a::reference key_reference;
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | stl_iterator_base_types.h | 129 typedef _Reference reference; in _GLIBCXX_VISIBILITY() typedef 152 typename _Iterator::reference>> in _GLIBCXX_VISIBILITY() 158 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 172 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 184 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() 195 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator.h | 106 typename iterator_traits<_Iterator>::reference> in _GLIBCXX_VISIBILITY() 117 typedef typename __traits_type::reference reference; in _GLIBCXX_VISIBILITY() typedef 168 _GLIBCXX17_CONSTEXPR reference in _GLIBCXX_VISIBILITY() 285 _GLIBCXX17_CONSTEXPR reference in _GLIBCXX_VISIBILITY() 776 typedef typename __traits_type::reference reference; 795 reference 827 reference 1013 typedef typename __traits_type::reference __base_ref; 1026 __base_ref>::type reference; 1045 _GLIBCXX17_CONSTEXPR reference [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | stl_iterator_base_types.h | 130 typedef _Reference reference; in _GLIBCXX_VISIBILITY() typedef 156 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 170 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 182 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() 193 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator.h | 103 typename iterator_traits<_Iterator>::reference> in _GLIBCXX_VISIBILITY() 114 typedef typename __traits_type::reference reference; in _GLIBCXX_VISIBILITY() typedef 161 reference in _GLIBCXX_VISIBILITY() 276 reference in _GLIBCXX_VISIBILITY() 722 typedef typename __traits_type::reference reference; in _GLIBCXX_VISIBILITY() typedef 739 reference in _GLIBCXX_VISIBILITY() 771 reference in _GLIBCXX_VISIBILITY() 946 typedef value_type&& reference; in _GLIBCXX_VISIBILITY() typedef 963 reference in _GLIBCXX_VISIBILITY() 1023 reference in _GLIBCXX_VISIBILITY()
|
| H A D | stl_bvector.h | 191 typedef _Bit_reference reference; in _GLIBCXX_VISIBILITY() typedef 200 reference in _GLIBCXX_VISIBILITY() 202 { return reference(_M_p, 1UL << _M_offset); } in _GLIBCXX_VISIBILITY() 262 reference in _GLIBCXX_VISIBILITY() 273 typedef bool reference; in _GLIBCXX_VISIBILITY() typedef 503 typedef _Bit_reference reference; in _GLIBCXX_VISIBILITY() typedef 701 reference in _GLIBCXX_VISIBILITY() 724 reference in _GLIBCXX_VISIBILITY() 741 reference in _GLIBCXX_VISIBILITY() 749 reference in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_queue.h | 111 typedef typename _Sequence::reference reference; in _GLIBCXX_VISIBILITY() typedef 161 reference in _GLIBCXX_VISIBILITY() 183 reference in _GLIBCXX_VISIBILITY() 374 typedef typename _Sequence::reference reference; in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/tools/tools/usbtest/ |
| H A D | usb_msc_test.c | 346 uint8_t *buffer, uint8_t *reference) in do_io_test() argument 453 reference + (io_offset * block_size), in do_io_test() 465 reference + (io_offset * block_size), lun); in do_io_test() 501 uint8_t *reference = NULL; in usb_msc_test() local 714 reference = malloc(block_size * lba_max); in usb_msc_test() 715 if (reference == NULL) { in usb_msc_test() 732 reference[x + 0] = x >> 24; in usb_msc_test() 733 reference[x + 1] = x >> 16; in usb_msc_test() 734 reference[x + 2] = x >> 8; in usb_msc_test() 735 reference[x + 3] = x >> 0; in usb_msc_test() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | traits.hpp | 78 typename type_traits::reference, 91 typename type_traits::reference, 104 typename type_traits::reference, 117 typename type_traits::reference, 185 typename type_traits::reference, 200 typename type_traits::reference,
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | traits.hpp | 78 typename type_traits::reference, 91 typename type_traits::reference, 104 typename type_traits::reference, 117 typename type_traits::reference, 190 typename type_traits::reference, 205 typename type_traits::reference,
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
| H A D | bitset | 52 // In C++0x we rely on normal reference type to preserve the property 56 typedef typename _Base::reference reference; 58 // bit reference: 59 class reference 60 : private _Base::reference 63 typedef typename _Base::reference _Base_ref; 66 reference(); 68 reference(const _Base_ref& __base, 75 reference(const reference& __x) _GLIBCXX_NOEXCEPT 80 reference& [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
| H A D | bitset | 53 // In C++11 we rely on normal reference type to preserve the property 57 typedef typename _Base::reference reference; 59 // bit reference: 60 class reference 61 : private _Base::reference 64 typedef typename _Base::reference _Base_ref; 67 reference(); 69 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT 75 reference(const reference& __x) _GLIBCXX_NOEXCEPT 80 reference& [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/ |
| H A D | bitset | 46 // bit reference: 47 class reference 48 : private _Base::reference 50 typedef typename _Base::reference _Base_ref; 53 reference(); 55 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT 60 reference(const reference& __x) _GLIBCXX_NOEXCEPT 64 reference& 71 reference& 72 operator=(const reference& __x) _GLIBCXX_NOEXCEPT [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ |
| H A D | branch_policy.hpp | 65 typedef typename rebind_v::reference reference; typedef 95 typedef typename rebind_v::reference reference; typedef
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ |
| H A D | branch_policy.hpp | 65 typedef typename rebind_v::reference reference; typedef 95 typedef typename rebind_v::reference reference; typedef
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 217 { typedef _Tp& reference; }; in _GLIBCXX_VISIBILITY() typedef 221 { typedef _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 225 { typedef const _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 229 { typedef volatile _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 233 { typedef const volatile _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 291 typedef typename _Reference_type<element_type>::reference reference; in _GLIBCXX_VISIBILITY() 344 inline reference in _GLIBCXX_VISIBILITY() 354 inline reference in _GLIBCXX_VISIBILITY() 589 static pointer pointer_to(typename pointer::reference __r) noexcept
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 217 { typedef _Tp& reference; }; in _GLIBCXX_VISIBILITY() typedef 221 { typedef _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 225 { typedef const _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 229 { typedef volatile _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 233 { typedef const volatile _Invalid_type& reference; }; in _GLIBCXX_VISIBILITY() 291 typedef typename _Reference_type<element_type>::reference reference; in _GLIBCXX_VISIBILITY() 344 inline reference in _GLIBCXX_VISIBILITY() 354 inline reference in _GLIBCXX_VISIBILITY() 585 static pointer pointer_to(typename pointer::reference __r) noexcept
|
| /dflybsd-src/crypto/libressl/apps/openssl/ |
| H A D | certhash.c | 67 struct hashinfo *reference; member 368 link->reference = hi; in certhash_addlink() 371 hi->reference = link; in certhash_addlink() 389 link->reference == NULL) { in certhash_findlink() 390 link->reference = hi; in certhash_findlink() 394 hi->reference = link; in certhash_findlink() 458 if (cert->is_dup == 1 || cert->reference != NULL) in certhash_merge() 464 if (crl->is_dup == 1 || crl->reference != NULL) in certhash_merge() 595 (link->reference != NULL && link->changed == 0)) in certhash_directory() 618 link->reference->filename); in certhash_directory() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/ |
| H A D | iterator.hpp | 63 typedef reference_ reference; typedef in iterator_ 92 reference 96 return (const_cast<reference>(*base_type::m_p_value)); in operator *()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/ |
| H A D | iterator.hpp | 63 typedef reference_ reference; typedef in iterator_ 92 reference 96 return (const_cast<reference>(*base_type::m_p_value)); in operator *()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | pat_trie_base.hpp | 168 typedef typename type_traits::reference reference; typedef 180 reference 245 typedef typename __rebind_np::reference node_pointer_reference; 264 typedef node_pointer_reference reference; typedef 327 typedef node_pointer_reference reference; typedef 498 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_CIter 723 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_Iter 758 reference 862 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_citer 959 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_iter [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | pat_trie_base.hpp | 168 typedef typename type_traits::reference reference; typedef 180 reference 245 typedef typename __rebind_np::reference node_pointer_reference; 264 typedef node_pointer_reference reference; typedef 327 typedef node_pointer_reference reference; typedef 498 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_CIter 723 typedef typename type_traits::reference reference; typedef in __gnu_pbds::detail::pat_trie_base::_Iter 758 reference 862 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_citer 959 typedef value_type reference; typedef in __gnu_pbds::detail::pat_trie_base::_Node_iter [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 103 reference; typedef in __gnu_pbds::detail::ov_tree_node_const_it_ 233 reference; typedef in __gnu_pbds::detail::ov_tree_node_it_ 246 inline reference 248 { return reference(base_type::m_p_value); } in operator *()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 103 reference; typedef in __gnu_pbds::detail::ov_tree_node_const_it_ 233 reference; typedef in __gnu_pbds::detail::ov_tree_node_it_ 246 inline reference 248 { return reference(base_type::m_p_value); } in operator *()
|