OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autorelease
(Results
101 - 125
of
149
) sorted by null
1
2
3
4
5
6
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/man/
scan-build.1
244
.Ql
autorelease
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build.1
244
.Ql
autorelease
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/man/
scan-build.1
244
.Ql
autorelease
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/man/
scan-build.1
244
.Ql
autorelease
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/man/
scan-build.1
244
.Ql
autorelease
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build.1
244
.Ql
autorelease
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build.1
244
.Ql
autorelease
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build.1
244
.Ql
autorelease
/external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm
558
(NSOpenGLPixelFormatAttribute*) attribs]
autorelease
];
598
(NSOpenGLPixelFormatAttribute*) attribs]
autorelease
];
/external/llvm/test/Transforms/ObjCARC/
basic.ll
890
; want it to be in the
autorelease
pool.
922
; Trivial retain,
autorelease
pair. Don't delete!
1032
; Trivial retain,
autorelease
pair with intervening call, but it's post-dominated
1052
; Trivial retain,
autorelease
pair, post-dominated
1313
; Delete a redundant retain,
autorelease
when forwaring a call result
[
all
...]
move-and-form-retain-autorelease.ll
3
; The optimizer should be able to move the
autorelease
past a control triangle
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
369
err += family == OMF_autorelease ? "
autorelease
" : "release";
/external/clang/test/CodeGenObjCXX/
arc.mm
299
// Note lack of
autorelease
.
/external/google-breakpad/src/common/mac/
GTMDefines.h
385
#define GTMCFAutorelease(x) ([(id)x
autorelease
])
/external/libchrome/base/mac/
foundation_util.h
188
//
autorelease
|cf_val|. This is useful for the case where there is a CFType in
/external/clang/test/Analysis/
retain-release-path-notes-gc.m
23
- (void)
autorelease
;
60
[object
autorelease
]; // expected-note{{In GC mode an '
autorelease
' has no effect}}
[
all
...]
retain-release.m
127
- (id)
autorelease
;
485
[(id) A
autorelease
]; // no-warning
490
[(id) A
autorelease
];
491
[(id) A
autorelease
];
496
[(id) A
autorelease
];
497
[(id) A
autorelease
];
503
[(id) A
autorelease
];
504
[(id) A
autorelease
];
[
all
...]
objc-radar17039661.m
10
-(id)
autorelease
;
55
[builtinResult
autorelease
];
[
all
...]
retain-release-inline.m
94
- (id)
autorelease
;
retain-release.mm
119
- (id)
autorelease
;
misc-ps.m
18
- (id)
autorelease
;
515
return [[[NSNumber allocWithZone:((void*)0)] initWithBool:*(_Bool *)((char *)self + ivar_getOffset(inIvar))]
autorelease
];
[
all
...]
/external/clang/docs/
LanguageExtensions.rst
[
all
...]
/external/clang/lib/Basic/
IdentifierTable.cpp
476
if (name == "
autorelease
") return OMF_autorelease;
/external/clang/lib/CodeGen/
CGDeclCXX.cpp
533
// When building in Objective-C++ ARC mode, create an
autorelease
pool
CGCall.cpp
[
all
...]
Completed in 1284 milliseconds
1
2
3
4
5
6