Home
last modified time | relevance | path

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

12345678910

/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/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
H A Dirgen-rdar13114142.mm25 OOArray operator & (const OOPattern & pattern) { function
28 OOArray operator & (OOString, OOString); function
H A Dobjcxx-ivar-class.h5 S& operator= (const S&); member
/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/unique.ptr/
H A Ddeleter.h33 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 Ddeleter.h29 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 Dtest_func.h25 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 Dtest_func.h25 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 DContinuousRangeMap.h49 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 DPPConditionalDirectiveRecord.h46 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 Dfunction_types.h20 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 Datomic_helpers.h20 void operator()() const { in operator() function
42 void operator()() const { in operator() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h36 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 DMutex.h80 void operator=(const MutexImpl &) LLVM_DELETED_FUNCTION; variable
132 void operator=(const SmartMutex<mt_only> &); variable
H A DWatchdog.h33 Watchdog &operator=(const Watchdog &other) LLVM_DELETED_FUNCTION; variable
H A DRandomNumberGenerator.h54 operator=(const RandomNumberGenerator &other) LLVM_DELETED_FUNCTION; variable
H A DPluginLoader.h24 void operator=(const std::string &Filename); member
/minix3/external/bsd/libc++/dist/libcxx/test/containers/
H A DNotConstructible.h18 NotConstructible& operator=(const NotConstructible&); variable
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/
H A DNotConstructible.h18 NotConstructible& operator=(const NotConstructible&); variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h30 void operator=(const DeltaTree &) LLVM_DELETED_FUNCTION; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h98 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 DHexagonMCCodeEmitter.h55 void operator=(HexagonMCCodeEmitter const &) LLVM_DELETED_FUNCTION; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeOrdering.h30 bool operator()(QualType T1, QualType T2) const { in operator() function
/minix3/external/bsd/libc++/dist/libcxx/test/support/
H A Dtest_iterators.h49 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

12345678910