Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h77 operator()(_Iter __first, _Sent __last, in _GLIBCXX_VISIBILITY() function
90 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
105 operator()(_Iter __first, _Sent __last, in _GLIBCXX_VISIBILITY() function
118 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
133 operator()(_Iter __first, _Sent __last, in _GLIBCXX_VISIBILITY() function
146 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
184 operator()(_Iter __first, _Sent __last, _Fun __f, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
195 operator()(_Range&& __r, _Fun __f, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
212 operator()(_Iter __first, iter_difference_t<_Iter> __n, in _GLIBCXX_VISIBILITY() function
247 operator()(_Iter1 __first1, _Sent1 __last1, in _GLIBCXX_VISIBILITY() function
[all …]
H A Dvalarray_before.h66 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
73 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
80 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
87 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
94 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
101 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
108 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
115 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
122 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
129 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
[all …]
H A Dranges_base.h197 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
210 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
344 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
357 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
438 operator()[[nodiscard]](_Tp&& __t) const noexcept(noexcept(_Size{}(__t))) in _GLIBCXX_VISIBILITY() function
554 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
716 operator()(_It& __it, iter_difference_t<_It> __n) const in _GLIBCXX_VISIBILITY() function
750 operator()(_It& __it, _Sent __bound) const in _GLIBCXX_VISIBILITY() function
765 operator()(_It& __it, iter_difference_t<_It> __n, _Sent __bound) const in _GLIBCXX_VISIBILITY() function
831 operator()[[nodiscard]](_It __first, _Sent __last) const in _GLIBCXX_VISIBILITY() function
[all …]
H A Dranges_algobase.h82 operator()(_Iter1 __first1, _Sent1 __last1, in _GLIBCXX_VISIBILITY() function
149 operator()(_Range1&& __r1, _Range2&& __r2, _Pred __pred = {}, in _GLIBCXX_VISIBILITY() function
302 operator()(_Iter __first, _Sent __last, _Out __result) const in _GLIBCXX_VISIBILITY() function
312 operator()(_Range&& __r, _Out __result) const in _GLIBCXX_VISIBILITY() function
327 operator()(_Iter __first, _Sent __last, _Out __result) const in _GLIBCXX_VISIBILITY() function
337 operator()(_Range&& __r, _Out __result) const in _GLIBCXX_VISIBILITY() function
443 operator()(_Iter1 __first, _Sent1 __last, _Iter2 __result) const in _GLIBCXX_VISIBILITY() function
453 operator()(_Range&& __r, _Iter __result) const in _GLIBCXX_VISIBILITY() function
468 operator()(_Iter1 __first, _Sent1 __last, _Iter2 __result) const in _GLIBCXX_VISIBILITY() function
478 operator()(_Range&& __r, _Iter __result) const in _GLIBCXX_VISIBILITY() function
[all …]
H A Dfs_dir.h73 file_status& operator=(const file_status&) noexcept = default; in _GLIBCXX_VISIBILITY() local
74 file_status& operator=(file_status&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
129 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY() local
130 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
426 operator=(const directory_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY() local
429 operator=(directory_iterator&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY() local
540 operator=(const recursive_directory_iterator& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
542 operator=(recursive_directory_iterator&& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
H A Dranges_cmp.h52 operator()(_Tp&& __t) const noexcept in _GLIBCXX_VISIBILITY() function
91 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
104 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
117 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
144 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
157 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
170 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
H A Dgslice_array.h73 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local
76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
98 void operator=(const _Tp&) const; in _GLIBCXX_VISIBILITY() local
101 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dvalarray_before.h66 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
73 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
80 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
87 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
94 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
101 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
108 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
115 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
122 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
129 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY() function
[all …]
H A Dranges_algo.h76 operator()(_Iter __first, _Sent __last, in _GLIBCXX_VISIBILITY() function
89 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
104 operator()(_Iter __first, _Sent __last, in _GLIBCXX_VISIBILITY() function
117 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
132 operator()(_Iter __first, _Sent __last, in _GLIBCXX_VISIBILITY() function
145 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
183 operator()(_Iter __first, _Sent __last, _Fun __f, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
194 operator()(_Range&& __r, _Fun __f, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY() function
211 operator()(_Iter __first, iter_difference_t<_Iter> __n, in _GLIBCXX_VISIBILITY() function
243 operator()(_Iter __first, _Sent __last, in _GLIBCXX_VISIBILITY() function
[all …]
H A Dranges_algobase.h81 operator()(_Iter1 __first1, _Sent1 __last1, in _GLIBCXX_VISIBILITY() function
148 operator()(_Range1&& __r1, _Range2&& __r2, _Pred __pred = {}, in _GLIBCXX_VISIBILITY() function
303 operator()(_Iter __first, _Sent __last, _Out __result) const in _GLIBCXX_VISIBILITY() function
313 operator()(_Range&& __r, _Out __result) const in _GLIBCXX_VISIBILITY() function
328 operator()(_Iter __first, _Sent __last, _Out __result) const in _GLIBCXX_VISIBILITY() function
338 operator()(_Range&& __r, _Out __result) const in _GLIBCXX_VISIBILITY() function
446 operator()(_Iter1 __first, _Sent1 __last, _Iter2 __result) const in _GLIBCXX_VISIBILITY() function
456 operator()(_Range&& __r, _Iter __result) const in _GLIBCXX_VISIBILITY() function
471 operator()(_Iter1 __first, _Sent1 __last, _Iter2 __result) const in _GLIBCXX_VISIBILITY() function
481 operator()(_Range&& __r, _Iter __result) const in _GLIBCXX_VISIBILITY() function
[all …]
H A Drange_access.h492 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
504 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
637 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
649 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
735 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
843 operator()(_Tp&& __e) const in _GLIBCXX_VISIBILITY() function
956 operator()(_It& __it, iter_difference_t<_It> __n) const in _GLIBCXX_VISIBILITY() function
993 operator()(_It& __it, _Sent __bound) const in _GLIBCXX_VISIBILITY() function
1008 operator()(_It& __it, iter_difference_t<_It> __n, _Sent __bound) const in _GLIBCXX_VISIBILITY() function
1078 operator()(_It __first, _Sent __last) const in _GLIBCXX_VISIBILITY() function
[all …]
H A Dfs_dir.h68 file_status& operator=(const file_status&) noexcept = default; in _GLIBCXX_VISIBILITY() local
69 file_status& operator=(file_status&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
120 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY() local
121 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
406 operator=(const directory_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY() local
409 operator=(directory_iterator&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY() local
503 operator=(const recursive_directory_iterator& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
505 operator=(recursive_directory_iterator&& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
H A Drange_cmp.h51 operator()(_Tp&& __t) const noexcept in _GLIBCXX_VISIBILITY() function
90 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
103 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
116 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
144 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
157 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
170 operator()(_Tp&& __t, _Up&& __u) const in _GLIBCXX_VISIBILITY() function
H A Dgslice_array.h73 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local
76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
98 void operator=(const _Tp&) const; in _GLIBCXX_VISIBILITY() local
101 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dstl_function.h171 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY() function
181 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY() function
191 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY() function
201 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY() function
211 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY() function
221 operator()(const _Tp& __x) const in _GLIBCXX_VISIBILITY() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__ranges/
H A Daccess.h63 [[nodiscard]] constexpr auto operator()(_Tp& __t) const noexcept { in operator() function
75 [[nodiscard]] constexpr auto operator()(_Tp&& __t) const in operator() function
83 [[nodiscard]] constexpr auto operator()(_Tp&& __t) const in operator() function
128 [[nodiscard]] constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept { in operator() function
140 [[nodiscard]] constexpr auto operator()(_Tp&& __t) const in operator() function
148 [[nodiscard]] constexpr auto operator()(_Tp&& __t) const in operator() function
166 [[nodiscard]] constexpr auto operator()(_Tp& __t) const in operator() function
174 [[nodiscard]] constexpr auto operator()(_Tp&& __t) const in operator() function
190 [[nodiscard]] constexpr auto operator()(_Tp& __t) const in operator() function
198 [[nodiscard]] constexpr auto operator()(_Tp&& __t) const in operator() function
H A Dsize.h68 [[nodiscard]] constexpr size_t operator()(_Tp (&&)[_Sz]) const noexcept { in operator() function
73 [[nodiscard]] constexpr size_t operator()(_Tp (&)[_Sz]) const noexcept { in operator() function
78 [[nodiscard]] constexpr __integer_like auto operator()(_Tp&& __t) const in operator() function
84 [[nodiscard]] constexpr __integer_like auto operator()(_Tp&& __t) const in operator() function
90 [[nodiscard]] constexpr __integer_like auto operator()(_Tp&& __t) const in operator() function
105 [[nodiscard]] constexpr integral auto operator()(_Tp&& __t) const in operator() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dfor_each_selectors.h59 operator()(_Op& __o, _It __i) in operator() function
75 operator()(_Op& __o, _It __i) in operator() function
91 operator()(_ValueType& __v, _It __i) in operator() function
107 operator()(_Op& __o, _It __i) in operator() function
123 operator()(_Op& __o, _It __i) in operator() function
146 operator()(_Tp& __v, _It __i) in operator() function
170 operator()(_Op& __o, _It __i) in operator() function
188 operator()(_ValueType& __v, _It __i) in operator() function
202 operator()(_Op& __o, _It __i) in operator() function
216 operator()(_Op __o, _It __i) in operator() function
[all …]
H A Dbase.h165 bool operator()(const _T1& __a, const _T2& __b) in operator() function
184 operator()(const argument_type& __x) in operator() function
204 operator()(const _SecondArgumentType& __x) in operator() function
210 operator()(_SecondArgumentType& __x) const in operator() function
232 operator()(const _FirstArgumentType& __x) const in operator() function
238 operator()(_FirstArgumentType& __x) in operator() function
246 bool operator()(const _T1& __t1, const _T2& __t2) const in operator() function
255 operator()(const _T1& __t1, const _T2& __t2) const in operator() function
259 operator()(const _T2& __t2, const _T1& __t1) const in operator() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dfor_each_selectors.h59 operator()(_Op& __o, _It __i) in operator() function
75 operator()(_Op& __o, _It __i) in operator() function
91 operator()(_ValueType& __v, _It __i) in operator() function
107 operator()(_Op& __o, _It __i) in operator() function
123 operator()(_Op& __o, _It __i) in operator() function
146 operator()(_Tp& __v, _It __i) in operator() function
170 operator()(_Op& __o, _It __i) in operator() function
188 operator()(_ValueType& __v, _It __i) in operator() function
202 operator()(_Op& __o, _It __i) in operator() function
216 operator()(_Op __o, _It __i) in operator() function
[all …]
H A Dbase.h165 bool operator()(const _T1& __a, const _T2& __b) in operator() function
184 operator()(const argument_type& __x) in operator() function
204 operator()(const _SecondArgumentType& __x) in operator() function
210 operator()(_SecondArgumentType& __x) const in operator() function
232 operator()(const _FirstArgumentType& __x) const in operator() function
238 operator()(_FirstArgumentType& __x) in operator() function
246 bool operator()(const _T1& __t1, const _T2& __t2) const in operator() function
255 operator()(const _T1& __t1, const _T2& __t2) const in operator() function
259 operator()(const _T2& __t2, const _T1& __t1) const in operator() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_dir.h69 file_status& operator=(const file_status&) noexcept = default; in _GLIBCXX_VISIBILITY() local
70 file_status& operator=(file_status&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
98 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY() local
99 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
208 operator=(const directory_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY() local
211 operator=(directory_iterator&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY() local
299 operator=(const recursive_directory_iterator& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
301 operator=(recursive_directory_iterator&& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_dir.h69 file_status& operator=(const file_status&) noexcept = default; in _GLIBCXX_VISIBILITY() local
70 file_status& operator=(file_status&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
98 directory_entry& operator=(const directory_entry&) = default; in _GLIBCXX_VISIBILITY() local
99 directory_entry& operator=(directory_entry&&) noexcept = default; in _GLIBCXX_VISIBILITY() local
208 operator=(const directory_iterator& __rhs) = default; in _GLIBCXX_VISIBILITY() local
211 operator=(directory_iterator&& __rhs) noexcept = default; in _GLIBCXX_VISIBILITY() local
299 operator=(const recursive_directory_iterator& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
301 operator=(recursive_directory_iterator&& __rhs) noexcept; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dutils.h84 operator()(_Tp&& __a) const in operator() function
101 operator()(_Args&&... __args) in operator() function
117 operator()(_FTp&& __a, _STp&& __b) in operator() function
133 operator()(_Xp&& __x, _Yp&& __y) const in operator() function
147 operator()(_Xp&& __x, _Yp&& __y) const in operator() function
165 operator()(_Arg&& __arg) in operator() function
182 operator()(_Arg&& __arg) const in operator() function
199 operator()(_Arg&& __arg) const in operator() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dutils.h84 operator()(_Tp&& __a) const in operator() function
101 operator()(_Args&&... __args) in operator() function
117 operator()(_FTp&& __a, _STp&& __b) in operator() function
133 operator()(_Xp&& __x, _Yp&& __y) const in operator() function
147 operator()(_Xp&& __x, _Yp&& __y) const in operator() function
165 operator()(_Arg&& __arg) in operator() function
182 operator()(_Arg&& __arg) const in operator() function
199 operator()(_Arg&& __arg) const in operator() function

12345678910>>...28