Home | History | Annotate | Download | only in Checkers

Lines Matching full:allocnode

2014   const ExplodedNode *AllocNode = N;
2043 AllocNode = N;
2047 return LeakInfo(AllocNode, ReferenceRegion);
2086 const ExplodedNode *AllocNode = nullptr;
2088 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C);
2090 ProgramPoint P = AllocNode->getLocation();
2099 AllocNode->getLocationContext());
2112 AllocNode->getLocationContext()->getDecl());