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

  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 29 case S_Retain:
30 return OS << "S_Retain";
60 if ((A == S_Retain || A == S_CanRelease) &&
209 case S_Retain:
237 case S_Retain:
287 case S_Retain:
309 if (GetSeq() == S_Retain)
312 ResetSequenceProgress(S_Retain);
331 case S_Retain:
333 if (OldSeq == S_Retain || ReleaseMetadata != nullptr
    [all...]
PtrState.h 39 S_Retain, ///< objc_retain(x).
ObjCARCOpts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 842 milliseconds