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

  /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/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 36 Autorelease, ///< objc_autorelease
89 /// Test whether the given instruction can autorelease any pointer or cause an
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 38 /// The argument is treated as if an -autorelease message had been sent to
40 Autorelease,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 866 // The second retain and autorelease can be deleted.
    [all...]

Completed in 1106 milliseconds