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

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp403 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), local
405 Pass2[N] = NewN;
408 if (InverseMap) (*InverseMap)[NewN] = N;
412 G->addRoot(NewN);
414 // In the case that some of the intended predecessors of NewN have already
425 NewN->addPredecessor(const_cast<ExplodedNode *>(PI->second), *G);
428 // In the case that some of the intended successors of NewN have already
436 const_cast<ExplodedNode *>(PI->second)->addPredecessor(NewN, *G);
H A DExprEngineCXX.cpp459 ExplodedNode *NewN = Bldr.generateNode(CNE, Pred, State); local
460 if (!NewN)
468 Bldr.takeNodes(NewN);
469 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),
H A DBugReporter.cpp2951 ExplodedNode *NewN = GNew->getNode(OrigN->getLocation(), OrigN->getState(), local
2957 GraphWrapper.BackMap[NewN] = IMitr->second;
2961 Succ->addPredecessor(NewN, *GNew);
2963 GraphWrapper.ErrorNode = NewN;
2965 Succ = NewN;
2969 GNew->addRoot(NewN);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h601 void setValue(const Value *V, SDValue NewN) { argument
604 N = NewN;
607 void setUnusedArgValue(const Value *V, SDValue NewN) { argument
610 N = NewN;

Completed in 116 milliseconds