Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 90) sorted by relevance

1234

/minix3/games/adventure/
H A Dvocab.c55 destroy(int object) in destroy()
61 juggle(int object) in juggle()
72 move(int object, int where) in move()
86 put(int object, int where, int pval) in put()
93 carry(int object, int where) in carry()
113 drop(int object, int where) in drop()
/minix3/external/bsd/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h131 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) argument
134 #define atomic_load(object) __c11_atomic_load(object, __ATOMIC_SEQ_CST) argument
137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) argument
140 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… argument
143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… argument
146 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument
149 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument
152 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument
155 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument
158 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument
[all …]
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c28 struct object struct
45 struct object *next; argument
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A DCommon.h74 #define dispatch_retain(object) ({ dispatch_object_t _o = (object); _dispatch_object_validate(_o); … argument
75 #define dispatch_release(object) ({ dispatch_object_t _o = (object); _dispatch_object_validate(_o);… argument
76 #define xpc_retain(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o retain]; }) argument
77 #define xpc_release(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o release]; … argument
/minix3/common/lib/libprop/
H A Dprop_stack.h40 prop_object_t object; member
46 prop_object_t object; member
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Ddefault-synthesize-2.m30 @property(strong, nonatomic) id object; property
38 - (id)object { return 0; } method
107 @property (readwrite, assign) id object; property
H A Darc-unsafe_unretained.m6 __unsafe_unretained id object; field
H A Divar-access-package.m21 id object; field
H A Dproperty-category-1.m12 @property(readonly) int object; property
H A Dcontinuation-class-err.m8 @property(readonly) id object; property
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dweak-functions.c111 CFTypeRef object = CFGetSomething(); in CFCopyRuleViolation() local
116 …CFTypeRef object = CFCreateSomething(); // expected-warning{{Potential leak of an object stored in… in CFGetRuleViolation() local
/minix3/external/bsd/llvm/dist/clang/utils/
H A DCaptureCmd24 def saveCaptureData(prefix, dir, object): argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dbuiltin_objc_msgSend.cpp11 inline void TCFReleaseGC(void * object) in TCFReleaseGC()
/minix3/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstr_lib.c241 STORE_OBJECT *object; in STORE_get_certificate() local
267 STORE_OBJECT *object; in STORE_store_certificate() local
369 STORE_OBJECT *object; in STORE_list_certificate_next() local
420 STORE_OBJECT *object; in STORE_generate_key() local
444 STORE_OBJECT *object; in STORE_get_private_key() local
469 STORE_OBJECT *object; in STORE_store_private_key() local
578 STORE_OBJECT *object; in STORE_list_private_key_next() local
628 STORE_OBJECT *object; in STORE_get_public_key() local
653 STORE_OBJECT *object; in STORE_store_public_key() local
762 STORE_OBJECT *object; in STORE_list_public_key_next() local
[all …]
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_set_sec_context_option.c40 const gss_OID object, in gss_set_sec_context_option()
H A Dgss_set_cred_option.c40 const gss_OID object, in gss_set_cred_option()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DELF.cpp13 namespace object { namespace
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dobjc2-write-barrier-3.m20 typedef void (^observer_block_t)(id object); typedef
H A Dcontinuation-class.m12 @property(readonly) int object; property
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-cxx-inline-methods.cpp22 MyCls *object; member in __anonc613a4a30111::OtherClass
/minix3/external/bsd/bind/dist/lib/isc/include/pk11/
H A Dpk11.h45 CK_OBJECT_HANDLE object; member
57 CK_OBJECT_HANDLE object; member
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Doverloaded-func-transparent-union.c12 Class *object; member
/minix3/external/bsd/kyua-cli/dist/engine/
H A Daction.cpp119 engine::operator<<(std::ostream& output, const action& object) in operator <<()
H A Dtest_result.cpp184 engine::operator<<(std::ostream& output, const test_result& object) in operator <<()
/minix3/external/bsd/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2068 .. _arc.runtime.objc_initWeak:
2093 .. _arc.runtime.objc_loadWeak:
2119 .. _arc.runtime.objc_loadWeakRetained:
2133 .. _arc.runtime.objc_moveWeak:
2263 .. [*] This does not imply that a ``__strong`` object of block type is an
2268 .. _arc.runtime.objc_storeWeak:

1234