/minix3/games/adventure/ |
H A D | vocab.c | 55 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 D | stdatomic.h | 131 #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 D | 2009-01-21-InvalidIterator.c | 28 struct object struct 45 struct object *next; argument
|
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
H A D | Common.h | 74 #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 D | prop_stack.h | 40 prop_object_t object; member 46 prop_object_t object; member
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | default-synthesize-2.m | 30 @property(strong, nonatomic) id object; property 38 - (id)object { return 0; } method 107 @property (readwrite, assign) id object; property
|
H A D | arc-unsafe_unretained.m | 6 __unsafe_unretained id object; field
|
H A D | ivar-access-package.m | 21 id object; field
|
H A D | property-category-1.m | 12 @property(readonly) int object; property
|
H A D | continuation-class-err.m | 8 @property(readonly) id object; property
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | weak-functions.c | 111 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 D | CaptureCmd | 24 def saveCaptureData(prefix, dir, object): argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | builtin_objc_msgSend.cpp | 11 inline void TCFReleaseGC(void * object) in TCFReleaseGC()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/store/ |
H A D | str_lib.c | 241 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 D | gss_set_sec_context_option.c | 40 const gss_OID object, in gss_set_sec_context_option()
|
H A D | gss_set_cred_option.c | 40 const gss_OID object, in gss_set_cred_option()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | ELF.cpp | 13 namespace object { namespace
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | objc2-write-barrier-3.m | 20 typedef void (^observer_block_t)(id object); typedef
|
H A D | continuation-class.m | 12 @property(readonly) int object; property
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | complete-cxx-inline-methods.cpp | 22 MyCls *object; member in __anonc613a4a30111::OtherClass
|
/minix3/external/bsd/bind/dist/lib/isc/include/pk11/ |
H A D | pk11.h | 45 CK_OBJECT_HANDLE object; member 57 CK_OBJECT_HANDLE object; member
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | overloaded-func-transparent-union.c | 12 Class *object; member
|
/minix3/external/bsd/kyua-cli/dist/engine/ |
H A D | action.cpp | 119 engine::operator<<(std::ostream& output, const action& object) in operator <<()
|
H A D | test_result.cpp | 184 engine::operator<<(std::ostream& output, const test_result& object) in operator <<()
|
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 2068 .. _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:
|