Searched refs:__unsafe_unretained (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/
H A DSOSARCDefines.h59 #ifndef __unsafe_unretained
60 #define __unsafe_unretained macro
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebLocalizableStrings.h39 __unsafe_unretained NSBundle *bundle;
/macosx-10.10.1/objc4-646/test/
H A Ddefinitions.c15 id __unsafe_unretained u;
H A Dtestroot.i141 void * (*fn)(id __unsafe_unretained) = (typeof(fn))_objc_rootAlloc;
147 void * (*fn)(id __unsafe_unretained, void *) = (typeof(fn))_objc_rootAllocWithZone;
175 void * (*fn)(id __unsafe_unretained) = (typeof(fn))_objc_rootAlloc;
H A Dtest.h175 static __unsafe_unretained testblock_t testcodehack;
182 static inline void testonthread(__unsafe_unretained testblock_t code)
H A DaddProtocol.m25 Protocol * __unsafe_unretained *protolist;
/macosx-10.10.1/objc4-646/runtime/
H A Dmessage.h40 __unsafe_unretained id receiver;
45 __unsafe_unretained Class class;
47 __unsafe_unretained Class super_class;
H A Dobjc.h99 #define __unsafe_unretained /* empty */ macro
H A Druntime.h595 OBJC_EXPORT Protocol * __unsafe_unretained *class_copyProtocolList(Class cls, unsigned int *outCount)
1122 OBJC_EXPORT Protocol * __unsafe_unretained *objc_copyProtocolList(unsigned int *outCount)
1240 OBJC_EXPORT Protocol * __unsafe_unretained *protocol_copyProtocolList(Protocol *proto, unsigned int *outCount)
H A Dobjc-runtime-old.mm348 Protocol * __unsafe_unretained *
1745 Protocol * __unsafe_unretained *
H A Dobjc-runtime-new.mm3867 Protocol * __unsafe_unretained *
4229 Protocol * __unsafe_unretained *
4532 Protocol * __unsafe_unretained *
H A Dobjc-class-old.mm1919 Protocol * __unsafe_unretained *
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLRepresentation.mm109 static __unsafe_unretained NSArray *staticSupportedMIMETypes = newArrayByConcatenatingArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes]);
115 static __unsafe_unretained NSArray *staticSupportedNonImageMIMETypes = newArrayWithStrings(MIMETypeRegistry::getSupportedNonImageMIMETypes());
121 static __unsafe_unretained NSArray *staticSupportedImageMIMETypes = newArrayWithStrings(MIMETypeRegistry::getSupportedImageMIMETypes());
127 static __unsafe_unretained NSArray *staticUnsupportedTextMIMETypes = newArrayWithStrings(MIMETypeRegistry::getUnsupportedTextMIMETypes());
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dcpp_type_traits.h372 struct __is_scalar<__unsafe_unretained _Tp> {

Completed in 121 milliseconds