reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  166                     RS->getAllocationFamily());
  175     return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
  724            (!Stmt && RSCurr->getAllocationFamily() == AF_InnerBuffer));
 1831     if (RsBase->getAllocationFamily() == AF_Alloca) {
 1850           RsBase->getAllocationFamily() ==
 1892       RsBase ? RsBase->getAllocationFamily()
 1955   return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck);
 2159         printExpectedDeallocName(os, RS->getAllocationFamily());
 2250         C.getState()->get<RegionState>(Sym)->getAllocationFamily();
 2563   AllocationFamily Family = RS->getAllocationFamily();
 2909               RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt()));
 3109   return (RS->getAllocationFamily() == AF_CXXNewArray ||
 3110           RS->getAllocationFamily() == AF_CXXNew);
 3182   if (!S && (!RSCurr || RSCurr->getAllocationFamily() != AF_InnerBuffer))
 3222       const auto Family = RSCurr->getAllocationFamily();
 3340     assert(RSCurr->getAllocationFamily() == AF_InnerBuffer);
 3365       AllocationFamily Family = RefS->getAllocationFamily();