Home
last modified time | relevance | path

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

12345678910>>...39

/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h50 …_LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last) cons… in operator() function
57 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const… in operator() function
76 operator()(_ForwardIterator __first, iter_difference_t<_ForwardIterator> __n) const { in operator() function
95 …_LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last) cons… in operator() function
102 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const… in operator() function
121 operator()(_ForwardIterator __first, iter_difference_t<_ForwardIterator> __n) const { in operator() function
140 …_LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last, cons… in operator() function
147 …_LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range, const… in operator() function
166operator()(_ForwardIterator __first, iter_difference_t<_ForwardIterator> __n, const _Tp& __x) cons… in operator() function
192operator()(_InputIterator __ifirst, _Sentinel1 __ilast, _OutputIterator __ofirst, _Sentinel2 __ola… in operator() function
[all …]
H A Dranges_construct_at.h45 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* operator()(_Tp* __location, _Args&&... __args) const { in operator() function
62 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_Tp* __location) const noexcept { in operator() function
80 …_LIBCPP_HIDE_FROM_ABI constexpr _InputIterator operator()(_InputIterator __first, _Sentinel __last… in operator() function
86 …_LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_InputRange> operator()(_InputRange&& __range)… in operator() function
105 operator()(_InputIterator __first, iter_difference_t<_InputIterator> __n) const noexcept { in operator() function
/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/
H A Daccess.h59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[]) const noexcept operator() function
66 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept operator() function
74 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
81 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
124 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp (&__t)[_Np]) const noexcept operator() function
132 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
139 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
[all...]
H A Dsize.h71 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&&)[_Sz]) const noexcept { operator() function
77 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&)[_Sz]) const noexcept { operator() function
83 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const operator() function
90 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const operator() function
118 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr integral auto operator()(_Tp&& __t) const operator() function
H A Drend.h65 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
72 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
79 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
H A Dempty.h45 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t) const noexcept(noexcept(bool(__t.empty()))) { in operator() function
50 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t) const noexcept(noexcept(ranges::size(__t))) { in operator() function
55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t) const in operator() function
H A Drbegin.h62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
69 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const operator() function
76 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto operator()(_Tp&& __t) const noexcept(noexcept(ranges::end(__t))) { operator() function
/freebsd-src/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.h33 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const operator() function
44 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const operator() function
55 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const operator() function
66 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const operator() function
77 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const operator() function
88 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool operator()(_Tp&& __t, _Up&& __u) const operator() function
/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Dnext.h48 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x) const { in operator() function
54 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { in operator() function
60 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, _Sp __bound_sentinel) const { in operator() function
66 …_LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n, _Sp __bound_se… in operator() function
H A Dprev.h47 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x) const { in operator() function
53 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { in operator() function
59 …_LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n, _Ip __bound_it… in operator() function
H A Diter_swap.h59 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_T1&& __x, _T2&& __y) const in operator() function
67 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_T1&& __x, _T2&& __y) const in operator() function
77 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_T1&& __x, _T2&& __y) const in operator() function
/freebsd-src/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-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_transform.h94operator()(_InIter __first, _Sent __last, _OutIter __result, _Func __operation, _Proj __proj = {})… in operator() function
101operator()(_Range&& __range, _OutIter __result, _Func __operation, _Proj __projection = {}) const { in operator() function
115 _LIBCPP_HIDE_FROM_ABI constexpr binary_transform_result<_InIter1, _InIter2, _OutIter> operator()( in operator() function
147 operator()(_Range1&& __range1, in operator() function
H A Dcopy.h38 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator() function
58 operator()(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
103 operator()(_In* __first, _In* __last, _Out* __result) const { operator() function
H A Dmove.h40 operator()(_InIter __first, _Sent __last, _OutIter __result) const { in operator() function
59 operator()(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
104 operator()(_In* __first, _In* __last, _Out* __result) const { 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
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 Dfold.h98 auto __result = operator()(ranges::begin(__r), ranges::end(__r), std::move(__init), std::ref(__f)); in operator() function
82 operator()(_Ip __first, _Sp __last, _Tp __init, _Fp __f) { operator() function
111 operator()(_Ip __first, _Sp __last, _Tp __init, _Fp __f) { operator() function
116 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI static constexpr auto operator()(_Rp&& __r, _Tp __init, _Fp __f) { operator() function
H A Dranges_minmax.h54 operator()(_LIBCPP_LIFETIMEBOUND const _Type& __a, operator() function
67 operator()(initializer_list<_Type> __il, _Comp __comp = {}, _Proj __proj = {}) const { operator() function
79 operator()(_Range&& __r, _Comp __comp = {}, _Proj __proj = {}) const { operator() function
/freebsd-src/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
220 lldb::SBType &operator=(const lldb::SBType &rhs); global() variable
264 lldb::SBTypeList &operator=(const lldb::SBTypeList &rhs); global() variable
[all...]
H A DSBPlatform.h35 SBPlatformConnectOptions &operator=(const SBPlatformConnectOptions &rhs); variable
63 SBPlatformShellCommand &operator=(const SBPlatformShellCommand &rhs); variable
105 SBPlatform &operator=(const SBPlatform &rhs); variable
/freebsd-src/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-src/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-src/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>>...39