/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | instantiate-property-access.mm | 5 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
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | cxx-typeid.h | 21 type_info& operator=(const type_info& rhs); variable 29 bad_cast& operator=(const bad_cast&); variable 38 bad_typeid& operator=(const bad_typeid&); variable
|
H A D | irgen-rdar13114142.mm | 25 OOArray operator & (const OOPattern & pattern) { function 28 OOArray operator & (OOString, OOString); function
|
H A D | objcxx-ivar-class.h | 5 S& operator= (const S&); member
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/ |
H A D | implicit-copy-assign-operator.mm | 5 A &operator=(const A&); field 6 A &operator=(A&); field 14 virtual C& operator=(const C&); field 24 CopyByValue &operator=(CopyByValue); field
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/unique.ptr/ |
H A D | deleter.h | 33 Deleter& operator=(const Deleter&); variable 62 void operator()(T* p) {delete p;} in operator() function 71 Deleter& operator=(const Deleter&); variable 90 void operator()(T* p) {delete [] p;} in operator() function 124 void operator()(T* p) {delete p;} in operator() function 150 void operator()(T* p) {delete [] p;} in operator() function 183 void operator()(T* p) {delete p;} in operator() function 200 void operator()(T* p) {delete [] p;} in operator() function 218 NCDeleter& operator=(NCDeleter const&); variable 228 void operator()(T* p) {delete p;} in operator() function [all …]
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/memory/unique.ptr/ |
H A D | deleter.h | 29 Deleter& operator=(const Deleter&); variable 32 Deleter& operator=(Deleter&); variable 79 void operator()(T* p) {delete p;} in operator() function 89 Deleter& operator=(const Deleter&); variable 92 Deleter& operator=(Deleter&); variable 122 void operator()(T* p) {delete [] p;} in operator() function 152 void operator()(T* p) {delete p;} in operator() function 169 void operator()(T* p) {delete [] p;} in operator() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/depr/depr.lib.binders/ |
H A D | test_func.h | 25 result_type operator() (const first_argument_type& x, second_argument_type& y) const in operator() function 27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const in operator() function 29 result_type operator() (first_argument_type& x, const second_argument_type& y) const in operator() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/depr/depr.lib.binders/ |
H A D | test_func.h | 25 result_type operator() (const first_argument_type& x, second_argument_type& y) const in operator() function 27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const in operator() function 29 result_type operator() (first_argument_type& x, const second_argument_type& y) const in operator() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
H A D | 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&) LLVM_DELETED_FUNCTION; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | 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
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
H A D | function_types.h | 20 int operator()() const { return 42; } in operator() function 21 int operator()(int i) const { return i; } in operator() function 22 int operator()(int i, int) const { return i; } in operator() function 23 int operator()(int i, int, int) const { return i; } in operator() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
H A D | atomic_helpers.h | 20 void operator()() const { in operator() function 42 void operator()() const { in operator() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 36 Ty &operator()(Ty &self) const { in operator() function 39 const Ty &operator()(const Ty &self) const { in operator() function 46 bool operator()(const Ty* left, const Ty* right) const { in operator() function 53 bool operator()(const Ty* left, const Ty* right) const { in operator() function 87 Ret operator()(Params ...params) const { in operator() function 112 Ret operator()() const { return callback(callable); } in operator() function 134 Ret operator()(Param1 param1) { in operator() function 159 Ret operator()(Param1 param1, Param2 param2) { in operator() function 188 Ret operator()(Param1 param1, Param2 param2, Param3 param3) { in operator() function 291 template <typename T> bool operator()(const T &lhs, const T &rhs) const { in operator() function [all …]
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Mutex.h | 80 void operator=(const MutexImpl &) LLVM_DELETED_FUNCTION; variable 132 void operator=(const SmartMutex<mt_only> &); variable
|
H A D | Watchdog.h | 33 Watchdog &operator=(const Watchdog &other) LLVM_DELETED_FUNCTION; variable
|
H A D | RandomNumberGenerator.h | 54 operator=(const RandomNumberGenerator &other) LLVM_DELETED_FUNCTION; variable
|
H A D | PluginLoader.h | 24 void operator=(const std::string &Filename); member
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/ |
H A D | NotConstructible.h | 18 NotConstructible& operator=(const NotConstructible&); variable
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/ |
H A D | NotConstructible.h | 18 NotConstructible& operator=(const NotConstructible&); variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | DeltaTree.h | 30 void operator=(const DeltaTree &) LLVM_DELETED_FUNCTION; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 98 const FunctionType &operator=(const FunctionType &) LLVM_DELETED_FUNCTION; variable 192 const StructType &operator=(const StructType &) LLVM_DELETED_FUNCTION; variable 312 const SequentialType &operator=(const SequentialType &) LLVM_DELETED_FUNCTION; variable 339 const ArrayType &operator=(const ArrayType &) LLVM_DELETED_FUNCTION; variable 365 const VectorType &operator=(const VectorType &) LLVM_DELETED_FUNCTION; variable 450 const PointerType &operator=(const PointerType &) LLVM_DELETED_FUNCTION; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.h | 55 void operator=(HexagonMCCodeEmitter const &) LLVM_DELETED_FUNCTION; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | TypeOrdering.h | 30 bool operator()(QualType T1, QualType T2) const { in operator() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/support/ |
H A D | test_iterators.h | 49 void operator,(T const &) DELETE_FUNCTION; variable 85 void operator,(T const &) DELETE_FUNCTION; variable 137 void operator,(T const &) DELETE_FUNCTION; variable 188 void operator,(T const &) DELETE_FUNCTION; variable 250 void operator,(T const &) DELETE_FUNCTION; variable
|