OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__weak
(Results
76 - 100
of
158
) sorted by null
1
2
3
4
5
6
7
/external/clang/test/Rewriter/
rewrite-modern-ivars-2.mm
12
__weak
B *f2;
32
@property (assign)
__weak
id p2;
/external/clang/test/SemaObjC/
iboutlet.m
46
@property IBOutlet
__weak
WeakOutlet* WeakProp;
50
__weak
WeakOutlet* pwi;
arc-repeated-weak.mm
6
__weak
id weakIvar;
11
- (
__weak
id)implicitProp;
13
+ (
__weak
id)weakProp;
48
extern
__weak
id x;
97
extern
__weak
id a;
143
extern
__weak
id a;
279
static
__weak
id a;
419
__typeof__(self)
__weak
weakSelf = self;
weak-attr-ivar.m
83
id *(__attribute__((objc_gc(strong))) x) = &t->ivar; // expected-warning {{initializing '__strong id *' with an expression of type '
__weak
id *' discards qualifiers}}
/external/clang/test/CodeGenObjC/
arc-ivar-layout.m
28
__weak
id delegate;
block-byref-variable-layout.m
13
__block
__weak
id wid;
objc2-weak-ivar-debug.m
9
__weak
Loop *_loop;
arc-loadweakretained-release.m
22
__weak
SomeClass *weakRef = objPtr1;
41
__weak
id weak;
arc-weak-property.m
5
__weak
id PROP;
7
@property ()
__weak
id PROP;
ivar-layout-64.m
23
__weak
B *f2;
48
@property (assign)
__weak
id p2;
arc-exceptions.m
31
} @catch (
__weak
Ety *e) {
arc-unopt.m
31
__weak
id x;
mrr-captured-block-var-inlined-layout.m
12
__weak
id wid;
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
profile_menu_controller.h
32
__weak
NSMenuItem* mainMenuItem_;
/external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp
17
// cycle so it will remove '__block' and add
__weak
/__unsafe_unretained.
23
//
__weak
Foo *x;
145
useWeak ? "
__weak
" : "__unsafe_unretained");
TransProperties.cpp
26
// NSObject *
__weak
x;
250
(canUseWeak ? "
__weak
" : "__unsafe_unretained ");
277
canUseWeak ? "
__weak
" : "__unsafe_unretained ");
351
// \brief Returns true if all declarations in the @property have GC
__weak
.
/external/clang/docs/
BlockLanguageSpec.rst
18
- 2008/11/1 --- revised, ``
__weak
`` support
271
messaged, although they may not be assigned into ``
__weak
`` locations
290
``
__weak
`` specifier for ``__block`` variables of object type. If
296
In garbage collected environments, the ``
__weak
`` variable is set to
304
stack-based Block into any storage marked ``
__weak
``, including
305
``
__weak
`` ``__block`` variables.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionObserver.h
74
__weak
RTCPeerConnection* _peerConnection;
RTCVideoRenderer.mm
59
__weak
RTCVideoRenderer* _renderer;
RTCEAGLVideoView.m
144
__weak
RTCEAGLVideoView* weakSelf = self;
232
__weak
RTCEAGLVideoView* weakSelf = self;
/external/clang/test/ARCMT/
check-api.m
18
__weak
id weak_id;
objcmt-atomic-property.m
24
- (void) setWeakProp : (NSString *
__weak
)Val;
25
- (NSString *
__weak
) WeakProp;
objcmt-ns-nonatomic-iosonly.m
31
- (void) setWeakProp : (NSString *
__weak
)Val;
32
- (NSString *
__weak
) WeakProp;
objcmt-property.m
24
- (void) setWeakProp : (NSString *
__weak
)Val;
25
- (NSString *
__weak
) WeakProp;
/external/clang/test/CodeGenObjCXX/
arc-exceptions.mm
31
} @catch (
__weak
Ety *e) {
70
} catch (Ety *
__weak
e) {
Completed in 838 milliseconds
1
2
3
4
5
6
7