HomeSort by relevance Sort by last modified time
    Searched defs:Autorelease (Results 1 - 3 of 3) 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;
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:__anon17953::RefVal
897 case Autorelease:
    [all...]

Completed in 451 milliseconds