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

  /external/chromium_org/base/mac/
scoped_cftyperef.h 24 // enum. If the value |RETAIN| is passed (in the constructor or in reset()),
31 static void Retain(CFTypeRef object) {
  /external/chromium_org/ui/gl/
scoped_cgl.h 17 static void Retain(CGLContextObj object) {
27 static void Retain(CGLPixelFormatObj object) {
  /external/chromium_org/mojo/public/cpp/bindings/lib/
shared_data.h 28 holder_->Retain();
36 holder_->Retain();
68 void Retain() { ++ref_count_; }
  /external/chromium_org/content/browser/renderer_host/
display_link_mac.cc 14 static void Retain(CVDisplayLinkRef object) {
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 33 IFPF_Font* CFPF_SkiaFont::Retain()
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.h 9 * 1. Redistributions of source code must retain the above copyright
67 enum ShouldRetain { Retain, DoNotRetain };
86 PassRefPtr<SimpleFontData> getFontData(const FontDescription&, const AtomicString&, bool checkingAlternateName = false, ShouldRetain = Retain);
87 PassRefPtr<SimpleFontData> getLastResortFallbackFont(const FontDescription&, ShouldRetain = Retain);
157 PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(const FontPlatformData*, ShouldRetain = Retain);
  /external/lldb/tools/debugserver/source/
DNBBreakpoint.h 105 uint32_t Retain ()
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 void Retain() const { ++ref_cnt; }
77 void Retain() const { ++ref_cnt; }
89 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
108 void Retain() const { ++RefCount; }
130 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
145 retain();
149 retain();
164 retain();
198 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 49 Retain(nullptr),
63 Retain = nullptr;
82 return getI8XRetI8XEntryPoint(Retain, "objc_retain", true);
112 Constant *Retain;
ObjCARCContract.cpp 71 bool OptimizeRetainCall(Function &F, Instruction *Retain);
117 ObjCARCContract::OptimizeRetainCall(Function &F, Instruction *Retain) {
118 ImmutableCallSite CS(GetObjCArg(Retain));
122 if (Call->getParent() != Retain->getParent())
125 // Check that the call is next to the retain.
129 if (&*I != Retain)
138 "return value.\nOld: "<< *Retain << "\n");
141 // retain/retainRV have the same properties.
143 cast<CallInst>(Retain)->setCalledFunction(Decl);
145 DEBUG(dbgs() << "New: " << *Retain << "\n")
    [all...]
ObjCARCOpts.cpp 226 // The second retain and autorelease can be deleted.
252 // TODO: Delete release+retain pairs (rare).
258 "retain+autoreleases eliminated");
259 STATISTIC(NumRRs, "Number of retain+release paths eliminated");
340 /// retain-decrement-use-release sequence or release-use-decrement-retain
346 /// there are retain-release pairs in code regions where the retain count
350 /// Also, a retain+release pair nested within another retain+releas
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 164 pParentElement->m_Kids[i].m_Element.m_pElement = pElement->Retain();
185 m_Kids[0] = pElement->Retain();
202 m_Kids[i] = pElement->Retain();
232 CPDF_StructElementImpl* CPDF_StructElementImpl::Retain()
  /external/pdfium/core/src/fxcrt/
extension.h 38 virtual IFX_FileStream* Retain()
161 virtual IFX_FileStream* Retain()
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 137 void Retain() const { ++RefCount; }
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 260 /// \brief Retain/Release only useful when we allocate a AttrListInfo from the
263 void Retain() { ++ref_cnt; }
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 532 mutable IdentifierInfo *Retain, *Release, *MakeCollectable, *Autorelease;
535 : Retain(nullptr), Release(nullptr), MakeCollectable(nullptr),
555 Retain = &Ctx.Idents.get("CFRetain");
565 if (!(FuncII == Retain || FuncII == Release || FuncII == MakeCollectable ||
597 if (FuncII == Retain)
620 // Check for sending 'retain', 'release', or 'autorelease' directly to a Class.
645 retainS = GetNullarySelector("retain", Ctx);
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 962 DIArray Retain = CU.getRetainedTypes();
963 for (unsigned Ti = 0, Te = Retain.getNumElements(); Ti != Te; ++Ti) {
964 if (!Retain.getElement(Ti).isCompositeType())
966 DICompositeType Ty(Retain.getElement(Ti));
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]

Completed in 997 milliseconds