| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | valarray_meta.h | 67 _Tp operator()(const _Tp& __t) const { return abs(__t); } in operator() function 73 _Tp operator()(const _Tp& __t) const { return cos(__t); } in operator() function 79 _Tp operator()(const _Tp& __t) const { return acos(__t); } in operator() function 85 _Tp operator()(const _Tp& __t) const { return cosh(__t); } in operator() function 91 _Tp operator()(const _Tp& __t) const { return sin(__t); } in operator() function 97 _Tp operator()(const _Tp& __t) const { return asin(__t); } in operator() function 103 _Tp operator()(const _Tp& __t) const { return sinh(__t); } in operator() function 109 _Tp operator()(const _Tp& __t) const { return tan(__t); } in operator() function 115 _Tp operator()(const _Tp& __t) const { return atan(__t); } in operator() function 121 _Tp operator()(const _Tp& __t) const { return tanh(__t); } in operator() function [all …]
|
| D | stl_function.h | 129 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; } in operator() function 135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; } in operator() function 141 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; } in operator() function 147 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } in operator() function 154 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } in operator() function 161 _Tp operator()(const _Tp& __x) const { return -__x; } in operator() function 176 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } in operator() function 183 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } in operator() function 190 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } in operator() function 197 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; } in operator() function [all …]
|
| D | gslice_array.h | 50 void operator=(const valarray<_Tp>&) const; variable 61 void operator=(const _Tp&) const; variable 64 void operator=(const _Expr<_Dom,_Tp>&) const; variable 99 gslice_array& operator= (const gslice_array&); variable
|
| D | indirect_array.h | 52 indirect_array& operator=(const indirect_array&); variable 54 void operator=(const valarray<_Tp>&) const; variable 65 void operator= (const _Tp&) const; variable 69 void operator=(const _Expr<_Dom, _Tp>&) const; variable
|
| D | mask_array.h | 51 void operator=(const valarray<_Tp>&) const; variable 62 void operator=(const _Tp&) const; variable 67 void operator=(const _Expr<_Dom,_Tp>&) const; variable 101 mask_array& operator=(const mask_array&); variable
|
| D | slice_array.h | 91 slice_array& operator=(const slice_array&); variable 93 void operator=(const valarray<_Tp>&) const; variable 104 void operator=(const _Tp &) const; variable 108 void operator=(const _Expr<_Dom,_Tp>&) const; variable
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | valarray_before.h | 70 _Tp operator()(const _Tp& __t) const in operator() function 77 _Tp operator()(const _Tp& __t) const in operator() function 84 _Tp operator()(const _Tp& __t) const in operator() function 91 _Tp operator()(const _Tp& __t) const in operator() function 98 _Tp operator()(const _Tp& __t) const in operator() function 105 _Tp operator()(const _Tp& __t) const in operator() function 112 _Tp operator()(const _Tp& __t) const in operator() function 119 _Tp operator()(const _Tp& __t) const in operator() function 126 _Tp operator()(const _Tp& __t) const in operator() function 133 _Tp operator()(const _Tp& __t) const in operator() function [all …]
|
| D | stl_function.h | 137 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 146 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 155 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 164 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 173 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 182 operator()(const _Tp& __x) const in operator() function 199 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 208 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 217 operator()(const _Tp& __x, const _Tp& __y) const in operator() function 226 operator()(const _Tp& __x, const _Tp& __y) const in operator() function [all …]
|
| D | gslice_array.h | 72 gslice_array& operator=(const gslice_array&); in _GLIBCXX_BEGIN_NAMESPACE() local 75 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 97 void operator=(const _Tp&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 100 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
|
| D | mask_array.h | 74 mask_array& operator=(const mask_array&); in _GLIBCXX_BEGIN_NAMESPACE() local 76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 98 void operator=(const _Tp&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 103 void operator=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
|
| D | indirect_array.h | 74 indirect_array& operator=(const indirect_array&); in _GLIBCXX_BEGIN_NAMESPACE() local 77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 99 void operator= (const _Tp&) const; in _GLIBCXX_BEGIN_NAMESPACE() local 103 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | bind_iterate.h | 44 operator()(_GLIBCXX_BIND_PARAMS) in operator() function 55 operator()(_GLIBCXX_BIND_PARAMS) const in operator() function 66 operator()(_GLIBCXX_BIND_PARAMS) volatile in operator() function 77 operator()(_GLIBCXX_BIND_PARAMS) const volatile in operator() function
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| D | ProgressMeter.h | 35 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
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Host/ |
| D | SocketAddress.h | 51 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
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| D | inline12.C | 28 Xy& operator = (const Xy&); variable 38 Sh& operator = (const Sh&); variable 57 ShZzy& operator = (const ShZzy&); variable 78 ShBop& operator = (const ShBop&); variable 158 ShAp& operator = (const ShAp&); variable 176 ShBe& operator = (const ShBe&); variable 213 xUff& operator = (const xUff&); variable 216 xUff& operator = (udword); variable
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | Broadcaster.h | 125 bool operator()(const event_listener_key &input) const { in operator() function 140 bool operator()(const event_listener_key &input) const { in operator() function 157 bool operator()(const event_listener_key &input) const { in operator() function 177 bool operator()(const event_listener_key &input) const { in operator() function 195 bool operator()(const event_listener_key &input) const { in operator() function 202 bool operator()(const lldb::ListenerSP &input) const { in operator() function 518 const BroadcasterImpl &operator=(const BroadcasterImpl &) = delete; variable 538 const Broadcaster &operator=(const Broadcaster &) = delete; variable
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Testing/Support/ |
| D | SupportHelpers.h | 147 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
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBType.h | 26 lldb::SBTypeMember &operator=(const lldb::SBTypeMember &rhs); variable 67 lldb::SBTypeMemberFunction &operator=(const lldb::SBTypeMemberFunction &rhs); variable 213 lldb::SBType &operator=(const lldb::SBType &rhs); variable 253 lldb::SBTypeList &operator=(const lldb::SBTypeList &rhs); variable
|
| D | SBPlatform.h | 31 SBPlatformConnectOptions &operator=(const SBPlatformConnectOptions &rhs); variable 59 SBPlatformShellCommand &operator=(const SBPlatformShellCommand &rhs); variable 101 SBPlatform &operator=(const SBPlatform &rhs); variable
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 236 operator>(const CoreSimulatorSupport::OSVersion &lhs, function 248 operator>(const CoreSimulatorSupport::ModelIdentifier &lhs, function 262 operator<(const CoreSimulatorSupport::OSVersion &lhs, function 274 operator<(const CoreSimulatorSupport::ModelIdentifier &lhs, function 289 operator==(const CoreSimulatorSupport::OSVersion &lhs, function 301 operator==(const CoreSimulatorSupport::ModelIdentifier &lhs, function 316 operator!=(const CoreSimulatorSupport::OSVersion &lhs, function 328 operator!=(const CoreSimulatorSupport::ModelIdentifier &lhs, function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Serialization/ |
| D | ContinuousRangeMap.h | 51 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
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | JSON.h | 50 JSONString &operator=(const JSONString &s) = delete; variable 109 JSONNumber &operator=(const JSONNumber &s) = delete; variable 138 JSONTrue &operator=(const JSONTrue &s) = delete; variable 156 JSONFalse &operator=(const JSONFalse &s) = delete; variable 174 JSONNull &operator=(const JSONNull &s) = delete; variable 192 JSONObject &operator=(const JSONObject &s) = delete; variable 236 JSONArray &operator=(const JSONArray &s) = delete; variable
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_valarray.h | 162 valarray<_Tp>& operator=(const valarray<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 171 valarray<_Tp>& operator=(const _Tp&); in _GLIBCXX_BEGIN_NAMESPACE() local 181 valarray<_Tp>& operator=(const slice_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 191 valarray<_Tp>& operator=(const gslice_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 201 valarray<_Tp>& operator=(const mask_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 211 valarray<_Tp>& operator=(const indirect_array<_Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local 214 operator= (const _Expr<_Dom, _Tp>&); in _GLIBCXX_BEGIN_NAMESPACE() local
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_valarray.h | 124 valarray<_Tp>& operator=(const valarray<_Tp>&); variable 125 valarray<_Tp>& operator=(const _Tp&); variable 126 valarray<_Tp>& operator=(const slice_array<_Tp>&); variable 127 valarray<_Tp>& operator=(const gslice_array<_Tp>&); variable 128 valarray<_Tp>& operator=(const mask_array<_Tp>&); variable 129 valarray<_Tp>& operator=(const indirect_array<_Tp>&); variable 132 operator= (const _Expr<_Dom,_Tp>&); variable
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | BinaryStreamRef.h | 40 BinaryStreamRefBase &operator=(const BinaryStreamRefBase &Other) = default; variable 42 BinaryStreamRefBase &operator=(BinaryStreamRefBase &&Other) = default; variable 173 BinaryStreamRef &operator=(const BinaryStreamRef &Other) = default; variable 175 BinaryStreamRef &operator=(BinaryStreamRef &&Other) = default; variable 246 operator=(const WritableBinaryStreamRef &Other) = default; variable 249 WritableBinaryStreamRef &operator=(WritableBinaryStreamRef &&Other) = default; variable
|