HomeSort by relevance Sort by last modified time
    Searched refs:AllocNode (Results 1 - 2 of 2) sorted by null

  /external/srec/seti/sltsEngine/src/
linklist_impl.c 62 static LNode *AllocNode()
104 static LNode *AllocNode()
125 LNode *newnode = AllocNode();
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 497 const ExplodedNode *AllocNode = N;
505 AllocNode = N;
509 return AllocNode;
527 const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C);
529 ProgramPoint P = AllocNode->getLocation();
538 AllocNode->getLocationContext());
541 AllocNode->getLocationContext()->getDecl());

Completed in 733 milliseconds