HomeSort by relevance Sort by last modified time
    Searched defs:Retain (Results 1 - 25 of 26) sorted by null

1 2

  /external/libchrome/base/mac/
scoped_cftyperef.h 24 // enum. If the value |RETAIN| is passed (in the constructor or in reset()),
33 static CFT Retain(CFT object) {
scoped_block.h 20 static B Retain(B block) { return Block_copy(block); }
scoped_ioobject.h 20 static IOT Retain(IOT iot) {
scoped_ioplugininterface.h 20 static T Retain(T t) {
scoped_nsobject.h 30 // ownership claim to that object. scoped_nsobject<> does not call -retain,
47 static NST Retain(NST nst) { return [nst retain]; }
  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 31 Retain, ///< objc_retain
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 33 Retain,
49 Retain(nullptr),
61 Retain = nullptr;
79 case ARCRuntimeEntryPointKind::Retain:
80 return getI8XRetI8XEntryPoint(Retain, "objc_retain", true);
110 Constant *Retain;
ObjCARCContract.cpp 83 bool optimizeRetainCall(Function &F, Instruction *Retain);
113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) {
114 ImmutableCallSite CS(GetArgRCIdentityRoot(Retain));
118 if (Call->getParent() != Retain->getParent())
121 // Check that the call is next to the retain.
125 if (&*I != Retain)
134 "return value.\nOld: "<< *Retain << "\n");
137 // retain/retainRV have the same properties.
139 cast<CallInst>(Retain)->setCalledFunction(Decl);
141 DEBUG(dbgs() << "New: " << *Retain << "\n")
    [all...]
ObjCARCOpts.cpp 133 // The second retain and autorelease can be deleted.
159 // TODO: Delete release+retain pairs (rare).
165 "retain+autoreleases eliminated");
166 STATISTIC(NumRRs, "Number of retain+release paths eliminated");
632 Constant *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain);
833 // Keep track of which of retain, release, autorelease, and retain_block
875 case ARCInstKind::Retain:
880 // These can't be moved across things that care about the retain
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 32 IFPF_Font* CFPF_SkiaFont::Retain() {
  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 38 void Retain() { ++RefCount; }
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 void Retain() const { ++ref_cnt; }
76 void Retain() const { ++ref_cnt; }
88 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
107 void Retain() const { ++RefCount; }
129 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
144 retain();
148 retain();
163 retain();
197 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 64 DINodeArray Retain = CU->getRetainedTypes();
65 for (unsigned Ti = 0, Te = Retain.size(); Ti != Te; ++Ti) {
66 if (!isa<DICompositeType>(Retain[Ti]))
68 auto *Ty = cast<DICompositeType>(Retain[Ti]);
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 185 IFX_Font* CFX_GEFont::Retain() {
343 return Retain();
fx_gdifont.cpp 157 IFX_Font* CFX_GdiFont::Retain() {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 17 virtual IFWL_Target* Retain() { return NULL; }
  /external/pdfium/core/include/fxcrt/
fx_string.h 313 void Retain() { ++m_nRefs; }
694 void Retain() { ++m_nRefs; }
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 146 pParentElement->m_Kids[i].m_Element.m_pElement = pElement->Retain();
167 m_Kids[0] = pElement->Retain();
184 m_Kids[i] = pElement->Retain();
216 CPDF_StructElementImpl* CPDF_StructElementImpl::Retain() {
  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 26 IFX_FileStream* CFX_CRTFileStream::Retain() {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 571 IFX_Stream* CXFA_WideTextRead::Retain() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 137 void Retain() const { ++RefCount; }
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 263 /// \brief Retain/Release only useful when we allocate a AttrListInfo from the
266 void Retain() { ++ref_cnt; }
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 638 m_pStreamImp->Retain();
700 IFX_Stream* CFX_TextStream::Retain() {
965 IFX_Stream* CFX_Stream::Retain() {
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 74 IFX_FileStream* CFPDF_FileStream::Retain() {
    [all...]
  /external/pdfium/xfa/include/fwl/core/
fwl_note.h 136 virtual CFWL_Note* Retain() {

Completed in 1377 milliseconds

1 2