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

  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 51 Autorelease(0),
65 Autorelease = 0;
86 return getI8XRetI8XEntryPoint(Autorelease, "objc_autorelease", true);
116 Constant *Autorelease;
ObjCARCContract.cpp 72 bool ContractAutorelease(Function &F, Instruction *Autorelease,
148 /// Merge an autorelease with a retain into a fused call.
150 ObjCARCContract::ContractAutorelease(Function &F, Instruction *Autorelease,
156 const Value *Arg = GetObjCArg(Autorelease);
158 // Check that there are no instructions between the retain and the autorelease
163 Autorelease->getParent(), Autorelease,
167 Autorelease->getParent(), Autorelease,
188 "retain/autorelease. Erasing: " << *Autorelease << "\n
    [all...]
ObjCARCOpts.cpp 313 // The second retain and autorelease can be deleted.
317 // pairs if nothing is actually autoreleased between them. Also, autorelease
333 // TODO: Sink autorelease calls as far as possible. Unfortunately we
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 52 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
247 RefVal autorelease() const { function in class:__anon17952::RefVal
897 case Autorelease:
    [all...]

Completed in 428 milliseconds