Searched defs:AllocNode (Results 1 - 4 of 4) sorted by last modified time

/external/srec/seti/sltsEngine/src/
H A Dlinklist_impl.c62 static LNode *AllocNode() function
104 static LNode *AllocNode() function
125 LNode *newnode = AllocNode();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp497 const ExplodedNode *AllocNode = N; local
505 AllocNode = N;
509 return AllocNode;
527 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C); local
529 ProgramPoint P = AllocNode->getLocation();
538 AllocNode->getLocationContext());
541 AllocNode->getLocationContext()->getDecl());
H A DMallocChecker.cpp1697 const ExplodedNode *AllocNode = N; local
1724 AllocNode = N;
1728 return LeakInfo(AllocNode, ReferenceRegion);
1768 const ExplodedNode *AllocNode = nullptr; local
1770 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C);
1772 ProgramPoint P = AllocNode->getLocation();
1781 AllocNode->getLocationContext());
1794 AllocNode->getLocationContext()->getDecl());
H A DRetainCountChecker.cpp2330 const ExplodedNode *AllocNode = nullptr; local
2337 AllocNode = AllocI.N;
2346 ProgramPoint P = AllocNode->getLocation();
2367 AllocNode->getLocationContext());
2373 UniqueingDecl = AllocNode->getLocationContext()->getDecl();

Completed in 245 milliseconds