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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 353 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0);
354 Pass2[N] = NewN;
357 if (InverseMap) (*InverseMap)[NewN] = N;
361 G->addRoot(NewN);
363 // In the case that some of the intended predecessors of NewN have already
373 NewN->addPredecessor(PI->second, *G);
376 // In the case that some of the intended successors of NewN have already
383 PI->second->addPredecessor(NewN, *G);
BugReporter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 396 void setValue(const Value *V, SDValue NewN) {
399 N = NewN;
402 void setUnusedArgValue(const Value *V, SDValue NewN) {
405 N = NewN;

Completed in 31 milliseconds