Searched refs:AllocNode (Results 1 - 2 of 2) sorted by relevance

/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());

Completed in 716 milliseconds