OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfmakecollectable
(Results
1 - 25
of
30
) sorted by null
1
2
/external/clang/test/ARCMT/
GC-check.m
7
CFTypeRef
CFMakeCollectable
(CFTypeRef cf) CF_AUTOMATED_REFCOUNT_UNAVAILABLE; // expected-note {{unavailable}}
11
CFTypeRef c =
CFMakeCollectable
(cft); // expected-error {{
CFMakeCollectable
will leak the object that it receives in ARC}} \
Common.h
26
CFTypeRef
CFMakeCollectable
(CFTypeRef cf) NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
102
return [(id)
CFMakeCollectable
(X) autorelease];
objcmt-arc-cf-annotations.m
83
extern CFTypeRef
CFMakeCollectable
(CFTypeRef cf);
531
// Test when we pass NULL to CFRetain/CFRelease/
CFMakeCollectable
/CFAutorelease.
544
CFMakeCollectable
(p);
554
// Test that an object is non-null after CFRetain/CFRelease/
CFMakeCollectable
/CFAutorelease.
568
CFMakeCollectable
(p);
570
CFMakeCollectable
(0); // no-warning
[
all
...]
objcmt-arc-cf-annotations.m.result
89
extern CFTypeRef
CFMakeCollectable
(CFTypeRef cf);
573
// Test when we pass NULL to CFRetain/CFRelease/
CFMakeCollectable
/CFAutorelease.
586
CFMakeCollectable
(p);
596
// Test that an object is non-null after CFRetain/CFRelease/
CFMakeCollectable
/CFAutorelease.
610
CFMakeCollectable
(p);
612
CFMakeCollectable
(0); // no-warning
[
all
...]
/external/clang/test/Analysis/
PR2599.m
7
CFTypeRef
CFMakeCollectable
(CFTypeRef cf) ;
47
#define UTIL_AUTORELEASE_CF_AS_ID(cf) ( (((void*)0) == (cf)) ? ((void*)0) : [(id)
CFMakeCollectable
( (CFTypeRef) cf) autorelease] )
49
#define UTIL_AUTORELEASE_CF_AS_ID_WITHOUT_TEST(cf) ( [(id)
CFMakeCollectable
( (CFTypeRef) cf) autorelease] )
CFDateGC.m
15
CFTypeRef
CFMakeCollectable
(CFTypeRef cf);
48
// The following two test cases verifies that
CFMakeCollectable
is a no-op
54
[(id)
CFMakeCollectable
(date) release];
65
[(id)
CFMakeCollectable
(date) release];
retain-release-gc-only.m
223
CFTypeRef
CFMakeCollectable
(CFTypeRef cf) ;
227
return cf ? (id)
CFMakeCollectable
(cf) : ((void*)0);
249
CFMakeCollectable
(A);
255
CFMakeCollectable
(A);
retain-release-path-notes-gc.m
36
CFTypeRef
CFMakeCollectable
(CFTypeRef);
50
CFMakeCollectable
(leaked); // expected-note{{In GC mode a call to '
CFMakeCollectable
' decrements an object's retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1}}
436
// CHECK-NEXT: <string>In GC mode a call to '
CFMakeCollectable
' decrements an object's retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1</string>
438
// CHECK-NEXT: <string>In GC mode a call to '
CFMakeCollectable
' decrements an object's retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1</string>
[
all
...]
/external/clang/lib/ARCMigrate/
TransGCCalls.cpp
32
CFMakeCollectableII = &Ids.get("
CFMakeCollectable
");
61
TA.reportError("
CFMakeCollectable
will leak the object that it "
/external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h
68
/// The argument acts as if has been passed to
CFMakeCollectable
, which
/external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
526
// CFRetain/CFRelease/
CFMakeCollectable
/CFAutorelease checking for null arguments.
557
MakeCollectable = &Ctx.Idents.get("
CFMakeCollectable
");
563
// Check if we called CFRetain/CFRelease/
CFMakeCollectable
/CFAutorelease.
602
description = "Null pointer argument in call to
CFMakeCollectable
";
[
all
...]
RetainCountChecker.cpp
647
enum UnaryFuncKind { cfretain, cfrelease, cfautorelease,
cfmakecollectable
};
enumerator in enum:__anon8264::RetainSummaryManager::UnaryFuncKind
[
all
...]
/external/clang/tools/scan-build/man/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/man/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/man/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/man/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/man/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/man/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/man/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build.1
276
.Fn
CFMakeCollectable
.
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build.1
276
.Fn
CFMakeCollectable
.
Completed in 1598 milliseconds
1
2