HomeSort by relevance Sort by last modified time
    Searched full:mayautorelease (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 43 static bool MayAutorelease(ImmutableCallSite CS, unsigned Depth = 0);
70 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) {
84 MayAutorelease(JCS, Depth + 1))
118 if (MayAutorelease(ImmutableCallSite(Inst)))

Completed in 906 milliseconds