| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | stl_iterator.h | 162 operator*() const in _GLIBCXX_VISIBILITY() 174 operator->() const in _GLIBCXX_VISIBILITY() 175 { return &(operator*()); } in _GLIBCXX_VISIBILITY() 183 operator++() in _GLIBCXX_VISIBILITY() 195 operator++(int) in _GLIBCXX_VISIBILITY() 208 operator--() in _GLIBCXX_VISIBILITY() 220 operator--(int) in _GLIBCXX_VISIBILITY() 233 operator+(difference_type __n) const in _GLIBCXX_VISIBILITY() 243 operator+=(difference_type __n) in _GLIBCXX_VISIBILITY() 255 operator-(difference_type __n) const in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | mask_array.h | 76 mask_array& operator=(const mask_array&); in _GLIBCXX_VISIBILITY() local 78 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 80 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 82 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 84 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 86 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 88 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 90 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 92 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 94 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | gslice_array.h | 74 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local 77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 79 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 81 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 83 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 85 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 87 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 89 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 91 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 93 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | indirect_array.h | 76 indirect_array& operator=(const indirect_array&); in _GLIBCXX_VISIBILITY() local 79 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 81 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 83 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 85 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 87 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 89 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 91 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 93 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 95 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | slice_array.h | 137 slice_array& operator=(const slice_array&); in _GLIBCXX_VISIBILITY() local 140 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 142 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 144 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 146 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 148 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 150 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 152 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 154 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 156 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.h | 115 operator()() in _GLIBCXX_VISIBILITY() 269 operator()() in _GLIBCXX_VISIBILITY() 287 operator==(const linear_congruential_engine& __lhs, in _GLIBCXX_VISIBILITY() 302 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in _GLIBCXX_VISIBILITY() 322 operator>>(std::basic_istream<_CharT, _Traits>& __is, in _GLIBCXX_VISIBILITY() 343 operator!=(const std::linear_congruential_engine<_UIntType, __a, in _GLIBCXX_VISIBILITY() 482 operator()(); in _GLIBCXX_VISIBILITY() 497 operator==(const mersenne_twister_engine& __lhs, in _GLIBCXX_VISIBILITY() 523 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in _GLIBCXX_VISIBILITY() 549 operator>>(std::basic_istream<_CharT, _Traits>& __is, in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | atomic_base.h | 249 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY() 250 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY() 331 __atomic_base& operator=(const __atomic_base&) = delete; in _GLIBCXX_VISIBILITY() 332 __atomic_base& operator=(const __atomic_base&) volatile = delete; in _GLIBCXX_VISIBILITY() 337 operator __int_type() const noexcept in _GLIBCXX_VISIBILITY() 340 operator __int_type() const volatile noexcept in _GLIBCXX_VISIBILITY() 344 operator=(__int_type __i) noexcept in _GLIBCXX_VISIBILITY() 351 operator=(__int_type __i) volatile noexcept in _GLIBCXX_VISIBILITY() 358 operator++(int) noexcept in _GLIBCXX_VISIBILITY() 362 operator++(int) volatile noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | stl_iterator.h | 169 operator*() const in _GLIBCXX_VISIBILITY() 183 operator->() const in _GLIBCXX_VISIBILITY() 184 { return std::__addressof(operator*()); } in _GLIBCXX_VISIBILITY() 192 operator++() in _GLIBCXX_VISIBILITY() 204 operator++(int) in _GLIBCXX_VISIBILITY() 217 operator--() in _GLIBCXX_VISIBILITY() 229 operator--(int) in _GLIBCXX_VISIBILITY() 242 operator+(difference_type __n) const in _GLIBCXX_VISIBILITY() 252 operator+=(difference_type __n) in _GLIBCXX_VISIBILITY() 264 operator-(difference_type __n) const in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | indirect_array.h | 75 indirect_array& operator=(const indirect_array&); in _GLIBCXX_VISIBILITY() local 78 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 80 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 82 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 84 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 86 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 88 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 90 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 92 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 94 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | gslice_array.h | 73 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local 76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 78 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 80 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 82 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 84 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 86 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 88 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 90 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 92 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | mask_array.h | 75 mask_array& operator=(const mask_array&); in _GLIBCXX_VISIBILITY() local 77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 79 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 81 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 83 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 85 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 87 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 89 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 91 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 93 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | slice_array.h | 136 slice_array& operator=(const slice_array&); in _GLIBCXX_VISIBILITY() local 139 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local 141 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 143 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 145 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 147 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 149 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 151 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 153 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() 155 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | enable_special_members.h | 58 operator=(_Enable_default_constructor const&) noexcept = default; in _GLIBCXX_VISIBILITY() member 60 operator=(_Enable_default_constructor&&) noexcept = default; in _GLIBCXX_VISIBILITY() member 116 operator=(_Enable_default_constructor const&) noexcept = default; in _GLIBCXX_VISIBILITY() 118 operator=(_Enable_default_constructor&&) noexcept = default; in _GLIBCXX_VISIBILITY() 136 operator=(_Enable_copy_move const&) noexcept = default; in _GLIBCXX_VISIBILITY() 138 operator=(_Enable_copy_move&&) noexcept = default; in _GLIBCXX_VISIBILITY() 148 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY() 150 operator=(_Enable_copy_move&&) noexcept = default; in _GLIBCXX_VISIBILITY() 160 operator=(_Enable_copy_move const&) noexcept = delete; in _GLIBCXX_VISIBILITY() 162 operator=(_Enable_copy_move&&) noexcept = default; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | atomic_base.h | 74 operator|(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY() 80 operator&(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY() 165 atomic_flag& operator=(const atomic_flag&) = delete; in _GLIBCXX_VISIBILITY() 166 atomic_flag& operator=(const atomic_flag&) volatile = delete; in _GLIBCXX_VISIBILITY() 252 __atomic_base& operator=(const __atomic_base&) = delete; in _GLIBCXX_VISIBILITY() 253 __atomic_base& operator=(const __atomic_base&) volatile = delete; in _GLIBCXX_VISIBILITY() 258 operator __int_type() const noexcept in _GLIBCXX_VISIBILITY() 261 operator __int_type() const volatile noexcept in _GLIBCXX_VISIBILITY() 265 operator=(__int_type __i) noexcept in _GLIBCXX_VISIBILITY() 272 operator=(__int_type __i) volatile noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | fs_dir.h | 64 file_status& operator=(const file_status&) noexcept = default; in _GLIBCXX_VISIBILITY() local 65 file_status& operator=(file_status&&) noexcept = default; in _GLIBCXX_VISIBILITY() local 110 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY() local 111 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY() local 151 operator const filesystem::path& () const noexcept { return _M_path; } in _GLIBCXX_VISIBILITY() 275 operator< (const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY() 279 operator==(const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY() 283 operator!=(const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY() 287 operator<=(const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY() 291 operator> (const directory_entry& __rhs) const noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 84 operator<(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 88 operator==(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 136 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 141 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 188 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 193 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 321 operator=(const _Pointer_adapter& __arg) in _GLIBCXX_VISIBILITY() 329 operator=(const _Pointer_adapter<_Up>& __arg) in _GLIBCXX_VISIBILITY() 337 operator=(_Up* __arg) in _GLIBCXX_VISIBILITY() 345 operator*() const in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 84 operator<(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 88 operator==(const _Std_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 136 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 141 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 188 operator<(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 193 operator==(const _Relative_pointer_impl& __rarg) const in _GLIBCXX_VISIBILITY() 321 operator=(const _Pointer_adapter& __arg) in _GLIBCXX_VISIBILITY() 329 operator=(const _Pointer_adapter<_Up>& __arg) in _GLIBCXX_VISIBILITY() 337 operator=(_Up* __arg) in _GLIBCXX_VISIBILITY() 345 operator*() const in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/decimal/ |
| H A D | decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); \ [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/decimal/ |
| H A D | decimal | 103 decimal32 operator+(decimal32 __rhs); 104 decimal64 operator+(decimal64 __rhs); 105 decimal128 operator+(decimal128 __rhs); 106 decimal32 operator-(decimal32 __rhs); 107 decimal64 operator-(decimal64 __rhs); 108 decimal128 operator-(decimal128 __rhs); 112 _T1 operator _Op(_T2 __lhs, _T3 __rhs); 114 _Tp operator _Op(_Tp __lhs, int __rhs); \ 115 _Tp operator _Op(_Tp __lhs, unsigned int __rhs); \ 116 _Tp operator _Op(_Tp __lhs, long __rhs); \ [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | wide-int-bitmask.h | 28 inline wide_int_bitmask &operator &= (wide_int_bitmask); 29 inline wide_int_bitmask &operator |= (wide_int_bitmask); 30 inline wide_int_bitmask operator ~ () const; 31 inline wide_int_bitmask operator & (wide_int_bitmask) const; 32 inline wide_int_bitmask operator | (wide_int_bitmask) const; 33 inline wide_int_bitmask operator >> (int); 34 inline wide_int_bitmask operator << (int); 35 inline bool operator == (wide_int_bitmask) const; 36 inline bool operator != (wide_int_bitmask) const; 59 wide_int_bitmask::operator &= (wide_int_bitmask b) [all …]
|
| H A D | double-int.h | 76 double_int &operator ++ (); // prefix 77 double_int &operator -- (); // prefix 78 double_int &operator *= (double_int); 79 double_int &operator += (double_int); 80 double_int &operator -= (double_int); 81 double_int &operator &= (double_int); 82 double_int &operator ^= (double_int); 83 double_int &operator |= (double_int); 121 double_int operator * (double_int) const; 122 double_int operator + (double_int) const; [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/ |
| H A D | iterator_tracker.h | 83 operator _Iterator() const { return _M_current; } in _GLIBCXX_VISIBILITY() 86 operator->() const { return &*_M_current; } in _GLIBCXX_VISIBILITY() 89 operator++() in _GLIBCXX_VISIBILITY() 97 operator++(int) in _GLIBCXX_VISIBILITY() 106 operator--() in _GLIBCXX_VISIBILITY() 114 operator--(int) in _GLIBCXX_VISIBILITY() 123 operator=(const __iterator_tracker& __x) in _GLIBCXX_VISIBILITY() 130 operator*() const in _GLIBCXX_VISIBILITY() 135 operator[](const difference_type& __n) const in _GLIBCXX_VISIBILITY() 139 operator+=(const difference_type& __n) in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/ |
| H A D | iterator_tracker.h | 83 operator _Iterator() const _GLIBCXX_NOEXCEPT { return _M_current; } in _GLIBCXX_VISIBILITY() 86 operator->() const _GLIBCXX_NOEXCEPT { return &*_M_current; } in _GLIBCXX_VISIBILITY() 89 operator++() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 97 operator++(int) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 106 operator--() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 114 operator--(int) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 123 operator=(const __iterator_tracker& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 131 operator*() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 136 operator[](const difference_type& __n) const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 140 operator+=(const difference_type& __n) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/ |
| H A D | iterator.h | 66 operator++() 75 operator++(int) 80 operator--() 89 operator--(int) 93 operator _Iterator2() const in _Iterator2() 97 operator=(const _IteratorPair& __other) 105 operator+(difference_type __delta) const 110 operator-(const _IteratorPair& __other) const 146 operator++() 156 operator++(int) [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/ |
| H A D | iterator.h | 66 operator++() 75 operator++(int) 80 operator--() 89 operator--(int) 93 operator _Iterator2() const in _Iterator2() 97 operator=(const _IteratorPair& __other) 105 operator+(difference_type __delta) const 110 operator-(const _IteratorPair& __other) const 146 operator++() 156 operator++(int) [all …]
|