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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 406 ExplodedNode *NewN = G->createUncachedNode(N->getLocation(), N->State, N->isSink());
407 Pass2[N] = NewN;
410 if (InverseMap) (*InverseMap)[NewN] = N;
414 G->addRoot(NewN);
416 // In the case that some of the intended predecessors of NewN have already
427 NewN->addPredecessor(const_cast<ExplodedNode *>(PI->second), *G);
430 // In the case that some of the intended successors of NewN have already
438 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/Transforms/Utils/
ValueMapper.cpp 708 auto *NewN = MDNode::replaceWithUniqued(std::move(ClonedN));
709 M.mapToMetadata(N, NewN);
714 CyclicNodes.push_back(NewN);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 953 GepNode *NewN = new (*Mem) GepNode(N);
954 Nodes.push_back(NewN);
955 Loc[NewN] = PB;
958 NewNode = NewN;
959 NewN->Flags &= ~GepNode::Used;
961 C->Parent = NewN;
962 C = NewN;
    [all...]

Completed in 129 milliseconds