OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_prop
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/CodeGenObjC/
blocks-ivar-debug.m
9
int
_prop
;
15
int (^blk)(void) = ^{ return
_prop
; };
/external/clang/test/SemaObjC/
block-ivar.m
9
int
_prop
;
15
int (^blk)(void) = ^{ return
_prop
; };
synth-provisional-ivars.m
21
- (int) Meth { return
_PROP
; }
arc-property-lifetime.m
183
id
_prop
; // expected-error {{existing instance variable '
_prop
' for property 'prop' with assign attribute must be __unsafe_unretained}}
/external/clang/test/ARCMT/Inputs/
test1.m.in
14
_prop
= 0;
test1.m.in.result
13
_prop
= 0;
/external/clang/test/ARCMT/
autoreleases.m
14
id
_prop
;
31
return
_prop
;
34
[
_prop
autorelease];
35
_prop
= [newVal retain];
38
[
_prop
autorelease];
39
_prop
= (id)CFRetain(newVal);
autoreleases.m.result
14
id
_prop
;
31
return
_prop
;
34
_prop
= newVal;
37
_prop
= (id)CFBridgingRelease(CFRetain(newVal));
/external/clang/test/Index/
index-decls.m
11
@synthesize prop =
_prop
;
43
@synthesize prop =
_prop
;
60
// CHECK: [indexDeclaration]: kind: objc-ivar | name:
_prop
| {{.*}} | loc: 11:20
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png_unittest.py
36
self.
_prop
= prop
42
return self.
_prop
/external/chromium_org/third_party/icu/source/common/
ubidi.c
[
all
...]
/external/icu/icu4c/source/common/
ubidi.c
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
626
// @synthesize prop =
_prop
;
627
// and '
_prop
' is not declared, we will encounter a '
_prop
' ivar before
[
all
...]
Completed in 136 milliseconds