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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 83 bool ContractAutorelease(Function &F, Instruction *Autorelease,
175 /// Merge an autorelease with a retain into a fused call.
177 ObjCARCContract::ContractAutorelease(Function &F, Instruction *Autorelease,
183 const Value *Arg = GetObjCArg(Autorelease);
185 // Check that there are no instructions between the retain and the autorelease
190 Autorelease->getParent(), Autorelease,
194 Autorelease->getParent(), Autorelease,
215 "retain/autorelease. Erasing: " << *Autorelease << "\n
    [all...]
ObjCARCOpts.cpp 269 // The second retain and autorelease can be deleted.
273 // pairs if nothing is actually autoreleased between them. Also, autorelease
289 // TODO: Sink autorelease calls as far as possible. Unfortunately we
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 50 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg,
245 RefVal autorelease() const { function in class:__anon6028::RefVal
891 case Autorelease:
    [all...]

Completed in 56 milliseconds