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

  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 35 Autorelease, ///< objc_autorelease
88 /// Test whether the given instruction can autorelease any pointer or cause an
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 35 Autorelease,
51 Autorelease(nullptr),
63 Autorelease = nullptr;
83 case ARCRuntimeEntryPointKind::Autorelease:
84 return getI8XRetI8XEntryPoint(Autorelease, "objc_autorelease", true);
114 Constant *Autorelease;
ObjCARCOpts.cpp 133 // The second retain and autorelease can be deleted.
137 // pairs if nothing is actually autoreleased between them. Also, autorelease
153 // TODO: Sink autorelease calls as far as possible. Unfortunately we
668 Constant *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease);
671 Class = ARCInstKind::Autorelease;
780 DEBUG(dbgs() << "Replacing autorelease{,RV}(x) with objc_release(x) "
833 // Keep track of which of retain, release, autorelease, and retain_block
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,

Completed in 745 milliseconds