OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Retain
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/android/jni/
WebCoreRefObject.h
7
* * Redistributions of source code must
retain
the above copyright
33
static inline WebCoreRefObject*
Retain
(WebCoreRefObject* obj)
/external/webkit/Source/JavaScriptGlue/
JSBase.cpp
8
* 1. Redistributions of source code must
retain
the above copyright
40
JSBase* JSBase::
Retain
()
/external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h
50
void
Retain
() const { ++ref_cnt; }
72
void
Retain
() const { ++ref_cnt; }
94
/// Obj->
Retain
()/Obj->Release(). Release() is required to destroy
109
retain
();
113
retain
();
119
retain
();
162
void
retain
() { if (Obj) Obj->
Retain
(); }
function in class:llvm::IntrusiveRefCntPtr
/external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
351
mutable IdentifierInfo *
Retain
, *Release;
353
CFRetainReleaseChecker():
Retain
(0), Release(0) {}
375
Retain
= &Ctx.Idents.get("CFRetain");
382
if (!(FuncII ==
Retain
|| FuncII == Release))
411
const char *description = (FuncII ==
Retain
)
427
// Check for sending '
retain
', 'release', or 'autorelease' directly to a Class.
452
retainS = GetNullarySelector("
retain
", Ctx);
/external/clang/include/clang/AST/
DeclObjC.h
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp
856
// The second
retain
and autorelease can be deleted.
[
all
...]
Completed in 63 milliseconds