HomeSort by relevance Sort by last modified time
    Searched defs:NewN (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 400 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0);
401 Pass2[N] = NewN;
404 if (InverseMap) (*InverseMap)[NewN] = N;
408 G->addRoot(NewN);
410 // In the case that some of the intended predecessors of NewN have already
421 NewN->addPredecessor(const_cast<ExplodedNode *>(PI->second), *G);
424 // In the case that some of the intended successors of NewN have already
432 const_cast<ExplodedNode *>(PI->second)->addPredecessor(NewN, *G);
ExprEngineCXX.cpp 410 ExplodedNode *NewN = Bldr.generateNode(CNE, Pred, State);
411 if (!NewN)
419 Bldr.takeNodes(NewN);
420 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),
BugReporter.cpp     [all...]

Completed in 141 milliseconds