Searched refs:NewN (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp400 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0); local
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);
H A DExprEngineCXX.cpp410 ExplodedNode *NewN = Bldr.generateNode(CNE, Pred, State); local
411 if (!NewN)
419 Bldr.takeNodes(NewN);
420 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),
H A DBugReporter.cpp2910 ExplodedNode *NewN = GNew->getNode(OrigN->getLocation(), OrigN->getState(), local
2916 GraphWrapper.BackMap[NewN] = IMitr->second;
2920 Succ->addPredecessor(NewN, *GNew);
2922 GraphWrapper.ErrorNode = NewN;
2924 Succ = NewN;
2928 GNew->addRoot(NewN);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h387 void setValue(const Value *V, SDValue NewN) { argument
390 N = NewN;
393 void setUnusedArgValue(const Value *V, SDValue NewN) { argument
396 N = NewN;

Completed in 212 milliseconds