| /NextBSD/contrib/libstdc++/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
|
| D | slice_array.h | 134 slice_array& operator=(const slice_array&); variable 137 void operator=(const valarray<_Tp>&) const; variable 159 void operator=(const _Tp &) const; variable 163 void operator=(const _Expr<_Dom, _Tp>&) const; variable
|
| /NextBSD/contrib/libstdc++/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
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | SocketAddress.h | 56 operator=(const SocketAddress& rhs); variable 59 operator=(const struct addrinfo *addr_info); variable 62 operator=(const struct sockaddr &s); variable 65 operator=(const struct sockaddr_in &s); variable 68 operator=(const struct sockaddr_in6 &s); variable 71 operator=(const struct sockaddr_storage &s); variable
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MIUtilVariant.h | 40 CMIUtilVariant &operator=(const CMIUtilVariant &vrOther); variable 41 CMIUtilVariant &operator=(CMIUtilVariant &&vrwOther); variable 60 CDataObjectBase &operator=(const CDataObjectBase &vrOther); variable 61 CDataObjectBase &operator=(CDataObjectBase &&vrwOther); variable 90 CDataObject &operator=(const CDataObject &vrOther); variable 91 CDataObject &operator=(CDataObject &&vrwOther); variable
|
| HD | MIUtilString.h | 71 CMIUtilString &operator=(const char *vpRhs); variable 72 CMIUtilString &operator=(const std::string &vrRhs); variable
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Scalar.h | 127 Scalar& operator= (const int i); variable 128 Scalar& operator= (unsigned int v); variable 129 Scalar& operator= (long v); variable 130 Scalar& operator= (unsigned long v); variable 131 Scalar& operator= (long long v); variable 132 Scalar& operator= (unsigned long long v); variable 133 Scalar& operator= (float v); variable 134 Scalar& operator= (double v); variable 135 Scalar& operator= (long double v); variable 136 Scalar& operator= (const Scalar& rhs); // Assignment operator variable
|
| HD | STLUtils.h | 25 bool operator() (const char* s1, const char* s2) const in operator() function 37 bool operator()(const char* s1, const char* s2) const in operator() function 58 bool operator() (std::pair<const F, S> elem) in operator() function 85 void operator()(T *ptr){ delete ptr;} in operator() function
|
| HD | SearchFilter.h | 112 operator=(const SearchFilter& rhs); variable 318 operator=(const SearchFilterByModule& rhs); variable 379 operator=(const SearchFilterByModuleList& rhs); variable 441 operator=(const SearchFilterByModuleListAndCU& rhs); variable
|
| HD | Broadcaster.h | 78 const BroadcastEventSpec &operator= (const BroadcastEventSpec &rhs); variable 133 bool operator() (const event_listener_key input) const in operator() function 152 bool operator() (const event_listener_key input) const in operator() function 173 bool operator() (const event_listener_key input) const in operator() function 195 bool operator () (const event_listener_key input) const in operator() function
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | STLExtras.h | 38 Ty &operator()(Ty &self) const { in operator() function 41 const Ty &operator()(const Ty &self) const { in operator() function 48 bool operator()(const Ty* left, const Ty* right) const { in operator() function 55 bool operator()(const Ty* left, const Ty* right) const { in operator() function 87 Ret operator()(Params ...params) const { in operator() function 206 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function 214 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBType.h | 29 operator = (const lldb::SBTypeMember& rhs); variable 81 operator = (const lldb::SBTypeMemberFunction& rhs); variable 258 operator = (const lldb::SBType &rhs); variable 309 operator = (const lldb::SBTypeList& rhs); variable
|
| HD | SBTypeEnumMember.h | 28 operator = (const SBTypeEnumMember& rhs); variable 77 operator = (const SBTypeEnumMemberList& rhs); variable
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| HD | JSON.h | 72 operator = (const JSONString& s) = delete; variable 107 operator = (const JSONNumber& s) = delete; variable 147 operator = (const JSONTrue& s) = delete; variable 170 operator = (const JSONFalse& s) = delete; variable 193 operator = (const JSONNull& s) = delete; variable 216 operator = (const JSONObject& s) = delete; variable 251 operator = (const JSONArray& s) = delete; variable
|
| /NextBSD/contrib/groff/src/include/ |
| HD | stringclass.h | 48 string &operator=(const string &); variable 49 string &operator=(const char *); variable 50 string &operator=(char); variable
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ContinuousRangeMap.h | 49 bool operator ()(const_reference L, Int R) const { in operator() function 52 bool operator ()(Int L, const_reference R) const { in operator() function 55 bool operator ()(Int L, Int R) const { in operator() function 58 bool operator ()(const_reference L, const_reference R) const { in operator() function 113 Builder &operator=(const Builder&) = delete; variable
|
| /NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/ |
| HD | tsan_test_util.h | 29 void operator = (const MemLoc&); variable 56 void operator = (const Mutex&); variable 112 void operator = (const ScopedThread&); // Not implemented. variable
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/ |
| HD | PipePosix.h | 34 PipePosix &operator=(const PipePosix &) = delete; variable 35 PipePosix &operator=(PipePosix &&pipe_posix); variable
|
| /NextBSD/contrib/libstdc++/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
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ExecutionContext.h | 110 operator =(const ExecutionContextRef &rhs); variable 118 operator =(const ExecutionContext &exe_ctx); variable 419 operator =(const ExecutionContext &rhs); variable
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | PPConditionalDirectiveRecord.h | 46 bool operator()(const CondDirectiveLoc &LHS, in operator() function 50 bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) { in operator() function 53 bool operator()(SourceLocation LHS, const CondDirectiveLoc &RHS) { in operator() function
|