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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 398 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(),
400 Pass2[N] = NewN;
403 if (InverseMap) (*InverseMap)[NewN] = N;
407 G->addRoot(NewN);
409 // In the case that some of the intended predecessors of NewN have already
420 NewN->addPredecessor(const_cast<ExplodedNode *>(PI->second), *G);
423 // In the case that some of the intended successors of NewN have already
431 const_cast<ExplodedNode *>(PI->second)->addPredecessor(NewN, *G);
ExprEngineCXX.cpp 515 ExplodedNode *NewN = Bldr.generateNode(CNE, Pred, State);
516 if (!NewN)
524 Bldr.takeNodes(NewN);
525 evalBind(Dst, CNE, NewN, Result, State->getSVal(Init, LCtx),
BugReporter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 954 GepNode *NewN = new (*Mem) GepNode(N);
955 Nodes.push_back(NewN);
956 Loc[NewN] = PB;
959 NewNode = NewN;
960 NewN->Flags &= ~GepNode::Used;
962 C->Parent = NewN;
963 C = NewN;
    [all...]

Completed in 853 milliseconds