Home
last modified time | relevance | path

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

12345678910>>...51

/llvm-project/flang/include/flang/Evaluate/
H A Dtraverse.h56 Result operator()(const common::Indirection<A, C> &x) const { in operator() function
60 Result operator()(const common::ForwardOwningPointer<A> &p) const { in operator() function
63 template <typename _> Result operator()(const SymbolRef x) const { in operator() function
66 template <typename A> Result operator()(const std::unique_ptr<A> &x) const { in operator() function
69 template <typename A> Result operator()(cons in operator() function
72 template <typename A> Result operator()(const A *x) const { operator() function
79 template <typename A> Result operator()(const std::optional<A> &x) const { operator() function
87 Result operator()(const std::variant<As...> &u) const { operator() function
90 template <typename A> Result operator()(const std::vector<A> &x) const { operator() function
94 Result operator()(const std::pair<A, B> &x) const { operator() function
99 Result operator()(const BOZLiteralConstant &) const { operator() function
102 Result operator()(const NullPointer &) const { return visitor_.Default(); } operator() function
103 template <typename T> Result operator()(const Constant<T> &x) const { operator() function
111 Result operator()(const Symbol &symbol) const { operator() function
121 Result operator()(const StaticDataObject &) const { operator() function
124 Result operator()(const ImpliedDoIndex &) const { return visitor_.Default(); } operator() function
127 Result operator()(const BaseObject &x) const { return visitor_(x.u); } operator() function
128 Result operator()(const Component &x) const { operator() function
131 Result operator()(const NamedEntity &x) const { operator() function
138 Result operator()(const TypeParamInquiry &x) const { operator() function
141 Result operator()(const Triplet &x) const { operator() function
144 Result operator()(const Subscript &x) const { return visitor_(x.u); } operator() function
145 Result operator()(const ArrayRef &x) const { operator() function
148 Result operator()(const CoarrayRef &x) const { operator() function
152 Result operator()(const DataRef &x) const { return visitor_(x.u); } operator() function
153 Result operator()(const Substring &x) const { operator() function
156 Result operator()(const ComplexPart &x) const { operator() function
159 template <typename T> Result operator()(const Designator<T> &x) const { operator() function
162 template <typename T> Result operator()(const Variable<T> &x) const { operator() function
165 Result operator()(const DescriptorInquiry &x) const { operator() function
170 Result operator()(const SpecificIntrinsic &) const { operator() function
173 Result operator()(const ProcedureDesignator &x) const { operator() function
182 Result operator()(const ActualArgument &x) const { operator() function
189 Result operator()(const ProcedureRef &x) const { operator() function
192 template <typename T> Result operator()(const FunctionRef<T> &x) const { operator() function
198 Result operator()(const ArrayConstructorValue<T> &x) const { operator() function
202 Result operator()(const ArrayConstructorValues<T> &x) const { operator() function
205 template <typename T> Result operator()(const ImpliedDo<T> &x) const { operator() function
208 Result operator()(const semantics::ParamValue &x) const { operator() function
211 Result operator()( operator() function
215 Result operator()( operator() function
219 Result operator()(const semantics::DerivedTypeSpec &x) const { operator() function
222 Result operator()(const StructureConstructorValues::value_type &x) const { operator() function
225 Result operator()(const StructureConstructorValues &x) const { operator() function
228 Result operator()(const StructureConstructor &x) const { operator() function
234 Result operator()(const Operation<D, R, O> &op) const { operator() function
238 Result operator()(const Operation<D, R, LO, RO> &op) const { operator() function
241 Result operator()(const Relational<SomeType> &x) const { operator() function
244 template <typename T> Result operator()(const Expr<T> &x) const { operator() function
247 Result operator()(const Assignment &x) const { operator() function
250 Result operator()(const Assignment::Intrinsic &) const { operator() function
253 Result operator()(const GenericExprWrapper &x) const { return visitor_(x.v); } operator() function
254 Result operator()(const GenericAssignmentWrapper &x) const { operator() function
[all...]
H A Dshape.h173 Result operator()(const StructureConstructor &) const { in operator() function
177 template <typename T> Result operator()(const Constant<T> &c) const { in operator() function
150 Result operator()(const ImpliedDoIndex &) const { return ScalarShape(); } operator() function
151 Result operator()(const DescriptorInquiry &) const { return ScalarShape(); } operator() function
152 Result operator()(const TypeParamInquiry &) const { return ScalarShape(); } operator() function
153 Result operator()(const BOZLiteralConstant &) const { return ScalarShape(); } operator() function
154 Result operator()(const StaticDataObject::Pointer &) const { operator() function
157 Result operator()(const StructureConstructor &) const { operator() function
161 template <typename T> Result operator()(const Constant<T> &c) const { operator() function
[all...]
/llvm-project/libcxx/test/support/type_classification/
H A Dmovable.h42 cpp03_friendly& operator=(cpp03_friendly const&); member
47 const_move_ctor& operator=(const_move_ctor&&); member
52 volatile_move_ctor& operator=(volatile_move_ctor&&); member
57 cv_move_ctor& operator=(cv_move_ctor&&); member
62 multi_param_move_ctor& operator=(multi_param_move_ctor&&); member
67 not_quite_multi_param_move_ctor& operator=(not_quite_multi_param_move_ctor&&); member
73 operator=(copy_with_mutable_parameter&); member
77 const_move_assignment& operator=(const_move_assignment&&) const; member
81 const_move_assignment& operator=(const_move_assignment&&) volatile; member
85 cv_move_assignment& operator=(cv_move_assignment&&) const volatile; member
[all …]
H A Dcopyable.h26 no_copy_assignment& operator=(no_copy_assignment const&) = delete; member
27 no_copy_assignment& operator=(no_copy_assignment&&) = default; member
34 operator=(no_copy_assignment_mutable const&) = default; member
35 no_copy_assignment_mutable& operator=(no_copy_assignment_mutable&) = delete; member
36 no_copy_assignment_mutable& operator=(no_copy_assignment_mutable&&) = default; member
51 const_copy_assignment& operator=(const_copy_assignment&&); member
52 const_copy_assignment const& operator=(const_copy_assignment const&) const; member
61 volatile_copy_assignment& operator=(volatile_copy_assignment&&); member
63 operator=(volatile_copy_assignment const&) volatile; member
73 operator=(cv_copy_assignment const volatile&) const volatile; member
[all …]
H A Dmoveconstructible.h20 MoveOnly& operator=(MoveOnly&&) noexcept = default; member
22 MoveOnly& operator=(const MoveOnly&) = default; member
27 CustomMoveAssign& operator=(CustomMoveAssign&&) noexcept; member
32 DeletedMoveCtor& operator=(DeletedMoveCtor&&) = default; member
40 DeletedMoveAssign& operator=(DeletedMoveAssign&&) = delete; member
66 NonMovable& operator=(NonMovable&&) = delete; member
/llvm-project/libcxx/include/__memory/
H A Dranges_uninitialized_algorithms.h121 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last, const _Tp& __x) const { in operator() function
50 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last) const { operator() function
57 _LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const { operator() function
76 operator()(_ForwardIterator __first, iter_difference_t<_ForwardIterator> __n) const { operator() function
95 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last) const { operator() function
102 _LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range) const { operator() function
140 _LIBCPP_HIDE_FROM_ABI _ForwardIterator operator()(_ForwardIterator __first, _Sentinel __last, const _Tp& __x) const { operator() function
147 _LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_ForwardRange> operator()(_ForwardRange&& __range, const _Tp& __x) const { operator() function
166 operator()(_ForwardIterator __first, iter_difference_t<_ForwardIterator> __n, const _Tp& __x) const { operator() function
192 operator()(_InputIterator __ifirst, _Sentinel1 __ilast, _OutputIterator __ofirst, _Sentinel2 __olast) const { operator() function
204 operator()(_InputRange&& __in_range, _OutputRange&& __out_range) const { operator() function
229 operator()(_InputIterator __ifirst, operator() function
261 operator()(_InputIterator __ifirst, _Sentinel1 __ilast, _OutputIterator __ofirst, _Sentinel2 __olast) const { operator() function
273 operator()(_InputRange&& __in_range, _OutputRange&& __out_range) const { operator() function
298 operator()(_InputIterator __ifirst, operator() function
[all...]
H A Dranges_construct_at.h45 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* operator()(_Tp* __location, _Args&&... __args) const { operator() function
62 _LIBCPP_HIDE_FROM_ABI constexpr void operator()(_Tp* __location) const noexcept { operator() function
80 _LIBCPP_HIDE_FROM_ABI constexpr _InputIterator operator()(_InputIterator __first, _Sentinel __last) const noexcept { operator() function
86 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_InputRange> operator()(_InputRange&& __range) const noexcept { operator() function
105 operator()(_InputIterator __first, iter_difference_t<_InputIterator> __n) const noexcept { operator() function
/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
[all...]
H A Dsize.h70 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&&)[_Sz]) const noexcept { operator() function
76 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr size_t operator()(_Tp (&)[_Sz]) const noexcept { operator() function
82 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const operator() function
89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __integer_like auto operator()(_Tp&& __t) const operator() function
117 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr integral auto operator()(_Tp&& __t) const 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
/llvm-project/flang/test/Semantics/
H A Dresolve25.f9027 generic :: operator(.foo.)=> s4 variable
28 generic :: operator(.foo.)=> s2 variable
30 generic :: operator(.foo.)=> s4 variable
39 generic :: operator(+)=> f variable
41 generic :: operator(+)=> f variable
52 generic :: operator(>) => f variable
54 generic :: operator(.gt.) => f variable
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/
H A Dtypes.h24 void operator()(std::basic_ofstream<char>& stream) { in operator() function
28 void operator()(std::basic_ifstream<char>& stream) { in operator() function
34 void operator()(std::basic_ofstream<wchar_t>& stream) { in operator() function
38 void operator()(std::basic_ifstream<wchar_t>& stream) { in operator() function
62 void operator()(std::basic_ofstream<CharT>& stream) const { in operator() function
67 void operator()(std::basic_ifstream<CharT>& stream) const { in operator() function
78 void operator()(std::basic_ofstream<CharT>&) const {} in operator() function
80 void operator()(std::basic_ifstream<CharT>&) const {} in operator() function
/llvm-project/libcxx/test/support/
H A Ddeleter_types.h33 Deleter& operator=(const Deleter&); variable
64 TEST_CONSTEXPR_CXX23 void operator()(T* p) { delete p; } in operator() function
72 Deleter& operator=(const Deleter&); variable
92 TEST_CONSTEXPR_CXX23 void operator()(T* p) { delete[] p; } in operator() function
124 void operator()(T* p) { delete p; } in operator() function
149 void operator()(T* p) { delete[] p; } in operator() function
169 TEST_CONSTEXPR_CXX23 CDeleter& operator=(const CDeleter&) = default; variable
181 TEST_CONSTEXPR_CXX23 void operator()(T* p) { delete p; } in operator() function
194 TEST_CONSTEXPR_CXX23 CDeleter& operator=(const CDeleter&) = default; variable
203 TEST_CONSTEXPR_CXX23 void operator()(T* p) { delete[] p; } in operator() function
[all …]
H A Dcallable_types.h29 constexpr Ret operator()(Args&&...) { return Ret{value}; } in operator() function
44 constexpr Ret operator()(Args&&...) { return Ret{value}; } in operator() function
60 constexpr Ret operator()(Args&&...) const { return Ret{value}; } in operator() function
74 constexpr Ret operator()(Args&&...) noexcept { return Ret{value}; } in operator() function
77 constexpr Ret operator()(Args&&...) const noexcept { return Ret{value}; } in operator() function
86 constexpr CopyAssignableWrapper& operator=(CopyAssignableWrapper const&) = default; member
87 constexpr CopyAssignableWrapper& operator=(CopyAssignableWrapper &&) = default; member
90 constexpr bool operator()(Args&&...) { return value; } in operator() function
100 constexpr MoveAssignableWrapper& operator=(MoveAssignableWrapper const&) = delete; member
101 constexpr MoveAssignableWrapper& operator=(MoveAssignableWrapper &&) = default; member
[all …]
/llvm-project/clang/test/SemaObjCXX/
H A Dinstantiate-property-access.mm5 bool operator == (C c1, C c2); function
7 bool operator == (C c1, int i); function
8 bool operator == (int i, C c2); function
10 C operator += (C c1, C c2); function
/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
/llvm-project/libcxx/include/__iterator/
H A Dnext.h48 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x) const { operator() function
54 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { operator() function
60 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, _Sp __bound_sentinel) const { operator() function
66 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n, _Sp __bound_sentinel) const { operator() function
H A Dprev.h59 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x) const { in operator() function
47 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x) const { operator() function
53 _LIBCPP_HIDE_FROM_ABI constexpr _Ip operator()(_Ip __x, iter_difference_t<_Ip> __n) const { operator() function
/llvm-project/clang/test/PCH/
H A Dcxx-typeid.h21 type_info& operator=(const type_info& rhs); variable
29 bad_cast& operator=(const bad_cast&); variable
38 bad_typeid& operator=(const bad_typeid&); variable
/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
/llvm-project/clang/test/CodeGenObjCXX/
H A Dimplicit-copy-assign-operator.mm5 A &operator=(const A&); field
6 A &operator=(A&); field
14 virtual C& operator=(const C&); field
24 CopyByValue &operator=(CopyByValue); field
/llvm-project/libcxx/include/__algorithm/
H A Dranges_transform.h94 operator()(_InIter __first, _Sent __last, _OutIter __result, _Func __operation, _Proj __proj = {}) const { operator() function
101 operator()(_Range&& __range, _OutIter __result, _Func __operation, _Proj __projection = {}) const { operator() function
115 _LIBCPP_HIDE_FROM_ABI constexpr binary_transform_result<_InIter1, _InIter2, _OutIter> operator()( operator() function
147 operator()(_Range1&& __range1, operator() function
/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
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h35 SimpleMovingAverage &operator=(const SimpleMovingAverage &) = delete; variable
36 SimpleMovingAverage &operator=(SimpleMovingAverage &&) = delete; variable
91 ProgressMeterStep &operator=(const ProgressMeterStep &) = delete; variable
92 ProgressMeterStep &operator=(ProgressMeterStep &&) = delete; variable
102 ProgressMeter &operator=(const ProgressMeter &) = delete; variable
103 ProgressMeter &operator=(ProgressMeter &&) = delete; variable

12345678910>>...51