HomeSort by relevance Sort by last modified time
    Searched full:__weak (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /development/ndk/platforms/android-9/arch-mips/include/asm/
linkage.h 25 #define __weak __attribute__((weak)) macro
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_view_cocoa.h 20 __weak autofill::AutofillPopupController* controller_;
  /external/clang/test/CodeGenObjC/
objc2-weak-block-call.m 13 __block __weak MyView *weakSelf = self;
blocks-1.m 32 __block __weak D *weakSelf;
38 void (^__weak b)(void);
arc-captured-block-var-inlined-layout.m 46 __weak id wid;
58 __weak id wid1, wid2, wid3, wid4;
114 __weak NSString *w1 = 0;
arc-ivar-layout.m 28 __weak id delegate;
block-byref-variable-layout.m 13 __block __weak id wid;
objc-read-weak-byref.m 13 __weak __block NSObject* weak_object = object;
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;
  /external/clang/test/CodeGenObjCXX/
arc-pseudo-destructors.mm 4 void test_objc_object_pseudo_dtor(__strong id *ptr, __weak id *wptr) {
arc-references.mm 29 void test1(__strong id &x, __weak id &y) {
33 const __weak id &ref3 = y;
43 const __weak id &ref = strong_id();
  /external/clang/test/Index/
arc-complete.m 16 // CHECK-CC1: macro definition:{TypedText __weak} (70)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
linkage.h 25 #define __weak __attribute__((weak)) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
linkage.h 25 #define __weak __attribute__((weak)) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
linkage.h 25 #define __weak __attribute__((weak)) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
linkage.h 25 #define __weak __attribute__((weak)) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
linkage.h 25 #define __weak __attribute__((weak)) macro
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 7 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
24 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
41 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
weak-receiver-warn.m 11 __weak Test0 *weakx = x;
23 __weak Test* weak_prop;
26 @property __weak Test* weak_prop; // expected-note {{property declared here}}
28 - (__weak id) P; // expected-note {{method 'P' declared here}}
47 - (__weak id) P { return 0; }
53 __weak MyClass *_parent;
arc.m 119 extern void test5_helper3(__weak id *); // expected-note {{passing argument to parameter here}}
120 test5_helper3(&x); // expected-error {{passing '__strong id *' to parameter of type '__weak id *' changes retain/release properties of pointer}}
143 __weak NSError *err;
271 __weak id *ptr = &x; // expected-error {{initializing '__weak id *' with an expression of type '__strong id *' changes retain/release properties of pointer}}
359 __weak id* wip;
361 test14_nowriteback(wip); // expected-error{{passing '__weak id *' to parameter of type '__autoreleasing id const *' changes retain/release properties of pointer}}
435 static __thread __weak id test20_weak; // expected-error {{thread-local variable has non-trivial ownership: type is '__weak id'}}
441 static __thread __weak id test20_weak; // expected-error {{thread-local variable has non-trivial ownership: type is '__we (…)
    [all...]
  /external/clang/test/ARCMT/
objcmt-property.m 18 - (void) setWeakProp : (NSString *__weak)Val;
19 - (NSString *__weak) WeakProp;
  /external/clang/test/Rewriter/
rewrite-modern-ivars-2.mm 12 __weak B *f2;
32 @property (assign) __weak id p2;

Completed in 277 milliseconds

1 23 4 5 6