reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3182 if (!S && (!RSCurr || RSCurr->getAllocationFamily() != AF_InnerBuffer)) 3182 if (!S && (!RSCurr || RSCurr->getAllocationFamily() != AF_InnerBuffer)) 3217 if (isAllocated(RSCurr, RSPrev, S)) { 3221 } else if (isReleased(RSCurr, RSPrev, S)) { 3222 const auto Family = RSCurr->getAllocationFamily(); 3246 const Stmt *S = RSCurr->getStmt(); 3297 } else if (isRelinquished(RSCurr, RSPrev, S)) { 3300 } else if (hasReallocFailed(RSCurr, RSPrev, S)) { 3340 assert(RSCurr->getAllocationFamily() == AF_InnerBuffer);