Searched defs:NewN (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 400 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 D | ExprEngineCXX.cpp | 410 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 D | BugReporter.cpp | 2910 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 D | SelectionDAGBuilder.h | 387 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 133 milliseconds