reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  515   assert(Block);
  522     WList->enqueue(N, Block, Idx);
  530     WList->enqueue(N, Block, Idx+1);
  535     WList->enqueue(N, Block, Idx);
  539   if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) {
  540     WList->enqueue(N, Block, Idx+1);
  545   CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>();
  551     WList->enqueue(N, Block, Idx+1);
  560     WList->enqueue(Succ, Block, Idx+1);