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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 403 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(),
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);
ExprEngineCXX.cpp 459 ExplodedNode *NewN = Bldr.generateNode(CNE, Pred, State);
460 if (!NewN)
468 Bldr.takeNodes(NewN);
469 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),
BugReporter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 601 void setValue(const Value *V, SDValue NewN) {
604 N = NewN;
607 void setUnusedArgValue(const Value *V, SDValue NewN) {
610 N = NewN;

Completed in 1102 milliseconds