Home
last modified time | relevance | path

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

12345678910>>...40

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h95 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last) const { in operator() function
121 operator()(_ForwardIterator __first, iter_difference_t<_ForwardIterator> __n) const { in operator() function
48 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last) const { operator() function
56 _LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const { operator() function
74 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, operator() function
103 _LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const { operator() function
143 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last, const _Tp& __x) const { operator() function
150 _LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range, const _Tp& __x) const { operator() function
168 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, operator() function
196 operator()(_InputIterator __ifirst, _Sentinel1 __ilast, _OutputIterator __ofirst, _Sentinel2 __olast) const { operator() function
207 operator()( _InputRange&& __in_range, _OutputRange&& __out_range) const { operator() function
232 operator()(_InputIterator __ifirst, iter_difference_t<_InputIterator> __n, operator() function
261 operator()(_InputIterator __ifirst, _Sentinel1 __ilast, _OutputIterator __ofirst, _Sentinel2 __olast) const { operator() function
272 operator()(_InputRange&& __in_range, _OutputRange&& __out_range) const { operator() function
297 operator()(_InputIterator __ifirst, iter_difference_t<_InputIterator> __n, operator() function
[all...]
H A Dranges_construct_at.h48 constexpr _Tp* operator()(_Tp* __location, _Args&& ...__args) const { operator() function
66 constexpr void operator()(_Tp* __location) const noexcept { operator() function
85 constexpr _InputIterator operator()(_InputIterator __first, _Sentinel __last) const noexcept { operator() function
92 constexpr borrowed_iterator_t<_InputRange> operator()(_InputRange&& __range) const noexcept { operator() function
111 constexpr _InputIterator operator()(_InputIterator __first, iter_difference_t<_InputIterator> __n) const noexcept { operator() function
/freebsd/contrib/libcxxrt/
H A Dstdexcept.h42 exception& operator=(const exception&) _LIBCXXRT_NOEXCEPT; variable
56 bad_alloc& operator=(const bad_alloc&) _LIBCXXRT_NOEXCEPT; variable
68 bad_cast& operator=(const bad_cast&) _LIBCXXRT_NOEXCEPT; variable
82 bad_typeid& operator=(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT; variable
91 bad_array_new_length& operator=(const bad_array_new_length&) _LIBCXXRT_NOEXCEPT; variable
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Daccess.h58 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[]) const noexcept in operator() function
65 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept in operator() function
73 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
80 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
122 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept in operator() function
130 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
137 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
H A Dsize.h70 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&&)[_Sz]) const noexcept { in operator() function
76 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&)[_Sz]) const noexcept { in operator() function
82 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const in operator() function
89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const in operator() function
117 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr integral auto operator()(_Tp&& __t) const in operator() function
H A Drend.h64 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
71 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
78 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
H A Dempty.h45 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t) const noexcept(noexcept(b… in operator() function
50 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t) const noexcept(noexcept(r… in operator() function
55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t) const in operator() function
H A Drbegin.h61 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
68 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const in operator() function
75 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const noexcept(noexcept(r… in operator() function
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dmem_fun_ref.h31 _LIBCPP_HIDE_FROM_ABI _Sp operator()(_Tp* __p) const { return (__p->*__p_)(); } in operator() function
40 _LIBCPP_HIDE_FROM_ABI _Sp operator()(_Tp* __p, _Ap __x) const { return (__p->*__p_)(__x); } in operator() function
59 _LIBCPP_HIDE_FROM_ABI _Sp operator()(_Tp& __p) const { return (__p.*__p_)(); } in operator() function
68 _LIBCPP_HIDE_FROM_ABI _Sp operator()(_Tp& __p, _Ap __x) const { return (__p.*__p_)(__x); } in operator() function
88 _LIBCPP_HIDE_FROM_ABI _Sp operator()(const _Tp* __p) const { return (__p->*__p_)(); } in operator() function
98 _LIBCPP_HIDE_FROM_ABI _Sp operator()(const _Tp* __p, _Ap __x) const { return (__p->*__p_)(__x); } in operator() function
118 _LIBCPP_HIDE_FROM_ABI _Sp operator()(const _Tp& __p) const { return (__p.*__p_)(); } in operator() function
127 _LIBCPP_HIDE_FROM_ABI _Sp operator()(const _Tp& __p, _Ap __x) const { return (__p.*__p_)(__x); } in operator() function
H A Dranges_operations.h32 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const in operator() function
43 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const in operator() function
54 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const in operator() function
65 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const in operator() function
76 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const in operator() function
87 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const in operator() function
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dnext.h48 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x) const { in operator() function
55 constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { operator() function
61 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, _Sp __bound_sentinel) const { operator() function
67 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n, _Sp __bound_sentinel) const { operator() function
H A Dprev.h47 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x) const { in operator() function
54 constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { operator() function
60 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n, _Ip __bound_iter) const { operator() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocketAddress.h51 const SocketAddress &operator=(const struct addrinfo *addr_info); variable
53 const SocketAddress &operator=(const struct sockaddr &s); variable
55 const SocketAddress &operator=(const struct sockaddr_in &s); variable
57 const SocketAddress &operator=(const struct sockaddr_in6 &s); variable
59 const SocketAddress &operator=(const struct sockaddr_storage &s); variable
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h32 lldb::SBTypeMember &operator=(const lldb::SBTypeMember &rhs); variable
73 lldb::SBTypeMemberFunction &operator=(const lldb::SBTypeMemberFunction &rhs); variable
115 lldb::SBTypeStaticField &operator=(const lldb::SBTypeStaticField &rhs); variable
253 lldb::SBType &operator=(const lldb::SBType &rhs); variable
298 lldb::SBTypeList &operator=(const lldb::SBTypeList &rhs); variable
H A DSBPlatform.h31 SBPlatformConnectOptions &operator=(const SBPlatformConnectOptions &rhs); global() variable
59 SBPlatformShellCommand &operator=(const SBPlatformShellCommand &rhs); global() variable
101 SBPlatform &operator=(const SBPlatform &rhs); global() variable
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_transform.h91 operator()(_InIter __first, _Sent __last, _OutIter __result, _Func __operation, _Proj __proj = {}) const { operator() function
98 operator()(_Range&& __range, _OutIter __result, _Func __operation, _Proj __projection = {}) const { operator() function
112 _LIBCPP_HIDE_FROM_ABI constexpr binary_transform_result<_InIter1, _InIter2, _OutIter> operator()( operator() function
144 operator()(_Range1&& __range1, operator() function
H A Dranges_find_last.h89 operator()(_Iter __first, _Sent __last, const _Type& __value, _Proj __proj = {}) { in operator() function
96 operator()(_Range&& __range, const _Type& __value, _Proj __proj = {}) { in operator() function
118 operator()(_Iter __first, _Sent __last, _Pred __pred, _Proj __proj = {}) { in operator() function
126 operator()(_Range&& __range, _Pred __pred, _Proj __proj = {}) { in operator() function
148 operator()(_Iter __first, _Sent __last, _Pred __pred, _Proj __proj = {}) { in operator() function
156 operator()(_Range&& __range, _Pred __pred, _Proj __proj = {}) { in operator() function
H A Dcopy.h38 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator() function
58operator()(typename _Traits::__local_iterator __lfirst, typename _Traits::__local_iterator __llast… in operator() function
65 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() function
76 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() function
101 operator()(_In* __first, _In* __last, _Out* __result) const { in operator() function
H A Dmove.h40 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator() function
59operator()(typename _Traits::__local_iterator __lfirst, typename _Traits::__local_iterator __llast… in operator() function
66 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() function
77 operator()(_InIter __first, _InIter __last, _OutIter __result) const { in operator() function
102 operator()(_In* __first, _In* __last, _Out* __result) const { in operator() function
H A Dranges_min.h44 operator()(_LIBCPP_LIFETIMEBOUND const _Tp& __a, in operator() function
55 operator()(initializer_list<_Tp> __il, _Comp __comp = {}, _Proj __proj = {}) const { in operator() function
66 operator()(_Rp&& __r, _Comp __comp = {}, _Proj __proj = {}) const { in operator() function
H A Dranges_max.h45 operator()(_LIBCPP_LIFETIMEBOUND const _Tp& __a, in operator() function
56 operator()(initializer_list<_Tp> __il, _Comp __comp = {}, _Proj __proj = {}) const { in operator() function
69 operator()(_Rp&& __r, _Comp __comp = {}, _Proj __proj = {}) const { in operator() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h51 bool operator ()(const_reference L, Int R) const { in operator() function
54 bool operator ()(Int L, const_reference R) const { in operator() function
57 bool operator ()(Int L, Int R) const { in operator() function
60 bool operator ()(const_reference L, const_reference R) const { in operator() function
117 Builder &operator=(const Builder&) = delete; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h147 TempDir &operator=(const TempDir &) = delete; variable
150 TempDir &operator=(TempDir &&) = default; variable
192 TempLink &operator=(const TempLink &) = delete; variable
195 TempLink &operator=(TempLink &&) = default; variable
242 TempFile &operator=(const TempFile &) = delete; variable
245 TempFile &operator=(TempFile &&) = default; variable
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dutils.h
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h20 result_type operator()() { return this->std::minstd_rand::operator()(); } in operator() function
32 typename std::enable_if<std::is_integral<T>::value, T>::type operator()(T n) { in operator() function
37 operator()(T From, T To) { in operator() function

12345678910>>...40