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

  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 39 DFSWorkList WList;
66 bool hasWork() const { return !WList.empty(); }
78 WList.push_back(WLUnit);
83 assert(!WList.empty());
84 return WList.back();
108 WList.pop_back();
182 for (SmallVectorImpl<const CallExpr *>::iterator I = WList.end(),
183 E = WList.begin(); I != E; --I) {
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 192 WList->setBlockCounter(BCounterFactory.GetEmptyCounter());
217 while (WList->hasWork()) {
228 const WorkListUnit& WU = WList->dequeue();
231 WList->setBlockCounter(WU.getBlockCounter());
239 return WList->hasWork();
341 BlockCounter Counter = WList->getBlockCounter();
344 WList->setBlockCounter(Counter);
541 if (IsNew) WList->enqueue(Node);
553 WList->enqueue(N, Block, Idx);
560 WList->enqueue(N, Block, Idx+1)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
117 : SubEng(subengine), WList(WorkList::makeDFS()),
142 WList->hasWork() ||
151 WorkList *getWorkList() const { return WList.get(); }
195 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 65 /// WList - A set of queued nodes that need to be processed by the
66 /// worklist algorithm. It is up to the implementation of WList to decide
68 std::unique_ptr<WorkList> WList;
118 : SubEng(subengine), WList(WorkList::makeDFS()),
143 WList->hasWork() ||
152 WorkList *getWorkList() const { return WList.get(); }
196 return Eng.WList->getBlockCounter().getNumVisited(

Completed in 3693 milliseconds